Commit Graph

10 Commits

Author SHA1 Message Date
niamtokik
1e90eaaaf3 Global Cleanup
This project was sleeping for too long. Too many parts are not clean
at all. So, here some cleanup:

 - add more test unit

 - clean msdos date/time format for zip

 - add crc32

 - add version support

 - rewrite notes

 - rewrite the whole interface from scratch.

 - update github actions

 - update license (MIT)

 - create dotzip application

 - update notes regarding data-structure used

 - fix date and time ms-dos format (issue with endianess)

 - fix local file header encoding

 - update documentation

 - update with new extra fields and third party support

 - add extended timestamp third party support

 - add unix info new third party support
2021-12-30 13:18:37 +00:00
niamtokik
1287cf0b38 update unix extra field 2021-04-07 19:52:10 +00:00
niamtokik
b41afb9ad6 update 2021-03-30 19:32:13 +00:00
niamtokik
6044e2827b start to abstract the decoding/encoding part. create modules for compression algorithms 2021-03-30 19:16:24 +00:00
niamtokik
fded5d2e4f update encoding for localfile 2021-03-30 14:05:36 +00:00
niamtokik
4ff9e9aaf6 encoding part to test 2021-03-30 13:05:45 +00:00
niamtokik
91930d915c add license, update readme and start to work on encoding functions 2021-03-30 11:48:59 +00:00
niamtokik
f9b5e4abb3 just move it in dedicated directory 2021-03-30 06:11:44 +00:00
niamtokik
f88961620a split and terminate end_central_directory 2021-03-30 06:10:41 +00:00
niamtokik
a93a377155 first commit 2021-03-29 20:04:07 +00:00