index
:
zip-zig
main
zig library for zip files
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2023-10-02
Make structures and methods public
HEAD
main
Martin Ashby
2023-10-02
Comment out test for writing zip
Martin Ashby
2023-09-18
More work on writing zip
Martin Ashby
2023-09-18
More work on writing ZIPs
Martin Ashby
2023-09-17
Switch slice -> ArrayList for central_directory_headers
Martin Ashby
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
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
2023-09-15
Replace boilerplate serialization with some proper generic code
Martin Ashby
2023-09-14
central directory headers can be read
Martin Ashby
2023-09-14
foo
Martin Ashby
2023-09-14
Initial
Martin Ashby