1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Sep 13, 2024 — Sep 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Verify delegate file indexes. Closes #18 Using `zip` in Terminal generates zip files with just the files you zip. If you use OS X's archiver, it will add hidden files making the indexes appear to be wrong. More... over 13 years ago
Add ARC note to readme More... over 13 years ago
Version 0.2.0 More... over 13 years ago
Update Changelog.markdown More... over 13 years ago
Fix support for unzipping with password. Fixes #13 More... over 13 years ago
Improve unzipping progress delegate More... over 13 years ago
Fixes for unzipping modification dates and add ARC support * Add ARC support * Fixes: One of the bugs is that the file modification dates for files being unzipped were wrong. Apparently the code was taking the MS-DOS date and time and treating it as an NSTimeInterval since Jan 1, 1980. This is not correct and was resulting in modification dates for me in 2014. — Brant Sears * Fixes: The second bug was that the file modification dates for folders were showing up as the current date/time, but when I unzip the same archive using Apple's implementation of zip, the file modification dates for those folders were set sometime in the past. — Brant Sears More... over 13 years ago
Fixes for unzipping modification dates and add ARC support * Add ARC support * Fixes: One of the bugs is that the file modification dates for files being unzipped were wrong. Apparently the code was taking the MS-DOS date and time and treating it as an NSTimeInterval since Jan 1, 1980. This is not correct and was resulting in modification dates for me in 2014. — Brant Sears * Fixes: The second bug was that the file modification dates for folders were showing up as the current date/time, but when I unzip the same archive using Apple's implementation of zip, the file modification dates for those folders were set sometime in the past. — Brant Sears More... over 13 years ago
Fix warnings More... over 13 years ago
added Progress Delegate Support More... over 13 years ago
Added Delegation Support More... over 13 years ago
Merge pull request #10 from jazzbox/jazzbranch More... over 13 years ago
writeData: writing chunks is unnecessary and set file date to now More... over 13 years ago
Dont't import "minizip/zip.h" in the header file More... over 13 years ago
Updated readme More... over 13 years ago
0.1.2 release More... over 13 years ago
Add support for creating zip files More... over 13 years ago
Updated changelog for 0.1.1 More... almost 14 years ago
Upgrade to minizip 1.1 * Support zip files larger than 2GB. Fixes #7 * Updated readme * Added (commented out) test for large files More... almost 14 years ago
Added basic tests and changelog More... almost 14 years ago
Merge pull request #6 from johnezang/master More... about 14 years ago
More source tidies. Remove actual or potential local variable symbol shadows, plus a few other non-functionality impacting changes. More... about 14 years ago
Code tidy: fixes the initialization of some variables so that they are completely initialized to known values. More... about 14 years ago
Updated license More... about 14 years ago
Updated to minizip 1.0h (with minor modifications to avoid warnings and analyzer issues) More... about 14 years ago
Fixed analyzer issue More... about 14 years ago
Updated coding convention More... over 14 years ago
Fixed warnings More... over 14 years ago
Fixed warning More... over 14 years ago
Updated readme More... over 14 years ago