2010-08-10 23:09 | add 'install' makefile target | pancake | 1 | +7 | -0 |
2010-08-08 14:28 | fix deflate bug (match beyond endpos) | nsz@tpx | 1 | +5 | -6 |
2009-08-24 08:47 | makefile update | nsz | 1 | +4 | -4 |
2009-08-24 08:40 | -callback interface, +todo | nsz | 6 | +27 | -67 |
2009-08-24 06:48 | comment, -s ldflag | nsz | 2 | +6 | -3 |
2009-08-24 06:44 | sflate += pkzip stream | nsz | 1 | +145 | -21 |
2009-08-23 18:58 | todo update | nsz | 1 | +12 | -22 |
2009-08-23 18:06 | fix lzguard bug | nsz | 1 | +3 | -3 |
2009-08-23 17:15 | clean ups, -callback | nsz | 1 | +21 | -64 |
2009-08-23 12:38 | deflate renames (wip) | nsz | 1 | +47 | -75 |
2009-08-23 02:56 | -avail +endpos +skip +fillwin mods (wip) | nsz | 4 | +127 | -74 |
2009-08-21 13:47 | doc update | nsz | 2 | +20 | -5 |
2009-08-21 13:39 | -inflate_example -deflate_example | nsz | 3 | +6 | -231 |
2009-08-21 13:27 | fix gzip checksum byte order | nsz | 1 | +13 | -14 |
2009-08-21 13:03 | +sflate, inflate returns extra bytes after compressed input | nsz | 8 | +389 | -141 |
2009-08-18 21:49 | +crc +adler +flatez (zlib+gz) | nsz | 3 | +218 | -0 |
2009-08-18 19:02 | todo update | nsz | 1 | +2 | -5 |
2009-08-18 17:55 | fix callback, s/hist/win/, clean up match | nsz | 1 | +38 | -42 |
2009-08-18 12:58 | +LzEnd, -accidental p4 opt | nsz | 2 | +3 | -2 |
2009-08-18 12:00 | deflate comment fix | nsz | 1 | +1 | -1 |
2009-08-18 11:47 | deflate with fixed 32K block | nsz | 2 | +30 | -54 |
2009-08-18 09:12 | deflate at fixed endpos, removing avail check made the code slower! | nsz | 1 | +57 | -37 |
2009-08-16 13:26 | deflate fix empty input case | nsz | 1 | +1 | -0 |
2009-08-16 11:53 | deflate clean up | nsz | 1 | +7 | -11 |
2009-08-16 09:03 | deflate fixes: set history and block size correctly | nsz | 2 | +83 | -68 |
2009-08-11 12:48 | fix | nsz | 1 | +2 | -2 |
2009-08-11 12:46 | todo update | nsz | 5 | +75 | -70 |
2009-08-11 12:19 | deflate += comments | nsz | 1 | +22 | -9 |
2009-08-11 11:48 | deflate: freq/code overlap | nsz | 1 | +32 | -26 |
2009-08-11 08:06 | x | nsz | 2 | +3 | -1 |
2009-08-11 07:54 | deflate -= loop unroll | nsz | 1 | +0 | -7 |
2009-08-11 07:53 | deflate match modification | nsz | 1 | +11 | -11 |
2009-08-10 22:27 | z | nsz | 1 | +1 | -0 |
2009-08-10 22:23 | rm printhuff | nsz | 1 | +0 | -20 |
2009-08-10 22:23 | rm inflate_callback | nsz | 2 | +3 | -595 |
2009-08-10 22:16 | deflate code cleanups | nsz | 2 | +47 | -47 |
2009-08-10 16:44 | todo update | nsz@tpx | 1 | +1 | -0 |
2009-08-10 13:22 | todo update | nsz@tpx | 3 | +12 | -2 |
2009-08-10 13:04 | rm deflate_simple | nsz@tpx | 2 | +4 | -584 |
2009-08-10 12:56 | +callback, s/runlen/lz/, todo update | nsz@tpx | 5 | +182 | -59 |
2009-08-09 19:53 | deflate cleanups (s/pos/s->pos/, todo update) | nsz@tpx | 1 | +32 | -35 |
2009-08-09 13:25 | deflate optimization: do while(), s/ushort/int/ | nsz@tpx | 2 | +30 | -30 |
2009-08-09 08:34 | winsize = 2*maxdist + maxmatch | nsz@tpx | 1 | +1 | -1 |
2009-08-09 08:29 | winsize = 2*maxdist + maxmatch | nsz@tpx | 1 | +63 | -73 |
2009-08-08 17:57 | deflate cleanup (wip) | nsz@tpx | 1 | +54 | -58 |
2009-08-07 08:50 | deflate match: let it overflow | nsz@tpx | 2 | +8 | -10 |
2009-08-07 07:54 | +flate.h -inflate.h deflate.h | nsz@tpx | 8 | +28 | -11 |
2009-08-06 19:22 | in deflate use prevm on block boundary too | nsz@tpx | 1 | +10 | -14 |
2009-08-06 18:30 | shorter return value enum, flate.h | nsz@tpx | 6 | +84 | -143 |
2009-08-06 08:04 | deflate cleaning | nsz@tpx | 1 | +15 | -13 |
2009-08-06 07:56 | deflate cleaning | nsz@tpx | 1 | +15 | -21 |
2009-08-06 07:42 | deflate cleaning | nsz@tpx | 1 | +22 | -56 |
2009-08-06 07:18 | merged | nsz@tpx | 2 | +5 | -2 |
2009-08-05 19:08 | deflate with dstbuf (needs cleanup) | nsz@tpx | 4 | +274 | -92 |
2009-08-05 19:07 | inflate simple: read stdin only | nsz@tpx | 1 | +2 | -2 |
2009-08-02 12:11 | inflate_example += free | nsz | 1 | +2 | -0 |
2009-08-01 17:16 | inflate.h, example | nsz | 2 | +99 | -0 |
2009-08-01 17:15 | inflate dynamic decode state fix, state->err, nice interface | nsz | 2 | +125 | -135 |
2009-08-01 17:14 | deflate todos | nsz | 1 | +3 | -0 |
2009-07-26 17:29 | O3 flags | nsz | 1 | +2 | -2 |
2009-07-26 17:28 | deflate_simple update | nsz | 3 | +10 | -14 |
2009-07-26 16:48 | deflate implementation (forgot to add it earlier..) | nsz | 1 | +676 | -0 |
2009-07-25 22:36 | deflate optimizations | nsz | 2 | +18 | -27 |
2009-07-18 13:15 | hash tweak, removed some checks | nsz | 1 | +6 | -27 |
2009-07-18 12:18 | renames, code clean up | nsz | 1 | +131 | -129 |
2009-07-16 12:20 | fix unc block bug | nsz | 2 | +20 | -9 |
2009-07-16 06:03 | better lazy match, dont allow short match with large dist | nsz | 1 | +13 | -29 |
2009-07-15 21:42 | dont finish block until we have a lazy match | nsz | 1 | +34 | -27 |
2009-07-15 06:06 | deflate += prev match (lazy matching) | nsz | 1 | +27 | -11 |
2009-07-15 05:26 | deflate fix clencode bug | nsz | 1 | +52 | -64 |
2009-07-12 13:52 | simplified deflate | nsz | 1 | +213 | -335 |
2009-07-08 05:50 | deflate_simple simplification wip | nsz | 1 | +155 | -223 |
2009-07-06 17:13 | complexification | nsz | 1 | +66 | -31 |
2009-07-04 18:15 | decode simple +multiple blocks | nsz | 2 | +81 | -56 |
2009-07-04 10:23 | inflate: fix buildhuf when distlen = 0, simple deflate | nsz | 3 | +198 | -234 |
2009-06-21 19:23 | make += deflate_simple | nsz | 1 | +5 | -3 |
2009-06-21 19:23 | deflate_simple wip | nsz | 1 | +314 | -378 |
2009-06-21 19:19 | -winmask, +todo | nsz | 1 | +9 | -9 |
2009-06-17 07:28 | halibut deflate mod (wip) | nsz | 2 | +852 | -1 |
2009-06-13 17:04 | init fixed huff in inflate_init | nsz | 1 | +0 | -2 |
2009-06-13 15:54 | inflate fix decode_symbol | nsz | 1 | +5 | -1 |
2009-06-09 12:18 | +printhuff | nsz | 1 | +20 | -0 |
2009-06-09 12:18 | +check | nsz | 2 | +5 | -3 |
2009-06-09 10:09 | less gotos | nsz | 1 | +14 | -30 |
2009-06-09 09:41 | cleanup | nsz | 1 | +19 | -26 |
2009-06-08 09:26 | renames | nsz | 1 | +14 | -25 |
2009-06-08 08:43 | surprising decodeblock optimization: fillbits_, getbits_ | nsz | 2 | +24 | -9 |
2009-06-07 19:57 | separate decode_symbol_long | nsz | 2 | +46 | -45 |
2009-06-07 18:33 | -unnecessary includes | nsz | 2 | +0 | -3 |
2009-06-07 09:41 | inflate with state | nsz | 3 | +993 | -274 |
2009-06-04 11:39 | inflate: comment fixes | nsz | 1 | +3 | -3 |
2009-05-12 23:14 | inflate_simple more fixes | nsz | 1 | +4 | -4 |
2009-05-12 23:13 | inflate_simple consistent identifiers (with inflate) | nsz | 3 | +61 | -64 |
2009-05-12 22:38 | decode_block and decode_symbol optimizations | nsz | 2 | +57 | -45 |
2009-05-11 22:59 | fix | nsz | 1 | +14 | -16 |
2009-05-11 22:29 | decode_block optimization | nsz | 2 | +29 | -13 |
2009-05-11 10:27 | io fixes | nsz | 3 | +27 | -54 |
2009-05-06 05:45 | inflate with callback | nsz | 2 | +114 | -115 |
2009-05-01 09:08 | inflate with callback wip | nsz | 1 | +94 | -27 |
2009-04-29 08:48 | comment m | nsz | 2 | +3 | -3 |