Commit Graph

30 Commits

Author SHA1 Message Date
Sam Soffes
c05ee25f7f 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
2012-05-07 22:27:45 -07:00
Sam Soffes
2ad10f1713 Fix warnings 2012-05-07 22:12:09 -07:00
Sam Soffes
f487007ff2 Merge pull request #10 from jazzbox/jazzbranch
Improved writing
2012-01-09 09:32:42 -08:00
Bernd Ohr
dbad12bffb writeData: writing chunks is unnecessary and set file date to now 2011-12-27 17:25:34 +01:00
Bernd Ohr
0a7c36ffb7 Dont't import "minizip/zip.h" in the header file 2011-12-27 17:15:40 +01:00
Sam Soffes
cd31818aa4 Updated readme 2011-12-26 23:38:42 -05:00
Sam Soffes
34acd95f17 0.1.2 release 2011-12-26 23:33:44 -05:00
Johnnie Walker
4fa1e0d060 Add support for creating zip files
Basic zip files can be created (or appended to) by supplying the
path to a zip file and either paths to existing files or NSData
objects along with filenames.
2011-12-20 09:24:56 +00:00
Sam Soffes
ada9722309 Updated changelog for 0.1.1 2011-10-31 17:21:47 -07:00
Sam Soffes
db61203752 Upgrade to minizip 1.1
* Support zip files larger than 2GB. Fixes #7
* Updated readme
* Added (commented out) test for large files
2011-10-31 17:08:41 -07:00
Sam Soffes
5c0c39ff46 Added basic tests and changelog 2011-10-03 23:28:54 -07:00
Sam Soffes
65a8282c0b Merge pull request #6 from johnezang/master
commit sez it all, bayybee
2011-07-22 19:26:17 -07:00
John Engelhart
f24f550eb7 More source tidies. Remove actual or potential local variable symbol shadows, plus a few other non-functionality impacting changes. 2011-07-21 21:52:14 -07:00
John Engelhart
02417a4218 Code tidy: fixes the initialization of some variables so that they are completely initialized to known values. 2011-07-21 15:39:03 -07:00
Sam Soffes
53b5c58bb3 Updated license 2011-06-22 10:41:36 -07:00
Sam Soffes
54449c4c9e Updated to minizip 1.0h (with minor modifications to avoid warnings and analyzer issues) 2011-06-22 10:37:46 -07:00
Sam Soffes
76e8bf5e0b Fixed analyzer issue 2011-06-21 10:46:27 -07:00
Sam Soffes
f706803a1c Updated coding convention 2011-06-13 16:25:17 -07:00
Sam Soffes
9b2b20431c Fixed warnings 2011-05-31 21:34:37 -07:00
Sam Soffes
8e5de14303 Fixed warning 2011-05-31 10:14:29 -07:00
Sam Soffes
e885af5595 Updated readme 2011-05-27 16:37:02 -07:00
Sam Soffes
738e1f88b2 Merge pull request #4 from steipete/master
Fix some warnings in LLVM 2.1
2011-05-27 16:36:07 -07:00
Peter Steinberger
1929676481 fixes warning with llvm 2.1 2011-05-28 01:34:31 +02:00
Sam Soffes
c3ed902615 Fixed warning 2011-03-28 11:59:54 -07:00
Sam Soffes
711808a976 Renamed classes 2010-08-19 15:40:34 -05:00
Sam Soffes
e4fd78a88d Renamed 2010-08-19 15:27:48 -05:00
Sam Soffes
f56f20f4e4 Return error properly 2010-07-26 15:18:32 -05:00
Sam Soffes
1e9dd51066 Added error messages 2010-07-23 10:41:46 -05:00
Sam Soffes
e3c71aa54c Updated readme 2010-07-21 18:09:14 -05:00
Sam Soffes
09775a7765 Initial commit 2010-07-21 18:05:38 -05:00