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 |
|
Vitaly Puzrin
|
5f728b177d
|
code/comments cleanup
|
2015-09-14 15:01:53 +03:00 |
|
nik
|
2c504a0865
|
fix inflate wrapper check condition, issue #65
|
2015-09-14 14:46:53 +03: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
|
c6f03f4522
|
Allow ArrayBuffer input, closes #49
|
2015-03-24 03:46:30 +03:00 |
|
nik
|
c449f4ff69
|
fix inflate wrapper cycle condition issue #29
|
2014-07-05 21:54:46 -03:00 |
|
Vitaly Puzrin
|
efea8e667d
|
Typo fix. #25
|
2014-05-17 20:41:40 +04:00 |
|
nik
|
de4c26e3c8
|
clean useless fields in gzip header
|
2014-04-17 21:34:38 -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
|
2cd0309b62
|
Moved utf8 border detect to utils, fixed bugs & added tests
|
2014-04-15 00:22:37 +04:00 |
|
Vitaly Puzrin
|
b949c39564
|
moved utf8tail() to strings utils
|
2014-04-13 21:39:29 +04:00 |
|
Vitaly Puzrin
|
33c90194d0
|
Fixed inflate utf8 decoder
|
2014-04-13 21:30:00 +04:00 |
|
Vitaly Puzrin
|
e4593facbb
|
lint fix
|
2014-04-13 20:37:36 +04:00 |
|
Vitaly Puzrin
|
aecf1fa6b1
|
Fixed strings output for inflate (temporary solution)
|
2014-04-13 19:17:26 +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 |
|
nik
|
144a94e3f8
|
fix reading gzip headers & add test for inflate gz headers
|
2014-03-28 18:57:59 -03: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
|
7b2e5da8a9
|
Rewritten utils unterfaces & internals
|
2014-03-13 10:45:14 +04:00 |
|
Vitaly Puzrin
|
b3ff0b746e
|
Autodetect inflate window size by default
|
2014-03-12 05:50:19 +04:00 |
|
Vitaly Puzrin
|
dfe21c62da
|
docs update
|
2014-03-12 05:01:30 +04:00 |
|
Vitaly Puzrin
|
aa281b06ed
|
Shrink untyped arrays more effectively
|
2014-03-12 03:09:11 +04:00 |
|
Vitaly Puzrin
|
5370c1382d
|
Fixed bug in inflate options logic
|
2014-03-12 02:46:29 +04:00 |
|
nik
|
9a3d43cd34
|
begin inffast implementation
|
2014-03-08 00:11:38 -03:00 |
|
Vitaly Puzrin
|
371292dfef
|
Closed TODOs and added comments
|
2014-02-21 11:42:42 +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 |
|
nik
|
7254746060
|
Added high-level inflator stubs
|
2014-02-03 13:25:40 -02:00 |
|
nik
|
3b20ccb154
|
add inflate signatures
|
2014-02-03 12:45:04 -02:00 |
|