summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-10-02Make structures and methods publicHEADmainMartin Ashby
2023-10-02Comment out test for writing zipMartin Ashby
2023-09-18More work on writing zipMartin Ashby
but it doesn't work yet
2023-09-18More work on writing ZIPsMartin Ashby
2023-09-17Switch slice -> ArrayList for central_directory_headersMartin Ashby
Will help support writing new zip files or modifying existing ones. Add initial write methods for structures, TODO make it generic
2023-09-16working pipeToFileSystem implementationMartin Ashby
2023-09-15initial work on linear extraction like TAR file supportMartin Ashby
2023-09-15Public functions where appropriateMartin Ashby
2023-09-15Move ZipFile struct to be module structMartin Ashby
2023-09-15Add a test for deflate and commentMartin Ashby
Add a method for getting a comment
2023-09-15Add more documented (unsupported) compression methodsMartin Ashby
2023-09-15Initial decompressionMartin Ashby
2023-09-15Rearrange codeMartin Ashby
Add some convenience methods to ZipFile
2023-09-15Replace boilerplate serialization with some proper generic codeMartin Ashby
Delete commented code
2023-09-14central directory headers can be readMartin Ashby
2023-09-14fooMartin Ashby
2023-09-14InitialMartin Ashby