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-15 | Added installation and `-O3` in Makefile, created manpage and README and ↵ | Joel Kronqvist | |
licensed under the MIT license |