Commit Graph

  • ff17ae8500 Merge pull request #267 from teppeis/fix-crc master The Brain 2019-02-06 18:44:51 +02:00
  • ed5fd83075 fix: CRC is unexpectedly changed after zip is re-created teppeis 2018-11-23 15:34:21 +09:00
  • cb300c97f4 Merge pull request #260 from devsnd/master The Brain 2018-10-18 15:31:13 +03:00
  • da9a6a1663 fixed Utils.FileSystem overwriting 'fs' module even when 'original-fs' is broken Tom Wallroth 2018-10-18 13:15:39 +01:00
  • 044a2357fa fix race-condition crash when extracting data and extracted files are (re)moved Tom Wallroth 2018-10-17 13:58:53 +01:00
  • c309c9222c Merge pull request #239 from keyesdav/bug-234-fix The Brain 2018-10-11 10:50:25 +03:00
  • 6306ee9688 Merge branch 'master' into bug-234-fix The Brain 2018-10-11 10:50:13 +03:00
  • 83d44ba289 Merge pull request #232 from kevincharm/feature/handle-callback-err The Brain 2018-10-11 10:49:15 +03:00
  • 74bdec6bf2 Merge pull request #240 from realtebo/master The Brain 2018-10-11 10:48:17 +03:00
  • 5e4c8ad00a Merge pull request #258 from Congelli501/patch-1 The Brain 2018-10-11 10:47:27 +03:00
  • aec5998f1c Merge pull request #251 from warbaby/utf8_name The Brain 2018-10-11 09:24:36 +03:00
  • 92023f7c92 Merge pull request #254 from honzajavorek/patch-1 The Brain 2018-10-11 09:24:00 +03:00
  • a097034c57 Merge pull request #217 from rafaelc0sta/master The Brain 2018-10-11 09:23:31 +03:00
  • c31dcd4769 Merge pull request #238 from apexearth/master The Brain 2018-10-11 09:22:38 +03:00
  • 1bd2ae5e58 Fix: bad buffer.alloc for .toBuffer in async mode Colin GILLE 2018-09-24 12:32:33 +02:00
  • 1fff8e0271 Add a full license text to the distribution Honza Javorek 2018-08-31 17:05:44 +02:00
  • 82f387ef9f fix bug when filename or path contains multi-byte characters warbaby 2018-08-29 16:27:27 +08:00
  • b73d0c873a Merge pull request #243 from martyvona/zlib-only The Brain 2018-07-10 20:02:20 +03:00
  • b7bccaa0ea bump version to 0.4.12 Marsette Vona 2018-07-10 08:13:22 -07:00
  • d34fc47375 change default compression method for added files back to DEFLATED from STORED (revert #139) Marsette Vona 2018-07-10 08:12:59 -07:00
  • 0f63b47b50 remove JSDeflater() and JSInflater() in favor of zlib.deflateRawSync() and zlib.inflateRawSync() respectively Marsette Vona 2018-07-10 08:11:08 -07:00
  • f472a1d4e8 Fix Mirko Tebaldi 2018-07-05 10:37:54 +02:00
  • bdc6eaccc9 0.4.12 - Created a test to check Twizzeld's issue on Issue #237. (was not able to replicate his issue) cjacobs 2018-06-22 10:13:48 -07:00
  • ca2afb5ca5 Fix Buffer.alloc bug #234 keyesdav 2018-06-21 23:33:38 -04:00
  • d2e7512d06 0.4.12 - Fix additional issue with extractEntryTo improperly handling directory children. cjacobs 2018-06-21 11:24:34 -07:00
  • a5f3ad7ac0 0.4.12 - Fix #237, add tests, update travis node versions. cjacobs 2018-06-21 10:55:52 -07:00
  • 77facff810 0.4.12 - Fix #237, add tests, update travis node versions. cjacobs 2018-06-21 10:53:16 -07:00
  • baed79e830 0.4.12 - Fix #237, add tests, update travis node versions. cjacobs 2018-06-21 10:50:04 -07:00
  • 23d09ebb48 0.4.12 - Fix #237, add tests, update travis node versions. cjacobs 2018-06-21 10:49:01 -07:00
  • f5310b54e0 add tests for CRC fixes Kevin Tjiam 2018-05-25 12:32:48 +08:00
  • beff650f6e compare calculated CRC with loaded CRC Kevin Tjiam 2018-05-25 12:27:14 +08:00
  • 3d6aee3e8d handle errors in callback from getDataAsync Kevin Tjiam 2018-05-25 11:15:24 +08:00
  • 80d259f0ff Version bump cthackers 2018-05-13 01:25:22 +03:00
  • 3f00a03ff5 Fixed #176 cthackers 2018-05-13 01:19:51 +03:00
  • 650e752a03 Fixed wrong date on files (issue #203) cthackers 2018-05-13 00:18:46 +03:00
  • d01fa8c80c Fixed bugs introduced with 0.4.9 File Formats 2018-05-13 00:08:38 +03:00
  • c0cc85db76 Merge pull request #219 from jontore/master The Brain 2018-05-12 22:00:50 +03:00
  • 39c83a2bde Merge pull request #209 from poshta1900/fix The Brain 2018-05-12 21:59:45 +03:00
  • b94c5dd12f Merge pull request #227 from hhaidar/master The Brain 2018-05-12 21:57:56 +03:00
  • c95c553768 Merge pull request #228 from jmcollin78/patch-1 The Brain 2018-05-12 21:57:36 +03:00
  • cda668c304 Fix issue #218 Jean-Marc Collin 2018-05-11 23:40:17 +02:00
  • 0f2cb41e5f Fix octal literals so they work in strict mode Houssam Haidar 2018-05-08 21:44:07 -04:00
  • 888931d7d7 To support strict mode use 0o prefix to octal numbers Jon Tore Hafstad 2018-04-27 10:15:03 +02:00
  • 909bd609fc Updated entryHeaderToBinary. Fixed a typo that made the CRC be written as an Int32 instead of a UInt32. Rafael Costa 2018-04-26 14:06:55 -03:00
  • 89b6f6788d Update package.json The Brain 2018-04-25 09:03:21 +03:00
  • 95922980a7 Update README.md The Brain 2018-04-25 09:03:09 +03:00
  • ce59e5a05a Merge pull request #215 from grnd/master The Brain 2018-04-25 09:01:35 +03:00
  • 38cb4a4a16 fix: resolve both target and entry path Danny Grander 2018-04-24 19:41:50 +03:00
  • 18c3d31002 Update package.json The Brain 2018-04-23 10:23:38 +03:00
  • 666adec7b2 Update package.json The Brain 2018-04-23 10:22:15 +03:00
  • 499d59b098 Update package.json The Brain 2018-04-23 10:22:05 +03:00
  • 62f64004fe Merge pull request #212 from aviadatsnyk/master The Brain 2018-04-23 10:20:56 +03:00
  • 6f4dfeb9a2 fix: prevent extracting archived files outside of target path Aviad Reich 2018-04-22 11:22:24 +03:00
  • ef0abe6649 add try-catch around fs.writeSync olya 2018-04-11 12:34:01 +03:00
  • e116bc18df Merge pull request #208 from pmuens/patch-1 The Brain 2018-03-29 08:52:46 +03:00
  • 12d209983c Fix data accessing example in README Philipp Muens 2018-03-28 15:11:26 +02:00
  • 032566ba5b Merge pull request #204 from BridgeAR/master The Brain 2018-03-11 11:05:25 +02:00
  • 5a280de6c2 Remove buffers noAssert argument Ruben Bridgewater 2018-03-10 22:27:58 +01:00
  • 576f7c5a5c Merge pull request #153 from kadledav/master The Brain 2017-11-22 12:03:03 +02:00
  • 17bf90cb64 Merge pull request #168 from amilajack/patch-1 The Brain 2017-11-22 12:01:49 +02:00
  • 702e1b465a Merge pull request #160 from ygalbel/master The Brain 2017-11-22 12:01:27 +02:00
  • 2727cb708a Merge pull request #139 from mygoare/unzipErr The Brain 2017-11-22 12:00:22 +02:00
  • 5eeb8f1071 Merge pull request #138 from pdehaan/patch-1 The Brain 2017-11-22 11:58:35 +02:00
  • 365d1f4d3f Merge pull request #136 from KingMario/master The Brain 2017-11-22 11:57:54 +02:00
  • 23e3a3dff5 Merge pull request #132 from wushukai/master The Brain 2017-11-22 11:57:00 +02:00
  • dd9d69dc4b Merge pull request #131 from Path-Seeker/master The Brain 2017-11-22 11:56:24 +02:00
  • 6902132d7a Merge pull request #140 from lloiser/issue_130 The Brain 2017-11-22 11:55:33 +02:00
  • 8dc81dfa5f Merge pull request #184 from goloroden/patch-1 The Brain 2017-11-22 11:49:00 +02:00
  • 5c83aa706d Fix license expression to be compatible to SPDX. Golo Roden 2017-04-27 10:10:02 +02:00
  • 00937c3027 Added travis ci support Amila Welihinda 2016-08-09 14:47:59 -07:00
  • 5717a2740f add bug fix on special character in filename that are allowed in linux but not in windows Ygal Bellaiche 2016-02-11 19:27:52 +02:00
  • 49b10ded18 Change project name for publishing to npm David Kadlecek 2015-11-10 16:15:58 +01:00
  • 3902bb2639 Added support for electron original-fs David Kadlecek 2015-09-23 11:47:37 +02:00
  • 0430ca6573 fixed #130: ensure buffer lloiser 2015-05-22 15:08:15 +02:00
  • e0fcc53362 fix Issue: https://github.com/cthackers/adm-zip/issues/102 mygoare 2015-05-22 11:30:43 +08:00
  • 0956a6027c Update license attribute Peter deHaan 2015-05-21 08:44:45 -07:00
  • c6a1efceb3 lowcase for the function name Changyu Geng 2015-05-15 15:29:37 +08:00
  • 44edd2caaf Add a test function Changyu Geng 2015-05-15 15:24:53 +08:00
  • 20681d04ab Under windows, the path should be normalize first, otherwise the localPath will still use back slash Shauk Wu 2015-03-30 14:40:58 +08:00
  • 7dd2b08bc4 Update adm-zip.js MikeNerevarin 2015-03-26 01:43:57 +03:00
  • eeb7633170 Merge pull request #125 from xaka/bugs/add-file-default-attributes The Brain 2015-02-11 21:02:03 +02:00
  • eb92910155 Fix adm-zip.addFile default attributes for files and directories Pavel Strashkin 2015-02-11 10:10:50 -08:00
  • 06e1f6853a Fixed CRC bug The Brain 2015-02-10 09:56:25 +02:00
  • 6708a3e578 Update zipEntry.js The Brain 2015-02-09 21:35:46 +02:00
  • d8ed906326 Update package.json The Brain 2015-02-09 21:33:56 +02:00
  • a15223754b Bumped library version for a a npm push cthackers 2015-02-09 10:00:17 +02:00
  • 932a2c18c7 Merged pull request cthackers 2015-02-09 09:57:53 +02:00
  • 9fef9be5f9 Merge branch 'greggman-add-filter' cthackers 2015-02-09 09:56:54 +02:00
  • 7b97f5e45a Merged pull request #96 from greggman cthackers 2015-02-09 09:56:46 +02:00
  • 778d1afd0f Merge branch 'xeoncore-master' cthackers 2015-02-09 09:52:08 +02:00
  • 0d33b7825f Merged pull request #92 from xeoncore cthackers 2015-02-09 09:51:52 +02:00
  • 236edf1e4b Merge pull request #119 from kevva/files The Brain 2015-02-09 09:19:10 +02:00
  • 97cb9be930 Use files property in package.json Kevin Martensson 2015-01-21 22:47:10 +01:00
  • 9898502fa9 Merge pull request #87 from Taschenschieber/master The Brain 2014-12-10 13:18:32 +02:00
  • bc466a8142 Merge pull request #88 from julien-c/fix-bad-crc-report The Brain 2014-12-10 13:17:34 +02:00
  • d9af3d2c71 Merge pull request #94 from askovpen/master The Brain 2014-12-10 13:17:15 +02:00
  • a7bb186b7c Merge pull request #101 from sunloverz/master The Brain 2014-12-10 13:15:36 +02:00
  • e4e106b35a Merge pull request #103 from solarflare045/master The Brain 2014-12-10 13:15:29 +02:00
  • 1294628bc4 Merge pull request #104 from adam8810/master The Brain 2014-12-10 13:15:09 +02:00
  • f45010fde6 Merge pull request #107 from IvanDimanov/master The Brain 2014-12-10 13:14:52 +02:00