Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: michaelvu812/ZipArchive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mattconnolly/ZipArchive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.

Commits on Apr 30, 2014

  1. 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 committed Apr 30, 2014
    Copy the full SHA
    3588d02 View commit details

Commits on Jul 10, 2014

  1. Merge pull request mattconnolly#31 from danielmatzke/master

    fix that file modification date is stored in wrong format
    mattconnolly committed Jul 10, 2014
    Copy the full SHA
    3812812 View commit details
  2. Version 1.3.0

    mattconnolly committed Jul 10, 2014
    Copy the full SHA
    69b7367 View commit details

Commits on Jul 19, 2014

  1. Copy the full SHA
    7125015 View commit details
  2. Copy the full SHA
    54cf13e View commit details

Commits on Oct 9, 2014

  1. 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.
    wileykestner committed Oct 9, 2014
    Copy the full SHA
    06d8d1c View commit details

Commits on Oct 15, 2014

  1. Copy the full SHA
    b1b481c View commit details

Commits on Oct 31, 2014

  1. 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 committed Oct 31, 2014
    Copy the full SHA
    2201e96 View commit details

Commits on Jan 15, 2015

  1. Copy the full SHA
    7602e3e View commit details
  2. Copy the full SHA
    0f940d8 View commit details
  3. Copy the full SHA
    d4861aa View commit details
  4. Copy the full SHA
    d7cda73 View commit details

Commits on Jan 16, 2015

  1. Merge pull request mattconnolly#47 from OpenFibers/master

    Some features: unzip to memory, add data as file, append zip file
    mattconnolly committed Jan 16, 2015
    Copy the full SHA
    0535236 View commit details
  2. Merge pull request mattconnolly#38 from wileykestner/master

    Remove libz.dylib from 'Link Binary with Libraries' build phase
    mattconnolly committed Jan 16, 2015
    Copy the full SHA
    8dbb7f1 View commit details
  3. Merge pull request mattconnolly#39 from turenus/master

    Added compression level support
    mattconnolly committed Jan 16, 2015
    Copy the full SHA
    e2d7f67 View commit details
  4. Copy the full SHA
    49d9bf3 View commit details
  5. Update readme

    mattconnolly committed Jan 16, 2015
    Copy the full SHA
    f6389fc View commit details
  6. Bump version

    mattconnolly committed Jan 16, 2015
    Copy the full SHA
    290a026 View commit details
  7. Copy the full SHA
    d9736bd View commit details
  8. Version 1.4.0

    mattconnolly committed Jan 16, 2015
    Copy the full SHA
    bcac6dd View commit details

Commits on Feb 12, 2015

  1. Copy the full SHA
    6ebc32f View commit details

Commits on Mar 25, 2016

  1. Copy the full SHA
    165ca9c View commit details

Commits on Oct 20, 2017

  1. Merge pull request mattconnolly#80 from pushd/master

    check error returns of unzCloseCurrentFile and unzGoToNextFile
    mattconnolly authored Oct 20, 2017
    Copy the full SHA
    e215573 View commit details
Loading