Commit graph

16 commits

Author SHA1 Message Date
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
Kirill Efimov
4a07e05823 Fixed wrong offset for d_buf (closes #78) 2016-07-21 14:45:54 +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
nik
2c504a0865 fix inflate wrapper check condition, issue #65 2015-09-14 14:46:53 +03:00
Vitaly Puzrin
8cbe85f55f Added raw inflate tests for #22 2014-05-01 04:06:11 +04:00
nik
b7943beb1d add inflate coverage tests 2014-04-04 12:50:40 -03:00
Vitaly Puzrin
84bff8b74b reorganized fixtures 2014-03-29 04:23:23 +04:00
nik
144a94e3f8 fix reading gzip headers & add test for inflate gz headers 2014-03-28 18:57:59 -03:00
Vitaly Puzrin
59897860ae updated fixtures 2014-03-20 06:26:19 +04:00
Vitaly Puzrin
f47bb620ad Updated tests 2014-03-19 21:07:30 +04:00
Vitaly Puzrin
ea46210f59 Added fixture that cause deflate bug 2014-03-19 07:28:13 +04:00
Vitaly Puzrin
0a2c767841 enabled bin fixture 2014-02-19 17:42:25 +04:00
Vitaly Puzrin
5dfa74f2e2 Improved test suite 2014-02-18 23:15:27 +04:00
Vitaly Puzrin
5d14848c85 Added deflate tests 2014-02-03 22:38:43 +04:00