Commit graph

366 commits

Author SHA1 Message Date
Alex Kocharin
b579434679 Limit hash table inserts after switch from stored deflate.
2d80d3f6b5
2022-06-10 20:10:56 +03:00
Alex Kocharin
2326b42e45 Permit a deflateParams() parameter change as soon as possible.
f9694097dd
2022-06-10 20:10:56 +03:00
Alex Kocharin
25a8b18c5d Update high water mark in deflate_stored.
7d9c9d410a
2022-06-10 20:10:56 +03:00
Alex Kocharin
91a1be15c2 Fix deflate stored bug when pulling last block from window.
4c7c907683
2022-06-10 20:10:56 +03:00
Alex Kocharin
14eb66909b Fix bug in deflate_stored() for zero-length input.
bc5503b224
2022-06-10 20:10:56 +03:00
Alex Kocharin
49d5060e87 Speed up deflation for level 0 (storing).
9dc5a8585f
2022-06-10 20:10:56 +03:00
Alex Kocharin
bee5019c40 Fix bugs in creating a very large gzip header.
9674807c82
2022-06-10 20:10:56 +03:00
Alex Kocharin
1154023108 Fix bug when level 0 used with Z_HUFFMAN or Z_RLE.
94575859cf
2022-06-10 20:10:56 +03:00
Alex Kocharin
9709958d84 Do a more thorough check of the state for every stream call.
b516b4bdd7
2022-06-10 20:10:56 +03:00
Alex Kocharin
d53e75c309 Reject a window size of 256 bytes if not using the zlib wrapper.
049578f0a1
2022-06-10 20:10:56 +03:00
Alex Kocharin
f1c987cc5f Remove offset pointer optimization in inftrees.c.
6a043145ca
2022-06-10 20:10:56 +03:00
Alex Kocharin
024d11ee5f Add option to not compute or check check values.
9852c209ac

+ added macro renaming in
53ce271311
2022-06-10 20:10:34 +03:00
Alex Kocharin
8f630ba374 Fix bug that accepted invalid zlib header when windowBits is zero.
6cef1de740
2022-06-10 20:05:26 +03:00
Alex Kocharin
a98f90806e Fix inflateInit2() bug when windowBits is 16 or 32.
0db8fd3714
2022-06-10 20:05:26 +03:00
Alex Kocharin
b07a436d39 Sync code with madler/zlib, cosmetic changes only
5370d99a2a
8a979f6c79
c901a34c92
7096424f23
a456d898bb
21c66cd5ac
ee7d7b5dda
37ed2112a1
723e928b84
8678871f18
2022-06-10 20:05:06 +03:00
OrIOg
8a3fa92fd1
Fixing documentation on direct functions (#253) 2022-05-11 17:48:34 +03:00
Vitaly Puzrin
0398fad238 2.0.4 released 2021-07-29 14:51:41 +03:00
Vitaly Puzrin
ae27cbccef dist rebuild 2021-07-29 14:51:25 +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
oldshensheep
b967322bef
Typo fix (#225) 2021-05-03 11:07:47 +03:00
Vitaly Puzrin
6f40f480e5 typo fix 2021-01-09 21:59:30 +03:00
Vitaly Puzrin
2db010f0a8 2.0.3 released 2021-01-09 19:39:37 +03:00
Vitaly Puzrin
9ca8060c33 dist rebuild 2021-01-09 19:39:19 +03:00
Vitaly Puzrin
108a89b0ac Add everything to package exports 2021-01-09 19:31:47 +03:00
Vitaly Puzrin
b93a6e5643 Add package.json export, close #211 2021-01-09 19:24:32 +03:00
Vitaly Puzrin
356c576448 Typo fix 2020-12-21 12:22:30 +03:00
Vitaly Puzrin
034669ba0f Update funding info 2020-12-18 02:12:42 +03:00
Vitaly Puzrin
5257feb02e dev deps bump 2020-11-19 15:56:23 +03:00
Vitaly Puzrin
881208ae77 CI badge update 2020-11-19 03:16:15 +03:00
Vitaly Puzrin
f3f3691203 CI: Travis => Github Actions 2020-11-19 03:07:49 +03:00
Vitaly Puzrin
45cce9f4d6 2.0.2 released 2020-11-19 02:49:33 +03:00
Vitaly Puzrin
b3861d9a66 dist rebuild 2020-11-19 02:48:28 +03:00
Vitaly Puzrin
d0382badcc Fix esm build named exports 2020-11-19 02:37:53 +03:00
Vitaly Puzrin
8d5f9c70f8 2.0.1 released 2020-11-17 19:16:04 +03:00
Vitaly Puzrin
70ee7697ac dist rebuild 2020-11-17 19:15:30 +03:00
Vitaly Puzrin
bd90fca738 Add module entry for some bundlers 2020-11-17 19:07:30 +03:00
Igor Novozhilov
84d6931fe8
Rename module build .js => .mjs to fix node import (#200) 2020-11-17 19:04:23 +03:00
Vitaly Puzrin
52df0c510f 2.0.0 released 2020-11-17 10:11:24 +03:00
Vitaly Puzrin
a8faeffc94 dist rebuild 2020-11-17 10:10:25 +03:00
Vitaly Puzrin
b4d9a94488 Added esm build, #97 2020-11-17 10:01:22 +03:00
Vitaly Puzrin
ab9b7fecde Update benchmarks info, close #112 2020-11-13 20:25:28 +03:00
Vitaly Puzrin
677ba487ed Move hasher to separate function 2020-11-12 22:45:21 +03:00
Vitaly Puzrin
5638105893 Moved exported constants to .constants. 2020-11-12 15:49:20 +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
4e8ff8e74a Revert #57, close #196 2020-11-09 00:49:24 +03:00
Vitaly Puzrin
505e36d9f0 Move to es6 2020-11-08 22:23:56 +03:00
Vitaly Puzrin
f681f66fd3 Tweak benchmarks 2020-11-08 02:21:47 +03:00
Vitaly Puzrin
6607dbc18a Cleanup example 2020-11-07 22:57:35 +03:00