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
Vitaly Puzrin
d0382badcc
Fix esm build named exports
2020-11-19 02:37:53 +03:00
Vitaly Puzrin
677ba487ed
Move hasher to separate function
2020-11-12 22:45:21 +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
f5c3c29848
Removed Array
support
2020-11-07 19:52:58 +03:00
Vitaly Puzrin
f1872b3459
eslint bump + CS tweaks
2018-11-29 20:13:39 +03:00
Josh Soref
f2bcd09d95
Spelling ( #114 )
2017-09-04 06:42:18 +03:00
Vitaly Puzrin
3555e3bf88
eslint: use native indent checker + indents update
2017-03-26 20:13:58 +03:00
Vitaly Puzrin
eaead04de3
More formal zlib attribution and related changes
2017-03-26 18:29:30 +03:00
Vitaly Puzrin
3550aa653b
deps bump + remove unused vars
2016-12-15 02:40:17 +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
500bc5d042
Coding Style & eslint rules update
2016-02-17 10:37:31 +03:00
Vitaly Puzrin
2bef4935c7
rename window -> s_window, close #60
2015-09-13 14:23:40 +03:00
Vitaly Puzrin
cff11fc91b
Replaced jshint with eslint & updated CS
2015-03-24 05:28:20 +03:00
jesse keane
a809b0bde2
fix reference error issue #30
2014-07-19 02:15:52 -07:00
Vitaly Puzrin
0df06dbb67
inflate speed opts for old v8
2014-06-10 20:54:29 +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
d71a712e68
Change gzip header extra to native array for convenience
2014-04-18 09:30:59 +04:00
nik
de4c26e3c8
clean useless fields in gzip header
2014-04-17 21:34:38 -03:00
Vitaly Puzrin
a4d7bdef8d
docs/comments update
2014-04-18 02:56:41 +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
b165c9c945
Deflate: added custom gzip headers support
2014-04-13 20:45:13 +04:00
Vitaly Puzrin
ca1374eb05
Moved utilities to separate folder
2014-04-13 13:45:12 +04:00
Vitaly Puzrin
20b0318601
Cleanup & comments
2014-04-13 13:20:58 +04:00
Vitaly Puzrin
195e40c0df
files rename/cleanup (+ dropped inflatePrime method)
2014-04-10 07:06:04 +04:00
nik
8eac503121
remove InfTableOptions wrapper for inflate_table
2014-04-08 19:26:59 -03:00
Vitaly Puzrin
e555c41214
Added strings support
2014-04-09 00:50:01 +04:00
nik
144a94e3f8
fix reading gzip headers & add test for inflate gz headers
2014-03-28 18:57:59 -03:00
nik
2fcb571a68
fix inflate: _tr_tally function argument calculation
2014-03-19 23:18:22 -03:00
nik
b525b6dca4
fix inflate state work area length
2014-03-19 13:15:29 -03:00
Vitaly Puzrin
45f326272b
Synced ifdef block with zlib defaults
2014-03-19 09:27:29 +04:00
Vitaly Puzrin
6cb53e5b51
Doc fixes & minor polish
2014-03-14 02:04:31 +04:00
nik
9f495b8b13
add message to ZStream on deflate error
2014-03-13 18:24:00 -03:00
Vitaly Puzrin
21c21df425
Polished ungzip crc32 check
2014-03-13 23:43:30 +04:00
nik
3f30aa8250
fix inflate data check & enable inflate ungzip test with method set directly
2014-03-13 16:02:15 -03:00
Vitaly Puzrin
7b2e5da8a9
Rewritten utils unterfaces & internals
2014-03-13 10:45:14 +04:00
Vitaly Puzrin
ccf2586dba
slightly optimized adler with forced casts
2014-03-13 08:43:45 +04:00
Vitaly Puzrin
8a49fcd212
Finished removing data classes, use packed tables directly
2014-03-13 03:10:51 +04:00
Vitaly Puzrin
8ce9f4fb3c
inftree now uses packed tables directly
2014-03-13 02:12:37 +04:00