Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-21 | xor_compress: use argv[0] as the program name if it exists | Rangi | |
2020-09-18 | xor_compress refactoring | Rangi | |
- C: Use consistent error-reporting for read_files and write_compressed - Rust: Combine both into compress_files for a single error eprintln | |||
2020-09-17 | Fix xor_compress algorithm bug for single-byte input | Rangi | |
Do use read_to_end for Rust in combination with map_err | |||
2020-09-17 | Slight refactor to all xor_compress | Rangi | |
2020-09-16 | tools/xor_compress revisions: | Rangi | |
- C outputs bc run count to stdout - Python supports -v to output bc run count - Add Rust rewrite | |||
2020-09-15 | xor_compress can output the run count value for bc | Rangi | |
2020-09-15 | Revise xor_compress.c from feedback | Rangi | |
2020-09-15 | Simplify some control flow | Rangi | |
2020-09-15 | Refactor xor_compress to separate input file handling from data compression | Rangi | |
2020-09-15 | Close files after read | Rangi | |
2020-09-15 | Implement xor_compress in C | Rangi | |