| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-14 | Use the default buffer size for reading | Rose Hogenson | 1 | -1/+1 | |
| Otherwise we're just unnecessarily penalizing the ASCII decode | |||||
| 2025-10-14 | Implement ReadFrom and WriteTo for less copying | Rose Hogenson | 6 | -53/+147 | |
| 2025-10-13 | Fix reader buffering logic | Rose Hogenson | 1 | -6/+10 | |
| Now it doesn't do a short read between each long read. | |||||
| 2025-10-12 | Add file header and metadata | Rose Hogenson | 11 | -41/+285 | |
| 2025-10-12 | Fix reading password | Rose Hogenson | 5 | -27/+168 | |
| 2025-10-11 | Improve error messages | Rose Hogenson | 5 | -2/+46 | |
| 2025-10-11 | Move some tests around | Rose Hogenson | 11 | -567/+526 | |
| 2025-10-11 | Add a -f flag to overwrite, and update tests | Rose Hogenson | 9 | -49/+561 | |
| 2025-10-11 | Use 32 bytes of salt and add a magic header | Rose Hogenson | 5 | -16/+30 | |
| 2025-10-10 | Use a separate salt per file | Rose Hogenson | 7 | -111/+70 | |
| Unfortunately this makes the program way slower for multiple files. However, it's a critical bug to reuse salt between files. | |||||
| 2025-10-10 | Initial commit | Rose Hogenson | 11 | -0/+1312 | |
