Wykres commitów

79 Commity (5f728b177d4dfb630e6414779509b1571f6754d9)

Autor SHA1 Wiadomość Data
Vitaly Puzrin 2bef4935c7 rename window -> s_window, close #60 2015-09-13 14:23:40 +03:00
Vitaly Puzrin cff11fc91b Replaced jshint with eslint & updated CS 2015-03-24 05:28:20 +03:00
jesse keane a809b0bde2 fix reference error issue #30 2014-07-19 02:15:52 -07:00
Vitaly Puzrin 0df06dbb67 inflate speed opts for old v8 2014-06-10 20:54:29 +04: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 d71a712e68 Change gzip header extra to native array for convenience 2014-04-18 09:30:59 +04:00
nik de4c26e3c8 clean useless fields in gzip header 2014-04-17 21:34:38 -03:00
Vitaly Puzrin a4d7bdef8d docs/comments update 2014-04-18 02:56:41 +04:00
nik 8bea7480aa refactoring: rename input/output buffer indexes to next_in/next_out 2014-04-17 18:47:18 -03:00
nik 83859e524b add deflate coverage tests 2014-04-16 19:22:28 -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
Vitaly Puzrin 20b0318601 Cleanup & comments 2014-04-13 13:20:58 +04:00
Vitaly Puzrin 195e40c0df files rename/cleanup (+ dropped inflatePrime method) 2014-04-10 07:06:04 +04:00
nik 8eac503121 remove InfTableOptions wrapper for inflate_table 2014-04-08 19:26:59 -03:00
Vitaly Puzrin e555c41214 Added strings support 2014-04-09 00:50:01 +04:00
nik 144a94e3f8 fix reading gzip headers & add test for inflate gz headers 2014-03-28 18:57:59 -03:00
nik 2fcb571a68 fix inflate: _tr_tally function argument calculation 2014-03-19 23:18:22 -03: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 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 21c21df425 Polished ungzip crc32 check 2014-03-13 23:43:30 +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 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 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 c6f445a2e2 Fixed inflate level 0 2014-03-12 06:10:15 +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
Vitaly Puzrin 8a6a0f004c removed unnecessary uint64 cast 2014-03-12 03:34:22 +04:00
Vitaly Puzrin b03bbe55a7 Fixed goto emulation in inffast 2014-03-12 03:24:12 +04:00
nik 5f9b67413b fast inflate implementation 2014-03-11 12:00:40 -03:00
nik 9a3d43cd34 begin inffast implementation 2014-03-08 00:11:38 -03:00
Vitaly Puzrin e05b8f897c Started adding inflate functions 2014-03-04 23:44:39 +04:00
Vitaly Puzrin 81331bb248 IE fixes 2014-02-28 01:46:32 +04:00
Vitaly Puzrin 0b21c5b402 readme update 2014-02-24 08:53:24 +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 371292dfef Closed TODOs and added comments 2014-02-21 11:42:42 +04:00
Vitaly Puzrin 4c159cfb16 removed unnecessary uint cast 2014-02-20 22:31:37 +04:00
nik 18250b5298 fix crc32 & enable gzip test 2014-02-20 15:15:21 -03:00
Vitaly Puzrin f733a66266 better docs/works with errors/messages 2014-02-20 21:29:22 +04:00
Vitaly Puzrin 9e18b276cd Fixed RLE strategy 2014-02-19 22:17:44 +04:00
Vitaly Puzrin 917d665a4c reduced TODOs count 2014-02-19 20:00:44 +04:00
nik 2434495874 fix flush block in deflate_slow & enable windowBits test 2014-02-19 10:15:20 -03:00