Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-05 | Bug fix for `--forward`HEADwork/1.1.1master | Joel Kronqvist | |
`--forward` used printf for outputting data to stdout, which failed with binary data that didn\'t first of all neccessarily contain null bytes and secondly could contain unexpected null bytes. Also fixed the trailing newline appended to files when using `--forward`. That bug in turn was caused by the newline getting sent to the wrong place - it was meant to the user. | |||
2024-06-30 | Added `--forward`work/1.1.0 | Joel Kronqvist | |
2024-04-21 | Minor fixeswork/1.0.0 | Joel Kronqvist | |
2024-04-13 | Combined one-letter options support (eg. "-mhp 3") | Joel Kronqvist | |
2024-04-13 | Multiline printing & fixes to output space padding | Joel Kronqvist | |
2024-04-11 | Added help message & fixed blocksize bug | Joel Kronqvist | |
The bug was caused by integer overflow with too large precisions. | |||
2024-04-07 | Bigger `bytes_read` & removed redundant code handling impossible signed ↵ | Joel Kronqvist | |
`bytes_read` | |||
2024-04-07 | Finished implementation for formatting for human readability | Joel Kronqvist | |
2024-03-24 | Refactored configuration parsing to a separate file and added unit tests to it | Joel Kronqvist | |
2024-03-23 | Initial commit | Joel Kronqvist | |