Commit Graph

  • b0c410516e
    Update SSZipArchive.podspec master Nikita 2021-04-21 17:13:37 +0300
  • 0f638a9e94 Fixed zip archive method definition nikita.kosilo 2020-10-23 15:22:31 +0300
  • 334c7bb78d Updated createZipFileAtPath method nikita.kosilo 2020-10-13 12:22:29 +0300
  • bfc6fb8d34
    Support for splitting archive Jean-Baptiste 2017-11-22 07:31:33 +0100
  • b6ba338a4c
    Support for splitting archive Jean-Baptiste 2017-11-22 07:26:25 +0100
  • e46a23f76d
    Support for splitting archive Jean-Baptiste 2017-11-21 18:15:21 +0100
  • 150f9a276e
    Support for splitting archive Jean-Baptiste 2017-11-21 18:13:05 +0100
  • 82af68a7d5 raising exception if malloc is null Antoine Cœur 2017-10-30 10:05:37 +0800
  • 924b9240d3 fix memory leak Antoine Cœur 2017-10-23 17:27:08 +0800
  • 6b302a33b1 2.1.1 v2.1.1 Antoine Cœur 2017-10-12 01:21:47 +0800
  • 6128b6faf3 Merge pull request #403 from ZipArchive/unzCountEntries Antoine Cœur 2017-10-11 12:05:39 -0500
  • 8e3a03d78b Merge pull request #402 from ZipArchive/IncorrectHeaders Antoine Cœur 2017-10-11 12:03:05 -0500
  • 5b9e60e4ea Use arc4random_buf instead of "/dev/urandom" Antoine Cœur 2017-10-12 00:59:06 +0800
  • 91e8bff0a7 workaround incorrect file count unzCountEntries Antoine Cœur 2017-10-12 00:07:14 +0800
  • 4ae03a2145 proper fix for compatibility with incorrect headers IncorrectHeaders Antoine Cœur 2017-10-11 23:41:35 +0800
  • fab301b90f Merge pull request #400 from ZipArchive/__MACOSX Antoine Cœur 2017-10-10 20:09:20 -0500
  • e5962afc05 Merge pull request #398 from ZipArchive/nestedZip Antoine Cœur 2017-10-10 20:09:08 -0500
  • 236f31d25a Merge pull request #396 from ZipArchive/carthage Antoine Cœur 2017-10-10 20:08:51 -0500
  • 01d1d9e770 ignoring __MACOSX/ currentFileNumber needs to be incremented even if we continue Antoine Cœur 2017-10-10 19:14:41 +0800
  • 1fd7fa9c29 support nested zip by calling fclose first Antoine Cœur 2017-10-10 16:43:46 +0800
  • 2886108b12 more flexible sample apps Antoine Cœur 2017-10-10 16:42:00 +0800
  • 45d2faf540 removing inconsistent swift dependency for carthage frameworks Antoine Cœur 2017-10-10 15:07:35 +0800
  • 308b7c9849 no more swift2.3 Antoine Cœur 2017-10-10 11:29:22 +0800
  • 96d988d3f8 support AES, compression level, tvOS, ... v2.1.0 Antoine Cœur 2017-10-09 02:28:16 -0500
  • 6746665b71 Merge pull request #394 from ZipArchive/nestedZipLevel Antoine Cœur 2017-10-09 02:18:51 -0500
  • a9bb0f948c Merge pull request #393 from ZipArchive/optional_aes Antoine Cœur 2017-10-09 02:18:40 -0500
  • e38ad24bd8 Merge pull request #392 from ZipArchive/zip_empty_folder Antoine Cœur 2017-10-09 02:18:04 -0500
  • a9eb253d90 optional nestedZipLevel Antoine Cœur 2017-10-08 13:30:55 +0800
  • 181bdc693e optional AES and custom compressionLevel Antoine Cœur 2017-10-08 13:28:00 +0800
  • df25a4a43e avoiding creating an extra file to zip an empty folder Antoine Cœur 2017-10-08 02:39:39 +0800
  • 252fb76ff4 print success in the example projects Antoine Cœur 2017-10-08 01:32:33 +0800
  • b8a68d1a08 Merge pull request #391 from ZipArchive/incorrect_headers Antoine Cœur 2017-10-07 11:51:57 -0500
  • ed887bd062 Merge pull request #390 from ZipArchive/empty_zip Antoine Cœur 2017-10-07 11:51:46 -0500
  • 7ce0c7cc66 factoring zipInfo:setAttributesOfItemAtPath: Antoine Cœur 2017-10-07 21:39:52 +0800
  • c15c6db4f5 converting isFilePasswordProtectedAtPath minizip2 Antoine Cœur 2017-10-07 21:17:44 +0800
  • 7143ecdc66 compatibility with incorrect headers Antoine Cœur 2017-10-07 13:53:48 +0800
  • 708a2c76d8 travis for tvOS Antoine Cœur 2017-10-07 13:05:16 +0800
  • 2ab252766d compatibility with empty zip files Antoine Cœur 2017-10-07 13:01:07 +0800
  • 27cf1ec538 fix tvOS deployment target for tests Antoine Cœur 2017-10-07 01:06:01 +0800
  • 913c3127e0 new minizip files Antoine Cœur 2017-10-07 00:50:57 +0800
  • 5a7f52bf50 updated minizip Antoine Cœur 2017-10-06 01:37:58 +0800
  • f59a2d6670 moving test delegates to their own files Antoine Cœur 2017-10-04 23:46:51 +0800
  • 0634a08c75 moving filenameStringWithCString to its own method Antoine Cœur 2017-10-04 22:53:37 +0800
  • 1011c5ec05 moving fileIsSymbolicLink to its own function Antoine Cœur 2017-10-04 22:10:52 +0800
  • 1b253ad445 removing dependency on storyboard for tests on Xcode 7 Antoine Cœur 2017-10-04 22:10:13 +0800
  • b7097ae6bb report error for negative readBytes (invalid password) Antoine Cœur 2017-10-04 20:21:07 +0800
  • 6bf9406cff fix Xcode 9.1 constraints warnings Antoine Cœur 2017-10-04 15:46:29 +0800
  • 2e8fd082ca changing com.samsoffes to com.ziparchive Antoine Cœur 2017-10-04 15:05:05 +0800
  • 917cdd6d73 travis tests for macOS Antoine Cœur 2017-10-04 14:36:52 +0800
  • b660cccd24 removing zipArchiveDidUnzipArchiveFile:entryPath:destPath: from SSZipArchiveDelegate as never implemented Antoine Cœur 2017-10-03 23:42:15 +0800
  • 2821ab5d3e handling potential errors in zipOpenNewFileInZip Antoine Cœur 2017-10-02 02:59:21 +0800
  • f6fd858c20 Xcode 7 compatibility v2.0.8 Antoine Cœur 2017-09-30 13:43:23 +0800
  • 6ec780b26a macOS 10.8+ is needed Antoine Cœur 2017-09-30 13:22:44 +0800
  • f827cff917 2.0.8 Antoine Cœur 2017-09-30 10:32:35 +0800
  • 67f1711fe0 Merge pull request #385 from ZipArchive/encoding_autodetection Antoine Cœur 2017-09-29 12:43:52 -0500
  • 6f0bb4e9b4 fix #315 by removing the size_filename test. latest minizip. Antoine Cœur 2017-09-30 01:42:17 +0800
  • 5c10b9bed2 hexa is more readable than base64 for debugging unknown encodings Antoine Cœur 2017-09-29 19:06:16 +0800
  • eed7d2368d removing iOS 7 compatibility Antoine Cœur 2017-09-29 02:43:27 +0800
  • b75031acd0 supporting encoding detection Antoine Cœur 2017-09-29 02:29:04 +0800
  • d6eea31fea Xcode 9 friendly solution for logs Antoine Cœur 2017-09-28 03:32:49 +0800
  • b65da3ff20 hiding system messages on simulator Antoine Cœur 2017-09-28 01:32:31 +0800
  • 76c8d2aeee parameters on separate lines Antoine Cœur 2017-09-21 15:59:34 +0800
  • a29b765b4b new devices Antoine Cœur 2017-09-21 15:57:56 +0800
  • 5db5451166 fix regression from previous commit Antoine Cœur 2017-09-19 11:40:25 +0800
  • b9ce3814d4 latest minizip Antoine Cœur 2017-09-18 20:33:11 +0800
  • 30eff54054 2.0.7 v2.0.7 Antoine Cœur 2017-09-18 11:32:01 +0800
  • d94e717193 updated copyright Antoine Cœur 2017-09-18 11:08:13 +0800
  • 5666c74d61 Merge pull request #379 from ZipArchive/gregorian Antoine Cœur 2017-09-18 10:44:24 +0800
  • 25fb5cdf58 fix zipInfo:setDate: when currentCalendar was not gregorian Antoine Cœur 2017-09-17 19:51:47 +0800
  • 961d471d39 readability and simplifications Antoine Cœur 2017-09-17 00:55:52 +0800
  • ec2cc3f474 Merge pull request #377 from ZipArchive/unicode_passwords Antoine Cœur 2017-09-16 23:47:21 +0800
  • 8f7d1bb6db add testZippingAndUnzippingWithUnicodePassword fix testZipping and testZippingAndUnzippingForDate Antoine Cœur 2017-09-16 22:13:31 +0800
  • c8a93311b5 unicode passwords Antoine Cœur 2017-09-16 18:01:56 +0800
  • f9df6800d6 modernizing objectiveC Antoine Cœur 2017-09-14 00:31:27 +0800
  • bad8ca91e2 human readable xcodebuild destination Antoine Cœur 2017-09-13 20:12:05 +0800
  • dd86a28b22 SSZipArchive works on Xcode 7-9 and above, iOS 8-11 and above. v2.0.6 Antoine Cœur 2017-09-13 15:54:43 +0800
  • 465f6210c4 fix compilation on Xcode 7.x Antoine Cœur 2017-09-13 00:47:45 +0800
  • a004f928cd also printing error for Swift example project Antoine Cœur 2017-09-12 21:44:47 +0800
  • e7116f283f alphabetic order Antoine Cœur 2017-09-12 21:36:56 +0800
  • fa3fe1dfd8 correctly reporting errors for createZipFileAtPath Antoine Cœur 2017-09-12 21:15:13 +0800
  • 1c5bf00ec3 travis script on multiple lines for readability Antoine Cœur 2017-09-10 10:23:56 +0800
  • f3030e34ab returning write errors and preventing multiple calls to close by setting _zip to nil Antoine Cœur 2017-09-10 03:07:15 +0800
  • 44329ab1a1 avoiding calling the completionHandler twice Antoine Cœur 2017-09-10 02:49:18 +0800
  • bdbe304da3 applying some suggestions from AppCode Antoine Cœur 2017-09-09 23:05:11 +0800
  • 5bb31f8d67 .gitignore simplified as we don't need to support Xcode3 (https://github.com/github/gitignore/blob/master/Global/Xcode.gitignore) Antoine Cœur 2017-09-09 20:22:22 +0800
  • 7a2b2fe9d4 2.0.5 v2.0.5 Antoine Cœur 2017-09-09 17:04:42 +0800
  • 94da75db53 adding a watchos 2.0 target for Carthage Antoine Cœur 2017-09-09 15:08:42 +0800
  • 75dad5ea8d adding a tvos 9.0 target for Carthage Antoine Cœur 2017-09-09 14:01:27 +0800
  • a48f5d140a fix unpacking empty files and folders Antoine Cœur 2017-09-09 13:27:10 +0800
  • dc8bf3558c latest minishared Antoine Cœur 2017-08-29 13:24:50 +0800
  • 77054d5ca5 update test pods v2.0.4 Joshua Hudson 2017-08-28 15:20:02 -0700
  • 123e801b82 podspec bump Antoine Cœur 2017-08-25 13:58:28 +0800
  • 77892c97d8 Merge pull request #368 from RobertCain/analyze-success Antoine Cœur 2017-08-25 13:57:53 +0800
  • 790b2c1454 Fixes Analyze: Local variable conflicts with outer success variable Robert Cain 2017-08-24 17:45:08 +0100
  • 528ca5694b Update README.md Joshua Hudson 2017-08-10 09:25:22 -0700
  • b4d11dffc9 Merge pull request #363 from ibsh/master Joshua Hudson 2017-08-01 20:10:45 -0700
  • 6781d97343 Guard against the receipt of empty paths Ibrahim Sha'ath 2017-08-01 16:08:00 -0700
  • 2a248f6b55 Add missing nullability specifier Ibrahim Sha'ath 2017-08-01 16:07:22 -0700
  • 55b067b11c Podlock updates Joshua Hudson 2017-08-01 12:27:12 -0700
  • 889e4293d1 podspec bump v2.0.3 Joshua Hudson 2017-08-01 12:15:50 -0700