Vitaly Puzrin
23563dfae9
Removed binary strings support
2020-11-07 17:42:50 +03:00
Vitaly Puzrin
9c91d1b852
Removed support of Inflate
& Deflate
instance create without new
2020-11-07 16:08:10 +03:00
Vitaly Puzrin
5b28b9ad26
browserify => rollup.js
2020-11-07 14:38:44 +03:00
Josh Soref
f2bcd09d95
Spelling ( #114 )
2017-09-04 06:42:18 +03:00
Vitaly Puzrin
bd0879c1cd
Always fill err.message on throw
2016-12-15 02:35:12 +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
50cd07afc4
Remove .js
extention in require() use. Close #71
2016-02-17 10:48:46 +03:00
Vitaly Puzrin
99a2e4efdc
Allow create Deflate/Inflate instances without new
2016-02-17 10:37:31 +03:00
Vitaly Puzrin
500bc5d042
Coding Style & eslint rules update
2016-02-17 10:37:31 +03:00
Petr Mikusek
c52b517d92
Fix typo s/alrorythm/algorithm/
2015-10-03 23:44:37 +02:00
Tino Lange
0d64e15c82
- high-level wrapper: add documentation for recently introduced Z_SYNC_FLUSH
2015-06-09 21:07:48 +02:00
Tino Lange
a75010e2cc
- high-level wrapper: make {in,de}flate.push(data, Z_SYNC_FLUSH) working
...
(will fix issue #34 )
2015-06-09 20:38:12 +02:00
Vitaly Puzrin
cff11fc91b
Replaced jshint with eslint & updated CS
2015-03-24 05:28:20 +03:00
Vitaly Puzrin
c6f03f4522
Allow ArrayBuffer input, closes #49
2015-03-24 03:46:30 +03:00
nik
8bea7480aa
refactoring: rename input/output buffer indexes to next_in/next_out
2014-04-17 18:47:18 -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
nik
13bfd6d9bf
fix strm.avail_in check in wrappers
2014-04-08 18:47:38 -03:00
Vitaly Puzrin
e555c41214
Added strings support
2014-04-09 00:50:01 +04:00
nik
b7943beb1d
add inflate coverage tests
2014-04-04 12:50:40 -03:00
nik
5b7c22f37a
inflate/deflate wrappers now call onData only if output buffer is full or input reached end & add tests for small input chunks
2014-04-01 19:29:54 -03:00
Vitaly Puzrin
6cb53e5b51
Doc fixes & minor polish
2014-03-14 02:04:31 +04:00
Vitaly Puzrin
7b2e5da8a9
Rewritten utils unterfaces & internals
2014-03-13 10:45:14 +04:00
Vitaly Puzrin
aa281b06ed
Shrink untyped arrays more effectively
2014-03-12 03:09:11 +04:00
Vitaly Puzrin
e78abad260
Reorganized constants - move locally as much as possible
2014-02-24 06:17:36 +04:00
Vitaly Puzrin
5cabad0d48
added coverage generation & improved tests
2014-02-21 19:06:31 +04:00
Vitaly Puzrin
f733a66266
better docs/works with errors/messages
2014-02-20 21:29:22 +04:00
Vitaly Puzrin
eb234788e0
Updated docs & inflate wrapper
2014-02-20 18:55:09 +04:00
Vitaly Puzrin
52a5c6aa8f
Added generated API docs
2014-02-20 01:38:10 +04:00
Vitaly Puzrin
5ef6eee173
fixed mode check in wrapper
2014-02-19 11:18:44 +04:00
Vitaly Puzrin
19c70cc6a8
Simplified wraper interdace
2014-02-19 07:48:15 +04:00
Vitaly Puzrin
d4a42e9489
Updated wrapper interface and added docs
2014-02-19 01:38:34 +04:00
Vitaly Puzrin
285e2d4cff
Added gzip interface (without custom headers support)
2014-02-15 09:11:24 +04:00
Vitaly Puzrin
c1383793f6
Removed output double boffering in deflate wrappermake test
2014-02-15 01:36:17 +04:00
Vitaly Puzrin
b4c0a04872
raw
option support for wrapper (not works now)
2014-02-15 00:33:33 +04:00
Vitaly Puzrin
c78fe44ca1
Optimized chunks flatten
2014-02-14 08:09:21 +04:00
Vitaly Puzrin
806e23d9ca
Leave intact constructor options + cosmetic changes
2014-02-14 06:04:59 +04:00
nik
6676906303
implement deflate store + high level deflate implementation + lint fixes
2014-02-13 14:55:24 -02:00
Vitaly Puzrin
dcc28b5b27
Added high-level deflator stubs
2014-02-03 18:51:49 +04:00
Vitaly Puzrin
98df9f4f3d
partial lint fixes
2014-02-03 17:30:44 +04:00
nik
ee89f49100
add deflate signatures
2014-02-02 23:35:24 -02:00