Commit graph

96 commits

Author SHA1 Message Date
Alex Kocharin
bee5019c40 Fix bugs in creating a very large gzip header.
9674807c82
2022-06-10 20:10:56 +03:00
Alex Kocharin
26dff4fb34 Use TextEncoder and TextDecoder if available
fix https://github.com/nodeca/pako/issues/228
2021-07-27 19:18:32 +03:00
Alex Kocharin
1ac0a4c7ec Change tests to use binary comparision with fixtures 2021-07-23 20:28:50 +03:00
Vitaly Puzrin
cb6d67d157 Rewrite top level wrappers 2020-11-11 18:28:18 +03:00
Vitaly Puzrin
ec116f6f40 Inflate: use max window size by default, #174 2020-11-09 19:24:26 +03:00
Vitaly Puzrin
505e36d9f0 Move to es6 2020-11-08 22:23:56 +03:00
Vitaly Puzrin
9f5e7dcefc Cleanup tests 2020-11-07 21:00:55 +03:00
Vitaly Puzrin
f5c3c29848 Removed Array support 2020-11-07 19:52:58 +03:00
Vitaly Puzrin
23563dfae9 Removed binary strings support 2020-11-07 17:42:50 +03:00
Vitaly Puzrin
d1f036d2c2 Drop mocha.opts 2020-11-07 15:28:34 +03:00
Vitaly Puzrin
bba67326f7 Remove outdated test to cleanup coverage report
- uglify-js not used anymore
2020-11-07 15:24:52 +03:00
Vitaly Puzrin
89b5e653fa Drop orphaned tests 2020-11-07 13:15:08 +03:00
Vitaly Puzrin
2fa56efc8f Fix tests in node 12+, close #179 2020-01-29 10:32:21 +03:00
Vitaly Puzrin
0ce0d886c1 Lock uglify-js to fix minified version, #161 2019-03-01 00:35:30 +03:00
Vitaly Puzrin
f256ab91b5 Add simple minifier test, #161 2019-03-01 00:00:24 +03:00
Vitaly Puzrin
54c6ca95a1 Fix Buffer.from warning in last node.js versions, close #154 2019-02-28 21:51:49 +03:00
Ľubor Illek
b4f1c205ef Added basic tests for inflate with dictionary as Uint8Array or ArrayBuffer 2019-01-10 10:38:02 +01:00
Ľubor Illek
cfc92c2fb8 Replaced Buffer() in inflate tests with dictionary. 2019-01-10 01:08:10 +01:00
Ľubor Illek
919ad7f228 Fix for raw inflate with directory 2019-01-09 23:57:19 +01:00
Josh Soref
f2bcd09d95 Spelling (#114) 2017-09-04 06:42:18 +03:00
Vitaly Puzrin
f5f5fea962 Ignore OS code in gzip test, #107 2017-07-21 23:00:02 +03:00
Vitaly Puzrin
1bfb50961d Skip broken tests 2017-07-20 16:48:25 +03:00
Vitaly Puzrin
374b277da9 Tests cleanup: use modern sync zlib api 2017-07-20 16:21:26 +03:00
Vitaly Puzrin
3550aa653b deps bump + remove unused vars 2016-12-15 02:40:17 +03:00
Vitaly Puzrin
bd0879c1cd Always fill err.message on throw 2016-12-15 02:35:12 +03:00
Kirill Efimov
a70b86c8c7 Fix test compatibility with old nodes 2016-07-21 15:13:46 +03:00
Kirill Efimov
4a07e05823 Fixed wrong offset for d_buf (closes #78) 2016-07-21 14:45:54 +03:00
Vitaly Puzrin
d884686332 minor code cleanup 2016-03-31 06:26:10 +03:00
dignifiedquire
ffaf7c8252 Implement dictionary handling.
This adds the methods

- `deflateSetDictionary`
- `inflateSetDictionary`

as well as calling `setDictionary` at the right point when passing
the a `dictionary` option to one of

- `pako.deflate`
- `new pako.Deflate`
- `pako.inflate`
- `new pako.Inflate`
2016-03-30 15:44:16 -04:00
Vitaly Puzrin
50cd07afc4 Remove .js extention in require() use. Close #71 2016-02-17 10:48:46 +03:00
Vitaly Puzrin
500bc5d042 Coding Style & eslint rules update 2016-02-17 10:37:31 +03:00
nik
2c504a0865 fix inflate wrapper check condition, issue #65 2015-09-14 14:46:53 +03:00
Vitaly Puzrin
705b072edf Increased timeouts to pass IE 7/8 tests 2015-09-13 03:06:04 +03:00
Vitaly Puzrin
cff11fc91b Replaced jshint with eslint & updated CS 2015-03-24 05:28:20 +03:00
Vitaly Puzrin
c6f03f4522 Allow ArrayBuffer input, closes #49 2015-03-24 03:46:30 +03:00
nik
c449f4ff69 fix inflate wrapper cycle condition issue #29 2014-07-05 21:54:46 -03:00
Vitaly Puzrin
87a6a88255 Added test for issue #29 2014-07-03 21:44:39 +04:00
nik
4e16144fad remove codes table variable & add switching between fixed and dynamic tables for inflate, issue #22 2014-05-01 14:51:44 -03:00
Vitaly Puzrin
57a80d98cf helper rename 2014-05-01 04:14:49 +04:00
Vitaly Puzrin
8cbe85f55f Added raw inflate tests for #22 2014-05-01 04:06:11 +04:00
nik
8bea7480aa refactoring: rename input/output buffer indexes to next_in/next_out 2014-04-17 18:47:18 -03:00
nik
83859e524b add deflate coverage tests 2014-04-16 19:22:28 -03:00
Vitaly Puzrin
2cd0309b62 Moved utf8 border detect to utils, fixed bugs & added tests 2014-04-15 00:22:37 +04:00
Vitaly Puzrin
4d3acc2961 Fixes & tests for surrogates support in strings encoder/decoder 2014-04-14 23:30:34 +04:00
Vitaly Puzrin
33c90194d0 Fixed inflate utf8 decoder 2014-04-13 21:30:00 +04:00
Vitaly Puzrin
b165c9c945 Deflate: added custom gzip headers support 2014-04-13 20:45:13 +04:00
Vitaly Puzrin
aecf1fa6b1 Fixed strings output for inflate (temporary solution) 2014-04-13 19:17:26 +04:00
Vitaly Puzrin
ca1374eb05 Moved utilities to separate folder 2014-04-13 13:45:12 +04:00
Vitaly Puzrin
195e40c0df files rename/cleanup (+ dropped inflatePrime method) 2014-04-10 07:06:04 +04:00
nik
4ec36ba40b move inflate gzip headers and gzip joined to inflate_gzip 2014-04-08 19:27:39 -03:00