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
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
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
500bc5d042
Coding Style & eslint rules update
2016-02-17 10:37:31 +03:00
Vitaly Puzrin
57a80d98cf
helper rename
2014-05-01 04:14:49 +04:00
Vitaly Puzrin
c92edab663
enabled strategy=Z_FIXED tests
2014-03-20 06:39:28 +04:00
Vitaly Puzrin
5cabad0d48
added coverage generation & improved tests
2014-02-21 19:06:31 +04:00
Vitaly Puzrin
a131622863
Added inflate testing skeleton
2014-02-21 14:48:40 +04:00
nik
18250b5298
fix crc32 & enable gzip test
2014-02-20 15:15:21 -03:00
Vitaly Puzrin
df4e30e944
More raw deflate tests
2014-02-20 01:42:37 +04:00
Vitaly Puzrin
9e18b276cd
Fixed RLE strategy
2014-02-19 22:17:44 +04:00
nik
2434495874
fix flush block in deflate_slow & enable windowBits test
2014-02-19 10:15:20 -03:00
nik
99c8fa83b5
fix: return correct block state in deflate_stored & enable tests for level 0
2014-02-18 22:30:46 -03:00
Vitaly Puzrin
5dfa74f2e2
Improved test suite
2014-02-18 23:15:27 +04:00
Vitaly Puzrin
abcb20fdf2
Enabled more tests
2014-02-18 03:10:33 +04:00
Vitaly Puzrin
285e2d4cff
Added gzip interface (without custom headers support)
2014-02-15 09:11:24 +04:00
Vitaly Puzrin
aa4e8b3592
Enabled raw deflate test (for level 0, until compleete)
2014-02-15 04:02:58 +04:00
Vitaly Puzrin
b4c0a04872
raw
option support for wrapper (not works now)
2014-02-15 00:33:33 +04:00
nik
6676906303
implement deflate store + high level deflate implementation + lint fixes
2014-02-13 14:55:24 -02:00
Vitaly Puzrin
5d14848c85
Added deflate tests
2014-02-03 22:38:43 +04:00