5 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
91930d915c add license, update readme and start to work on encoding functions 2021-03-30 11:48:59 +00:00
niamtokik
c16bb548af add some examples and resources 2021-03-29 20:06:33 +00:00
niamtokik
a93a377155 first commit 2021-03-29 20:04:07 +00:00