-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: michaelvu812/ZipArchive
base: master
head repository: mattconnolly/ZipArchive
compare: master
Commits on Apr 30, 2014
-
fix that file modification date is stored in wrong format
(is: zipInfo.dosDate stores seconds from 1980, should be: MS-DOS date time format. references: http://www.pkware.com/documents/casestudies/APPNOTE.TXT 4.4.6 and http://msdn.microsoft.com/en-us/library/windows/desktop/ms724247(v=vs.85).aspx)
Daniel Matzke committedApr 30, 2014 Configuration menu - View commit details
-
Copy full SHA for 3588d02 - Browse repository at this point
Copy the full SHA 3588d02View commit details
Commits on Jul 10, 2014
-
Merge pull request mattconnolly#31 from danielmatzke/master
fix that file modification date is stored in wrong format
Configuration menu - View commit details
-
Copy full SHA for 3812812 - Browse repository at this point
Copy the full SHA 3812812View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69b7367 - Browse repository at this point
Copy the full SHA 69b7367View commit details
Commits on Jul 19, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 7125015 - Browse repository at this point
Copy the full SHA 7125015View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54cf13e - Browse repository at this point
Copy the full SHA 54cf13eView commit details
Commits on Oct 9, 2014
-
Remove libz.dylib from 'Link Binary with Libraries' build phase to re…
…move XCode build warning According to XCode's build warning, projects that build a static library should not link directly against dynamic libraries. Instead, their host projects should link against their dynamic libraries. In this case, projects that build ZipArchive as a dependency should link against libz.dylib in their own 'Link Binary with Libraries' build phase.
Configuration menu - View commit details
-
Copy full SHA for 06d8d1c - Browse repository at this point
Copy the full SHA 06d8d1cView commit details
Commits on Oct 15, 2014
-
Configuration menu - View commit details
-
Copy full SHA for b1b481c - Browse repository at this point
Copy the full SHA b1b481cView commit details
Commits on Oct 31, 2014
-
Fix month of modification date
tm_unz.tm_mon is the number of "months since January [0,11]" and must be adjusted before being used in NSDateComponents
David Feshbach committedOct 31, 2014 Configuration menu - View commit details
-
Copy full SHA for 2201e96 - Browse repository at this point
Copy the full SHA 2201e96View commit details
Commits on Jan 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7602e3e - Browse repository at this point
Copy the full SHA 7602e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f940d8 - Browse repository at this point
Copy the full SHA 0f940d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4861aa - Browse repository at this point
Copy the full SHA d4861aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7cda73 - Browse repository at this point
Copy the full SHA d7cda73View commit details
Commits on Jan 16, 2015
-
Merge pull request mattconnolly#47 from OpenFibers/master
Some features: unzip to memory, add data as file, append zip file
Configuration menu - View commit details
-
Copy full SHA for 0535236 - Browse repository at this point
Copy the full SHA 0535236View commit details -
Merge pull request mattconnolly#38 from wileykestner/master
Remove libz.dylib from 'Link Binary with Libraries' build phase
Configuration menu - View commit details
-
Copy full SHA for 8dbb7f1 - Browse repository at this point
Copy the full SHA 8dbb7f1View commit details -
Merge pull request mattconnolly#39 from turenus/master
Added compression level support
Configuration menu - View commit details
-
Copy full SHA for e2d7f67 - Browse repository at this point
Copy the full SHA e2d7f67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49d9bf3 - Browse repository at this point
Copy the full SHA 49d9bf3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6389fc - Browse repository at this point
Copy the full SHA f6389fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 290a026 - Browse repository at this point
Copy the full SHA 290a026View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9736bd - Browse repository at this point
Copy the full SHA d9736bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bcac6dd - Browse repository at this point
Copy the full SHA bcac6ddView commit details
Commits on Feb 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 6ebc32f - Browse repository at this point
Copy the full SHA 6ebc32fView commit details
Commits on Mar 25, 2016
-
check error returns of unzCloseCurrentFile and unzGoToNextFile within…
… getZipFileContents
Configuration menu - View commit details
-
Copy full SHA for 165ca9c - Browse repository at this point
Copy the full SHA 165ca9cView commit details
Commits on Oct 20, 2017
-
Merge pull request mattconnolly#80 from pushd/master
check error returns of unzCloseCurrentFile and unzGoToNextFile
Configuration menu - View commit details
-
Copy full SHA for e215573 - Browse repository at this point
Copy the full SHA e215573View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master