Commit Graph

  • a289602590 写文件流方法开放 master zher52 2021-10-22 17:19:14 +0800
  • 6e16750451 写文件流方法开放 zher52 2021-10-22 17:09:41 +0800
  • 0582706134 Added deprecation to the README. Gianluca Bertani 2019-08-29 07:57:01 +0200
  • ed43028b8d Added README section on adding files with encryption. Improved support for CRC32 calculation. Bumped version to 1.0.5 1.0.5 Gianluca Bertani 2017-05-21 10:29:59 +0200
  • e136e27380 Minor fixes to podspec 1.0.4 Gianluca Bertani 2017-05-13 16:41:27 +0200
  • 61b0029250 Updated MiniZip to latest version. Added unit tests for 32/64 bit cross compatibility and encryption. Fixed reading example (#59). Fixed script for fat library building (#55). Bumped version to 1.0.4. Gianluca Bertani 2017-05-13 16:28:35 +0200
  • 54de82a95b Updates project settings to Xcode 8.3.1 Updated tests to latest Swift syntax Gianluca Bertani 2017-05-13 09:43:10 +0200
  • 04d8d9d1d4 Fixed podspec by adding public headers 1.0.3 Gianluca Bertani 2016-08-28 12:12:38 +0200
  • cc40af1311 Bumped version to 1.0.3 Gianluca Bertani 2016-08-28 11:28:16 +0200
  • 1dbde8f9c9 Bumped version to 1.0.3 Gianluca Bertani 2016-08-28 11:26:08 +0200
  • 5a90a66267 Merge pull request #41 from atlasti/master Gianluca Bertani 2016-08-28 11:01:55 +0200
  • 00386a3fe9 Merge pull request #48 from andyj-at-aspin/Swift3ExceptionThrowing Gianluca Bertani 2016-08-28 10:59:34 +0200
  • ec6056de67 Changed throwing of Swift errors from the Stream reading/writing to be nonnull_error rather than zero_result. Continues to work with Swift 2.x but now works with Swift 3 Beta (circa XCode 8 beta 6) Andy Johnson 2016-08-26 16:53:19 +0100
  • 2485f97586 Apply changes from commit e54e129 of https://github.com/madler/zlib/ repository to silence compiler warning about shifting a negative signed value. Martin Winter 2016-04-01 13:57:52 +0100
  • 8364f87f9a Merge pull request #44 from deni2s/master Gianluca Bertani 2016-03-18 08:37:38 +0100
  • 9dfa7e43da Update README.md deni2s 2016-03-17 17:38:39 +0200
  • 401dfa4b17 Merge pull request #43 from deni2s/patch-1 Gianluca Bertani 2016-03-17 16:21:54 +0100
  • a1e5810879 Update README.md deni2s 2016-03-17 17:07:48 +0200
  • 64185c4750 Removing a potential leek found by static analysis. Kevin Meaney 2016-01-04 11:22:31 +0000
  • 4ed48f8e04 Bumped version to 1.0.2 1.0.2 Gianluca Bertani 2015-10-18 14:37:22 +0200
  • 6797222f63 Improved section on reading a file; removed section on memory management; added version 1.0.2 in version history Gianluca Bertani 2015-10-18 14:33:49 +0200
  • f1f4fee67f Improved interface of locateFileInZip and readDataWithBuffer in NSError variant Gianluca Bertani 2015-10-18 14:32:45 +0200
  • 07288c8e00 Fixed pod name in README Gianluca Bertani 2015-10-18 10:35:30 +0200
  • 1409b8622d Updated podspec 1.0.1 Gianluca Bertani 2015-09-20 19:01:01 +0200
  • 7f6ea3dd22 Bumped version to 1.0.1 Gianluca Bertani 2015-09-20 19:00:10 +0200
  • f3ccab7a68 Added Swift unit tests; bug fixes for Swift compatibility; verified settings for Xcode 7 Gianluca Bertani 2015-09-20 18:55:05 +0200
  • 74cbccda01 Merged back Getting Started in README Gianluca Bertani 2015-09-14 11:51:02 +0200
  • 5178459102 Moved enums to NS_ENUMs for Swift compatibility Gianluca Bertani 2015-09-14 11:49:48 +0200
  • 51b449b51f Added back the podspec 1.0.0 Gianluca Bertani 2015-09-09 23:21:12 +0200
  • 2b57e61fbc Temporarily removed podspec Gianluca Bertani 2015-09-09 23:20:46 +0200
  • 94312b945e Solved some type conversion warnings; replaced #warning with // TODO Gianluca Bertani 2015-09-09 21:00:36 +0200
  • dbd1e5962f Bumped version to 1.0.0; updated README and GETTING_STARTED; added podspec Gianluca Bertani 2015-09-09 20:28:10 +0200
  • 6e0a47fc64 Separated standard (exceptions) and NSError variants of interfaces with categories Gianluca Bertani 2015-09-09 18:54:53 +0200
  • b7dcbb63b3 Added API docs Gianluca Bertani 2015-09-09 18:30:10 +0200
  • b87bd38b66 Added nullability annotations Gianluca Bertani 2015-09-06 11:26:52 +0200
  • 4be16c97b0 Fixed use of NSError pattern; fixed minor int conversion issues Gianluca Bertani 2015-08-29 18:10:01 +0200
  • 1839a1c65c Added targets for iOS and OS X static libraries; moved DIY tests to XCTest Gianluca Bertani 2015-08-29 17:33:09 +0200
  • 2be9361540 Fixed bug in error wrapping Gianluca Bertani 2015-08-29 15:46:21 +0200
  • faa7e4d897 Introduced method variants with NSError handling; simplified exception creation Gianluca Bertani 2015-08-28 19:43:47 +0200
  • 1a91d92c51 Fixed used of deprecated constants (pull request #33) Gianluca Bertani 2015-08-28 17:39:12 +0200
  • 0d62b04cc6 Fixed some conversion warnings (pull request #28) Gianluca Bertani 2015-08-28 17:33:58 +0200
  • e2e8bdc700 Added support for legacy 32-bit zip files (see pull requests #18, #24 and #30) Gianluca Bertani 2015-08-28 17:28:39 +0200
  • 48a53904d8 Some code clean up Gianluca Bertani 2015-08-27 17:18:43 +0200
  • 5cbe4cde4d Added class prefix OZ Gianluca Bertani 2015-08-27 16:30:59 +0200
  • 433d629232 ARC-ified; removed ARCHelper.h Gianluca Bertani 2015-08-27 16:16:26 +0200
  • c8f2e3843f Added tests to unzip & check zip files created with Mac OS X and Windows; updated README Gianluca Bertani 2013-06-23 17:26:21 +0200
  • f05b2ed31b Minor project updates 0.8.3 Gianluca Bertani 2013-06-23 14:26:01 +0200
  • 049d1d4359 Updated REDAME Gianluca Bertani 2013-06-23 14:14:43 +0200
  • 1c2bf920ac Updated README Gianluca Bertani 2013-06-23 14:14:21 +0200
  • 0148dc65ef Fixed test 2 to zip & unzip up to 6.3 GB Gianluca Bertani 2013-06-23 14:14:03 +0200
  • 1f0a183797 Fixed use of 64 bit APIs; bumped version to 0.8.3 Gianluca Bertani 2013-06-23 14:13:34 +0200
  • ae5dad01c2 Updated README 0.8.2 Gianluca Bertani 2013-06-23 01:00:04 +0200
  • 2e737d29cd Minor changes Gianluca Bertani 2013-06-23 00:59:54 +0200
  • 4f5072e155 Switched test 2 to random values Gianluca Bertani 2013-06-23 00:59:08 +0200
  • bc9cedb8e8 Removed dead stores; fixed minor memory leak Gianluca Bertani 2013-06-23 00:58:23 +0200
  • 5efa1efdb1 Added test case for 6.3 GB zip file (not working at the moment, needs investigation) Gianluca Bertani 2013-06-20 00:38:14 +0200
  • 16978b4606 Updated MiniZip library to Nathan Moinvaziri version (also fixed bug in zip.c that was causing hangs when writing with no compression) Gianluca Bertani 2013-06-20 00:37:34 +0200
  • 24b8531dd4 Updated README Gianluca Bertani 2013-06-18 23:24:55 +0200
  • 136f0da35c Reviews project settings with Xcode 4.6.3 Gianluca Bertani 2013-06-18 23:24:39 +0200
  • 8c8a7ca683 Bumper version to 0.8.2 Gianluca Bertani 2013-06-18 23:23:47 +0200
  • 2caf1cea56 Updated to version 1.2.8 of ZLib Gianluca Bertani 2013-06-18 23:23:28 +0200
  • e8b715640e Fixed use of 64 bit I/O APIs Gianluca Bertani 2013-06-18 23:22:59 +0200
  • 7c0f2a7a07 Commented dead stores Gianluca Bertani 2013-06-18 23:22:15 +0200
  • 9faa93e605 Commented dead stores Gianluca Bertani 2013-06-18 23:21:51 +0200
  • 667b62fcc1 Added ARC support through Nick Lockwood's ARC Helper; README updated; bumped version to 0.8.1 Gianluca Bertani 2013-03-04 23:24:24 +0100
  • df4a2ebd00 Added LICENSE 0.8.0 Gianluca Bertani 2012-11-28 23:48:13 +0100
  • c26ee21bda Fixed markdown on GETTING_STARTED; added LICENSE Gianluca Bertani 2012-11-28 23:47:27 +0100
  • 9e6a610c29 Changed extension to README and GETTING_STARTED Gianluca Bertani 2012-11-28 23:31:39 +0100
  • ac4fb0d623 Added .gitignore Gianluca Bertani 2012-11-28 23:30:56 +0100
  • 765f23a4d0 Added README and GETTING_STARTED Gianluca Bertani 2012-11-28 23:17:29 +0100
  • 1f8d7fcbd0 First commit, v. 0.8 beta Gianluca Bertani 2012-11-28 22:04:12 +0100