2023-10-02 21:26 | Make structures and methods public | Martin Ashby | 1 | +19 | -19 |
2023-10-02 19:14 | Comment out test for writing zip | Martin Ashby | 1 | +20 | -18 |
2023-09-18 20:14 | More work on writing zip but it doesn't work yet | Martin Ashby | 8 | +160 | -108 |
2023-09-18 08:00 | More work on writing ZIPs | Martin Ashby | 2 | +131 | -14 |
2023-09-17 19:59 | Switch slice -> ArrayList for central_directory_headers Will help support writing new zip files or modifying existing ones. Add initial write methods for structures, TODO make it generic | Martin Ashby | 1 | +126 | -27 |
2023-09-16 06:42 | working pipeToFileSystem implementation | Martin Ashby | 1 | +42 | -34 |
2023-09-15 22:36 | initial work on linear extraction like TAR file support | Martin Ashby | 4 | +129 | -60 |
2023-09-15 21:13 | Public functions where appropriate | Martin Ashby | 1 | +6 | -6 |
2023-09-15 21:11 | Move ZipFile struct to be module struct | Martin Ashby | 1 | +165 | -163 |
2023-09-15 21:07 | Add a test for deflate and comment Add a method for getting a comment | Martin Ashby | 3 | +20 | -3 |
2023-09-15 20:45 | Add more documented (unsupported) compression methods | Martin Ashby | 2 | +33 | -3 |
2023-09-15 20:08 | Initial decompression | Martin Ashby | 1 | +104 | -0 |
2023-09-15 07:12 | Rearrange code Add some convenience methods to ZipFile | Martin Ashby | 1 | +89 | -73 |
2023-09-15 06:22 | Replace boilerplate serialization with some proper generic code Delete commented code | Martin Ashby | 1 | +67 | -166 |
2023-09-14 22:43 | central directory headers can be read | Martin Ashby | 3 | +4032 | -166 |
2023-09-14 18:39 | foo | Martin Ashby | 1 | +62 | -39 |
2023-09-14 13:07 | Initial | Martin Ashby | 5 | +237 | -0 |