zip-zig

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

DateCommit messageAuthorFiles+-
2023-10-02 21:26Make structures and methods publicMartin Ashby1+19-19
2023-10-02 19:14Comment out test for writing zipMartin Ashby1+20-18
2023-09-18 20:14More work on writing zip but it doesn't work yetMartin Ashby8+160-108
2023-09-18 08:00More work on writing ZIPsMartin Ashby2+131-14
2023-09-17 19:59Switch 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 genericMartin Ashby1+126-27
2023-09-16 06:42working pipeToFileSystem implementationMartin Ashby1+42-34
2023-09-15 22:36initial work on linear extraction like TAR file supportMartin Ashby4+129-60
2023-09-15 21:13Public functions where appropriateMartin Ashby1+6-6
2023-09-15 21:11Move ZipFile struct to be module structMartin Ashby1+165-163
2023-09-15 21:07Add a test for deflate and comment Add a method for getting a commentMartin Ashby3+20-3
2023-09-15 20:45Add more documented (unsupported) compression methodsMartin Ashby2+33-3
2023-09-15 20:08Initial decompressionMartin Ashby1+104-0
2023-09-15 07:12Rearrange code Add some convenience methods to ZipFileMartin Ashby1+89-73
2023-09-15 06:22Replace boilerplate serialization with some proper generic code Delete commented codeMartin Ashby1+67-166
2023-09-14 22:43central directory headers can be readMartin Ashby3+4032-166
2023-09-14 18:39fooMartin Ashby1+62-39
2023-09-14 13:07InitialMartin Ashby5+237-0