Commit Graph

478 Commits

Author SHA1 Message Date
Antoine Cœur a004f928cd also printing error for Swift example project 2017-09-12 21:44:47 +08:00
Antoine Cœur e7116f283f alphabetic order 2017-09-12 21:36:56 +08:00
Antoine Cœur fa3fe1dfd8 correctly reporting errors for createZipFileAtPath 2017-09-12 21:15:13 +08:00
Antoine Cœur 1c5bf00ec3 travis script on multiple lines for readability 2017-09-10 10:23:56 +08:00
Antoine Cœur f3030e34ab returning write errors and preventing multiple calls to close by setting _zip to nil 2017-09-10 03:07:15 +08:00
Antoine Cœur 44329ab1a1 avoiding calling the completionHandler twice 2017-09-10 02:49:18 +08:00
Antoine Cœur bdbe304da3 applying some suggestions from AppCode 2017-09-09 23:05:11 +08:00
Antoine Cœur 5bb31f8d67 .gitignore simplified as we don't need to support Xcode3 (https://github.com/github/gitignore/blob/master/Global/Xcode.gitignore) 2017-09-09 20:22:22 +08:00
Antoine Cœur 7a2b2fe9d4 2.0.5 v2.0.5 2017-09-09 17:04:42 +08:00
Antoine Cœur 94da75db53 adding a watchos 2.0 target for Carthage 2017-09-09 15:08:42 +08:00
Antoine Cœur 75dad5ea8d adding a tvos 9.0 target for Carthage 2017-09-09 14:01:27 +08:00
Antoine Cœur a48f5d140a fix unpacking empty files and folders 2017-09-09 13:27:10 +08:00
Antoine Cœur dc8bf3558c latest minishared 2017-08-29 13:24:50 +08:00
Joshua Hudson 77054d5ca5 update test pods v2.0.4 2017-08-28 15:20:02 -07:00
Antoine Cœur 123e801b82 podspec bump 2017-08-25 13:58:28 +08:00
Antoine Cœur 77892c97d8 Merge pull request #368 from RobertCain/analyze-success
Fixes Analyze issue for success variable
2017-08-25 13:57:53 +08:00
Robert Cain 790b2c1454 Fixes Analyze: Local variable conflicts
with outer success variable
2017-08-24 17:45:08 +01:00
Joshua Hudson 528ca5694b Update README.md 2017-08-10 09:25:22 -07:00
Joshua Hudson b4d11dffc9 Merge pull request #363 from ibsh/master
Handle zero-length arguments
2017-08-01 20:10:45 -07:00
Ibrahim Sha'ath 6781d97343 Guard against the receipt of empty paths 2017-08-01 16:08:00 -07:00
Ibrahim Sha'ath 2a248f6b55 Add missing nullability specifier 2017-08-01 16:07:22 -07:00
Joshua Hudson 55b067b11c Podlock updates 2017-08-01 12:27:12 -07:00
Joshua Hudson 889e4293d1 podspec bump v2.0.3 2017-08-01 12:15:50 -07:00
Joshua Hudson e0a74bddd4 fix crash if device is out of space instead of returning error. Thanks @markonikolvski #361 2017-08-01 10:17:37 -07:00
Joshua Hudson 804e9e5a6f Merge pull request #355 from Jnis/patch-2
Unzipping when no space; Stop unzipping when failed;
v2.0.2
2017-07-24 16:03:45 -07:00
Joshua Hudson 6eafde0cfb Merge pull request #357 from Coeur/ARC
we do not support MRC
2017-07-24 16:02:52 -07:00
Joshua Hudson 5da2714fb4 Merge pull request #356 from Coeur/compatibility_with_7-zip
Fix compatibility with 7-zip/WinRAR (regression in SSZipArchive 2.0.0)
2017-07-24 16:00:20 -07:00
Antoine Cœur 42c8c9e8c9 Merge branch 'patch-3' into patch-2
* patch-3:
  Added filed to write file error
2017-07-24 20:25:13 +08:00
Antoine Cœur c8a6eedf78 removed comment 2017-07-24 20:19:49 +08:00
Antoine Cœur f5b2feed1c we do not support MRC 2017-07-24 20:14:06 +08:00
Antoine Cœur c84f6e84e2 Fix compatibility with 7-zip/WinRAR (regression in SSZipArchive 2.0.0) 2017-07-24 19:40:49 +08:00
Jnis a0a649e28b Added filed to write file error 2017-07-24 10:16:54 +04:00
Jnis 0516ff2f90 Unzipping when no space; Stop unzipping when failed; 2017-07-24 10:07:37 +04:00
Antoine Cœur 9562f0a48e Podfile and Acknowledgments 2017-07-20 20:52:11 +08:00
Joshua Hudson 66ab1372d8 Remove warnings from the 2.0 release v2.0.1 2017-07-19 12:33:46 -07:00
Joshua Hudson b64a644f04 Update README.md 2017-07-17 17:49:44 -07:00
Joshua Hudson ddd032f71f Update README.md 2017-07-17 17:49:27 -07:00
Joshua Hudson 5bb24be26b Update README.md 2017-07-17 09:07:11 -07:00
Joshua Hudson 6fc5255676 Merge pull request #345 from june20com/master
Added support for overwriting existing symlinks
2017-07-17 09:04:50 -07:00
Joshua Hudson 775a246b2b Update README.md 2017-07-17 08:59:15 -07:00
Joshua Hudson 75530e03e7 Merge pull request #348 from ZipArchive/Coeur-permissions
adding read+write permissions
v2.0.0
2017-07-17 08:31:44 -07:00
Joshua Hudson 849fffc718 Merge pull request #350 from ZipArchive/2.0
2.0 branch merged into master
2017-07-17 08:31:10 -07:00
Antoine Cœur 09e7b26686 add example support for password 2017-07-12 15:19:45 +08:00
Antoine Cœur d1d501d1d9 adding read+write permissions
This would grant read+write to all uncompressed files. An alternative way to implement it would be to make it an option.
2017-07-12 13:17:07 +08:00
Antoine Cœur 7232850da1 version 2.0 2017-07-02 20:20:50 +08:00
Joshua Hudson eb4b6d1974 Merge branch 'master' into 2.0 2017-06-27 17:46:09 -07:00
Joshua Hudson 1a2e6cad09 Fix travis.yml to point to latest iPhone 7 plus image 2017-06-27 07:57:36 -07:00
Joshua Hudson 3b06542c05 Merge pull request #344 from Coeur/SSZipArchiveErrorCode
same FailedOpen error code is used for other files too
2017-06-27 07:55:51 -07:00
Joshua Hudson 22314ebcf2 Merge pull request #341 from Coeur/latest_minizip
latest minizip + fixes from @Coeur.
2017-06-27 07:53:41 -07:00
Antoine Cœur d790693e2d Merge branch 'master' into latest_minizip
* master:
  Replace comma with semicolon
  Update .travis.yml

# Conflicts:
#	SSZipArchive/minizip/unzip.c
2017-06-27 22:23:37 +08:00