212 Commits

Author SHA1 Message Date
The Brain
ff17ae8500 Merge pull request #267 from teppeis/fix-crc
fix: CRC is unexpectedly changed after zip is re-created
2019-02-06 18:44:51 +02:00
teppeis
ed5fd83075 fix: CRC is unexpectedly changed after zip is re-created 2018-11-23 15:34:21 +09:00
The Brain
cb300c97f4 Merge pull request #260 from devsnd/master
fix race-condition crash when extracting data and extracted files are (re)moved
2018-10-18 15:31:13 +03:00
Tom Wallroth
da9a6a1663 fixed Utils.FileSystem overwriting 'fs' module even when 'original-fs' is broken 2018-10-18 13:15:39 +01:00
Tom Wallroth
044a2357fa fix race-condition crash when extracting data and extracted files are (re)moved 2018-10-17 13:58:53 +01:00
The Brain
c309c9222c Merge pull request #239 from keyesdav/bug-234-fix
Fix Buffer.alloc bug #234
2018-10-11 10:50:25 +03:00
The Brain
6306ee9688 Merge branch 'master' into bug-234-fix 2018-10-11 10:50:13 +03:00
The Brain
83d44ba289 Merge pull request #232 from kevincharm/feature/handle-callback-err
Handle callback error in readAsTextAsync & check CRC
2018-10-11 10:49:15 +03:00
The Brain
74bdec6bf2 Merge pull request #240 from realtebo/master
Fix
2018-10-11 10:48:17 +03:00
The Brain
5e4c8ad00a Merge pull request #258 from Congelli501/patch-1
Fix: bad buffer.alloc for .toBuffer in async mode
2018-10-11 10:47:27 +03:00
The Brain
aec5998f1c Merge pull request #251 from warbaby/utf8_name
fix bug when filename or path contains multi-byte characters
2018-10-11 09:24:36 +03:00
The Brain
92023f7c92 Merge pull request #254 from honzajavorek/patch-1
Add a full license text to the distribution
2018-10-11 09:24:00 +03:00
The Brain
a097034c57 Merge pull request #217 from rafaelc0sta/master
Updated entryHeaderToBinary.
2018-10-11 09:23:31 +03:00
The Brain
c31dcd4769 Merge pull request #238 from apexearth/master
Fix #237 and other issues with .extractEntryTo()
2018-10-11 09:22:38 +03:00
Colin GILLE
1bd2ae5e58 Fix: bad buffer.alloc for .toBuffer in async mode 2018-09-24 12:32:33 +02:00
Honza Javorek
1fff8e0271 Add a full license text to the distribution
Without this, the package distributed on npm is unlicensed, proprietary, and nobody can use it. (No, the SPDX identifier in the package.json is not enough legally.)
2018-08-31 17:05:44 +02:00
warbaby
82f387ef9f fix bug when filename or path contains multi-byte characters 2018-08-29 16:27:27 +08:00
The Brain
b73d0c873a Merge pull request #243 from martyvona/zlib-only
use zlib only, and actually compress added files
2018-07-10 20:02:20 +03:00
Marsette Vona
b7bccaa0ea bump version to 0.4.12 2018-07-10 08:37:43 -07:00
Marsette Vona
d34fc47375 change default compression method for added files back to DEFLATED from STORED (revert #139) 2018-07-10 08:37:43 -07:00
Marsette Vona
0f63b47b50 remove JSDeflater() and JSInflater() in favor of zlib.deflateRawSync() and zlib.inflateRawSync() respectively 2018-07-10 08:37:43 -07:00
Mirko Tebaldi
f472a1d4e8 Fix
See https://github.com/GoogleCloudPlatform/cloud-functions-emulator/issues/173 

and suggest fix here: https://github.com/GoogleCloudPlatform/cloud-functions-emulator/issues/173
2018-07-05 10:37:54 +02:00
cjacobs
bdc6eaccc9 0.4.12 - Created a test to check Twizzeld's issue on Issue #237. (was not able to replicate his issue) 2018-06-22 10:13:48 -07:00
keyesdav
ca2afb5ca5 Fix Buffer.alloc bug #234
A previous pull request was not compatible with Node 4.x
2018-06-21 23:33:38 -04:00
cjacobs
d2e7512d06 0.4.12 - Fix additional issue with extractEntryTo improperly handling directory children. 2018-06-21 11:24:34 -07:00
cjacobs
a5f3ad7ac0 0.4.12 - Fix #237, add tests, update travis node versions. 2018-06-21 10:55:52 -07:00
cjacobs
77facff810 0.4.12 - Fix #237, add tests, update travis node versions. 2018-06-21 10:53:16 -07:00
cjacobs
baed79e830 0.4.12 - Fix #237, add tests, update travis node versions. 2018-06-21 10:50:04 -07:00
cjacobs
23d09ebb48 0.4.12 - Fix #237, add tests, update travis node versions. 2018-06-21 10:49:01 -07:00
Kevin Tjiam
f5310b54e0 add tests for CRC fixes 2018-05-25 15:44:03 +08:00
Kevin Tjiam
beff650f6e compare calculated CRC with loaded CRC 2018-05-25 12:27:14 +08:00
Kevin Tjiam
3d6aee3e8d handle errors in callback from getDataAsync 2018-05-25 11:15:24 +08:00
cthackers
80d259f0ff Version bump 2018-05-13 01:25:22 +03:00
cthackers
3f00a03ff5 Fixed #176 2018-05-13 01:19:51 +03:00
cthackers
650e752a03 Fixed wrong date on files (issue #203) 2018-05-13 00:18:46 +03:00
File Formats
d01fa8c80c Fixed bugs introduced with 0.4.9 2018-05-13 00:08:38 +03:00
The Brain
c0cc85db76 Merge pull request #219 from jontore/master
To support strict mode use 0o prefix to octal numbers
2018-05-12 22:00:50 +03:00
The Brain
39c83a2bde Merge pull request #209 from poshta1900/fix
add try-catch around fs.writeSync
2018-05-12 21:59:45 +03:00
The Brain
b94c5dd12f Merge pull request #227 from hhaidar/master
Fix octal literals so they work in strict mode
2018-05-12 21:57:56 +03:00
The Brain
c95c553768 Merge pull request #228 from jmcollin78/patch-1
Fix issue #218 - urgent merge and release needed please !
2018-05-12 21:57:36 +03:00
Jean-Marc Collin
cda668c304 Fix issue #218
Change writeInt32LE to writeUInt32LE as explain in issue #218
2018-05-11 23:40:17 +02:00
Houssam Haidar
0f2cb41e5f Fix octal literals so they work in strict mode 2018-05-08 21:44:07 -04:00
Jon Tore Hafstad
888931d7d7 To support strict mode use 0o prefix to octal numbers 2018-04-27 10:15:03 +02:00
Rafael Costa
909bd609fc Updated entryHeaderToBinary. Fixed a typo that made the CRC be written as an Int32 instead of a UInt32. 2018-04-26 14:06:55 -03:00
The Brain
89b6f6788d Update package.json 2018-04-25 09:03:21 +03:00
The Brain
95922980a7 Update README.md 2018-04-25 09:03:09 +03:00
The Brain
ce59e5a05a Merge pull request #215 from grnd/master
fix: resolve both target and entry path
2018-04-25 09:01:35 +03:00
Danny Grander
38cb4a4a16 fix: resolve both target and entry path 2018-04-24 19:41:50 +03:00
The Brain
18c3d31002 Update package.json 2018-04-23 10:23:38 +03:00
The Brain
666adec7b2 Update package.json 2018-04-23 10:22:15 +03:00