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
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
374b277da9
Tests cleanup: use modern sync zlib api
2017-07-20 16:21:26 +03:00
Vitaly Puzrin
bd0879c1cd
Always fill err.message on throw
2016-12-15 02:35:12 +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
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
144a94e3f8
fix reading gzip headers & add test for inflate gz headers
2014-03-28 18:57:59 -03:00
Vitaly Puzrin
c92edab663
enabled strategy=Z_FIXED tests
2014-03-20 06:39:28 +04:00
Vitaly Puzrin
f47bb620ad
Updated tests
2014-03-19 21:07:30 +04:00
Vitaly Puzrin
6cb53e5b51
Doc fixes & minor polish
2014-03-14 02:04:31 +04:00
Vitaly Puzrin
07173737fc
Fixed ungzip: force window size when not set, because autodetect impossible
2014-03-14 00:58:09 +04:00
Vitaly Puzrin
1d91d3b187
Inflate tests/helpers cleanup
2014-03-13 23:30:55 +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
c6f445a2e2
Fixed inflate level 0
2014-03-12 06:10:15 +04:00
Vitaly Puzrin
b3ff0b746e
Autodetect inflate window size by default
2014-03-12 05:50:19 +04:00
Vitaly Puzrin
6b5edb3b34
Enabled basic inflate tests
2014-03-12 02:49:19 +04:00
Vitaly Puzrin
a131622863
Added inflate testing skeleton
2014-02-21 14:48:40 +04:00