Commit Graph

  • 26630b36af Fix for mailing tests regarding unicode filenames and symbolic links. Julius Parishy 2012-05-09 23:53:22 -04:00
  • 581adbb98c Don't clean output director for debugging purposes Sam Soffes 2012-05-09 09:54:16 -07:00
  • d646bf93a2 Add failing test for #14 Sam Soffes 2012-05-09 09:52:52 -07:00
  • b7598bc95f Version 0.2.1 Sam Soffes 2012-05-09 08:47:50 -07:00
  • be06741bf3 Version 0.2.1 0.2.1 Sam Soffes 2012-05-09 08:47:50 -07:00
  • 236fcb7d65 Merge pull request #20 from florianbachmann/master Sam Soffes 2012-05-09 08:39:01 -07:00
  • a46e35e2b8 Remove warning in tests * Switch to SSToolkit MD5 implementation * Fix warning in MD5 implementation Sam Soffes 2012-05-09 08:36:42 -07:00
  • e171229257 get rid of these three warnings: - Missing field 'tm_min' initializer - Suggest braces around initialization of subobject - Missing field 'dosDate' initializer Florian Bachmann 2012-05-09 11:17:44 +02:00
  • 3a87f3ccfa Merge pull request #21 from EgoAleSum/patch-1 Sam Soffes 2012-05-09 08:32:10 -07:00
  • df4ffca706 Merge pull request #22 from jparishy/preserve-symbolic-links Sam Soffes 2012-05-09 08:31:40 -07:00
  • 64c542e090 Clean up and fix bug in test. Julius Parishy 2012-05-09 11:14:56 -04:00
  • f900d38036 Symbolic Link support. Julius Parishy 2012-05-09 11:12:04 -04:00
  • 9070c825f8 Fixed two warnings Alessandro Segala 2012-05-09 16:35:09 +02:00
  • bfc0904d14 Looking into the symbolic link issue. Julius Parishy 2012-05-09 08:18:19 -04:00
  • 45009d71e7 get rid of these three warnings: - Missing field 'tm_min' initializer - Suggest braces around initialization of subobject - Missing field 'dosDate' initializer Florian Bachmann 2012-05-09 11:17:44 +02:00
  • b27c74b04c Merge pull request #19 from jparishy/master Sam Soffes 2012-05-08 20:35:18 -07:00
  • b6f7f605fe Fix for Issue #16 Julius Parishy 2012-05-08 22:55:30 -04:00
  • f6eb58cc51 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 2012-05-08 09:47:56 -07:00
  • 5651fb2c1b Add ARC note to readme Sam Soffes 2012-05-08 00:08:44 -07:00
  • cd0be3772a Version 0.2.0 0.2.0 Sam Soffes 2012-05-07 23:48:03 -07:00
  • a7c7978c42 Update Changelog.markdown Sam Soffes 2012-05-07 23:46:20 -07:00
  • f7e9630fd0 Fix support for unzipping with password. Fixes #13 Sam Soffes 2012-05-07 23:41:24 -07:00
  • c4b61b7092 Improve unzipping progress delegate Sam Soffes 2012-05-07 23:05:06 -07:00
  • 23426fd0de 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 2012-05-07 22:27:45 -07:00
  • f78aa2c1be added Progress Delegate Support Johannes Ekberg 2012-01-15 12:49:47 +01:00
  • 13edbb940e Added Delegation Support Johannes Ekberg 2012-01-14 20:46:32 +01:00
  • 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 Sam Soffes 2012-05-07 22:27:45 -07:00
  • 2ad10f1713 Fix warnings Sam Soffes 2012-05-07 22:12:09 -07:00
  • f487007ff2 Merge pull request #10 from jazzbox/jazzbranch Sam Soffes 2012-01-09 09:32:42 -08:00
  • dbad12bffb writeData: writing chunks is unnecessary and set file date to now Bernd Ohr 2011-12-27 17:25:34 +01:00
  • 0a7c36ffb7 Dont't import "minizip/zip.h" in the header file Bernd Ohr 2011-12-27 17:15:40 +01:00
  • cd31818aa4 Updated readme Sam Soffes 2011-12-26 23:38:42 -05:00
  • 34acd95f17 0.1.2 release 0.1.2 Sam Soffes 2011-12-26 23:32:55 -05:00
  • 4fa1e0d060 Add support for creating zip files Johnnie Walker 2011-12-20 09:24:56 +00:00
  • ada9722309 Updated changelog for 0.1.1 Sam Soffes 2011-10-31 17:21:47 -07:00
  • db61203752 Upgrade to minizip 1.1 * Support zip files larger than 2GB. Fixes #7 * Updated readme * Added (commented out) test for large files 0.1.1 Sam Soffes 2011-10-31 17:08:41 -07:00
  • 5c0c39ff46 Added basic tests and changelog Sam Soffes 2011-10-03 23:28:54 -07:00
  • 65a8282c0b Merge pull request #6 from johnezang/master 0.1.0 Sam Soffes 2011-07-22 19:26:17 -07:00
  • f24f550eb7 More source tidies. Remove actual or potential local variable symbol shadows, plus a few other non-functionality impacting changes. John Engelhart 2011-07-21 21:52:14 -07:00
  • 02417a4218 Code tidy: fixes the initialization of some variables so that they are completely initialized to known values. John Engelhart 2011-07-21 15:39:03 -07:00
  • 53b5c58bb3 Updated license Sam Soffes 2011-06-22 10:41:36 -07:00
  • 54449c4c9e Updated to minizip 1.0h (with minor modifications to avoid warnings and analyzer issues) Sam Soffes 2011-06-22 10:37:46 -07:00
  • 76e8bf5e0b Fixed analyzer issue Sam Soffes 2011-06-21 10:46:27 -07:00
  • f706803a1c Updated coding convention Sam Soffes 2011-06-13 16:25:17 -07:00
  • 9b2b20431c Fixed warnings Sam Soffes 2011-05-31 21:34:37 -07:00
  • 8e5de14303 Fixed warning Sam Soffes 2011-05-31 10:14:29 -07:00
  • e885af5595 Updated readme Sam Soffes 2011-05-27 16:37:02 -07:00
  • 738e1f88b2 Merge pull request #4 from steipete/master Sam Soffes 2011-05-27 16:36:07 -07:00
  • 1929676481 fixes warning with llvm 2.1 Peter Steinberger 2011-05-28 01:34:05 +02:00
  • c3ed902615 Fixed warning Sam Soffes 2011-03-28 11:59:54 -07:00
  • 711808a976 Renamed classes Sam Soffes 2010-08-19 15:40:34 -05:00
  • e4fd78a88d Renamed Sam Soffes 2010-08-19 15:27:48 -05:00
  • f56f20f4e4 Return error properly Sam Soffes 2010-07-26 15:18:32 -05:00
  • 1e9dd51066 Added error messages Sam Soffes 2010-07-23 10:41:46 -05:00
  • e3c71aa54c Updated readme Sam Soffes 2010-07-21 18:09:14 -05:00
  • 09775a7765 Initial commit Sam Soffes 2010-07-21 18:05:38 -05:00