aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-05Bug fix for `--forward`HEADwork/1.1.1masterJoel 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-30Added `--forward`work/1.1.0Joel Kronqvist
2024-05-28Removed non-C99-compliant declaration after label default in config-parser.cwork/1.0.1Joel Kronqvist
2024-04-21Minor fixeswork/1.0.0Joel Kronqvist
2024-04-15Added installation and `-O3` in Makefile, created manpage and README and ↵Joel Kronqvist
licensed under the MIT license
2024-04-13Combined one-letter options support (eg. "-mhp 3")Joel Kronqvist
2024-04-13Multiline printing & fixes to output space paddingJoel Kronqvist
2024-04-11Added help message & fixed blocksize bugJoel Kronqvist
The bug was caused by integer overflow with too large precisions.
2024-04-07Bigger `bytes_read` & removed redundant code handling impossible signed ↵Joel Kronqvist
`bytes_read`
2024-04-07Finished implementation for formatting for human readabilityJoel Kronqvist
2024-03-24Refactored configuration parsing to a separate file and added unit tests to itJoel Kronqvist
2024-03-23Initial commitJoel Kronqvist