Commit graph

389 commits

Author SHA1 Message Date
Vitaly Puzrin
5aa5770a29 Temporary disabled sauselabs tests (their service fuckup CI again) 2014-04-09 11:34:11 +04:00
nik
4ec36ba40b move inflate gzip headers and gzip joined to inflate_gzip 2014-04-08 19:27:39 -03:00
nik
2c28e500e8 complete coverage tests 2014-04-08 19:27:38 -03:00
nik
694e6619ea add onData calls count check for chunks test 2014-04-08 19:27:37 -03:00
nik
8eac503121 remove InfTableOptions wrapper for inflate_table 2014-04-08 19:26:59 -03: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
Vitaly Puzrin
b1dae2db36 typo fix 2014-04-08 18:44:18 +04:00
Vitaly Puzrin
0396f36798 history update 2014-04-07 09:34:23 +04:00
Vitaly Puzrin
4c3761253f Added test for ending via push([], true) 2014-04-07 08:51:11 +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
84bff8b74b reorganized fixtures 2014-03-29 04:23:23 +04:00
Vitaly Puzrin
373115b4e9 tests cleanup 2014-03-29 03:05:49 +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
160301218a browser files update 2014-03-20 06:31:37 +04:00
Vitaly Puzrin
bb43bec724 0.1.1 released 2014-03-20 06:30:27 +04:00
Vitaly Puzrin
59897860ae updated fixtures 2014-03-20 06:26:19 +04:00
nik
2fcb571a68 fix inflate: _tr_tally function argument calculation 2014-03-19 23:18:22 -03:00
Vitaly Puzrin
f47bb620ad Updated tests 2014-03-19 21:07:30 +04:00
nik
b525b6dca4 fix inflate state work area length 2014-03-19 13:15:29 -03:00
Vitaly Puzrin
45f326272b Synced ifdef block with zlib defaults 2014-03-19 09:27:29 +04:00
Vitaly Puzrin
ea46210f59 Added fixture that cause deflate bug 2014-03-19 07:28:13 +04:00
Vitaly Puzrin
c28be43ed6 Updated browser files 2014-03-15 21:35:48 +04:00
Vitaly Puzrin
4a2fa5a81a 0.1.0 released 2014-03-15 21:30:03 +04:00
Vitaly Puzrin
3cad53acf2 Updated benchmarks in readme 2014-03-14 12:02:01 +04:00
Vitaly Puzrin
8ad663f623 updated browserified files 2014-03-14 02:08:47 +04:00
Vitaly Puzrin
6cb53e5b51 Doc fixes & minor polish 2014-03-14 02:04:31 +04:00
nik
9f495b8b13 add message to ZStream on deflate error 2014-03-13 18:24:00 -03: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
21c21df425 Polished ungzip crc32 check 2014-03-13 23:43:30 +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
70a4a114e1 rearranged browser tests 2014-03-13 14:47:16 +04:00
Vitaly Puzrin
f9d23a7d08 updated browser tests 2014-03-13 11:28:45 +04:00
Vitaly Puzrin
7b2e5da8a9 Rewritten utils unterfaces & internals 2014-03-13 10:45:14 +04:00
Vitaly Puzrin
ccf2586dba slightly optimized adler with forced casts 2014-03-13 08:43:45 +04:00
Vitaly Puzrin
8a49fcd212 Finished removing data classes, use packed tables directly 2014-03-13 03:10:51 +04:00
Vitaly Puzrin
8ce9f4fb3c inftree now uses packed tables directly 2014-03-13 02:12:37 +04:00
Vitaly Puzrin
35e1b51738 Increased tests timeout (needed for CI) 2014-03-13 00:41:05 +04:00
Vitaly Puzrin
a6ec0c7820 inflate_fast() now works with packed tables directly 2014-03-13 00:12:05 +04:00
Vitaly Puzrin
f09d27bc1e Store tables data in compact form 2014-03-12 22:50:55 +04:00
Vitaly Puzrin
63ffa3baae Generate inflate static tables on the fly 2014-03-12 22:08:29 +04:00
Vitaly Puzrin
86c7fb99af updated profiling stub 2014-03-12 14:24:07 +04: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
dfe21c62da docs update 2014-03-12 05:01:30 +04:00
Vitaly Puzrin
9b4b6b9a30 zlib inflate exports cleanup 2014-03-12 04:07:21 +04:00
Vitaly Puzrin
1079e6d9eb Removed local closures from inflate() 2014-03-12 03:58:52 +04:00