Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-02 | Make structures and methods publicHEADmain | Martin Ashby | |
2023-10-02 | Comment out test for writing zip | Martin Ashby | |
2023-09-18 | More work on writing zip | Martin Ashby | |
but it doesn't work yet | |||
2023-09-18 | More work on writing ZIPs | Martin Ashby | |
2023-09-17 | Switch slice -> ArrayList for central_directory_headers | Martin Ashby | |
Will help support writing new zip files or modifying existing ones. Add initial write methods for structures, TODO make it generic | |||
2023-09-16 | working pipeToFileSystem implementation | Martin Ashby | |
2023-09-15 | initial work on linear extraction like TAR file support | Martin Ashby | |
2023-09-15 | Public functions where appropriate | Martin Ashby | |
2023-09-15 | Move ZipFile struct to be module struct | Martin Ashby | |
2023-09-15 | Add a test for deflate and comment | Martin Ashby | |
Add a method for getting a comment | |||
2023-09-15 | Add more documented (unsupported) compression methods | Martin Ashby | |
2023-09-15 | Initial decompression | Martin Ashby | |
2023-09-15 | Rearrange code | Martin Ashby | |
Add some convenience methods to ZipFile | |||
2023-09-15 | Replace boilerplate serialization with some proper generic code | Martin Ashby | |
Delete commented code | |||
2023-09-14 | central directory headers can be read | Martin Ashby | |
2023-09-14 | foo | Martin Ashby | |
2023-09-14 | Initial | Martin Ashby | |