openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
ssziparchive
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
about 19 hours
ago.
Sep 13, 2024 — Sep 13, 2025
Showing page 26 of 27
Search / Filter on:
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.
Sam Soffes
More...
over 13 years ago
Add ARC note to readme
Sam Soffes
More...
over 13 years ago
Version 0.2.0
Sam Soffes
More...
over 13 years ago
Update Changelog.markdown
Sam Soffes
More...
over 13 years ago
Fix support for unzipping with password. Fixes #13
Sam Soffes
More...
over 13 years ago
Improve unzipping progress delegate
Sam Soffes
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
Sam Soffes
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
Sam Soffes
More...
over 13 years ago
Fix warnings
Sam Soffes
More...
over 13 years ago
added Progress Delegate Support
Johannes Ekberg
More...
over 13 years ago
Added Delegation Support
Johannes Ekberg
More...
over 13 years ago
Merge pull request #10 from jazzbox/jazzbranch
Sam Soffes
More...
over 13 years ago
writeData: writing chunks is unnecessary and set file date to now
Bernd Ohr
More...
over 13 years ago
Dont't import "minizip/zip.h" in the header file
Bernd Ohr
More...
over 13 years ago
Updated readme
Sam Soffes
More...
over 13 years ago
0.1.2 release
Sam Soffes
More...
over 13 years ago
Add support for creating zip files
Johnnie Walker
More...
over 13 years ago
Updated changelog for 0.1.1
Sam Soffes
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
Sam Soffes
More...
almost 14 years ago
Added basic tests and changelog
Sam Soffes
More...
almost 14 years ago
Merge pull request #6 from johnezang/master
Sam Soffes
More...
about 14 years ago
More source tidies. Remove actual or potential local variable symbol shadows, plus a few other non-functionality impacting changes.
John Engelhart
More...
about 14 years ago
Code tidy: fixes the initialization of some variables so that they are completely initialized to known values.
John Engelhart
More...
about 14 years ago
Updated license
Sam Soffes
More...
about 14 years ago
Updated to minizip 1.0h (with minor modifications to avoid warnings and analyzer issues)
Sam Soffes
More...
about 14 years ago
Fixed analyzer issue
Sam Soffes
More...
about 14 years ago
Updated coding convention
Sam Soffes
More...
over 14 years ago
Fixed warnings
Sam Soffes
More...
over 14 years ago
Fixed warning
Sam Soffes
More...
over 14 years ago
Updated readme
Sam Soffes
More...
over 14 years ago
←
1
2
…
19
20
21
22
23
24
25
26
27
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree