| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-08-10 | add 'install' makefile targetHEADmaster | pancake | 1 | -0/+7 |
| 2010-08-08 | fix deflate bug (match beyond endpos) | nsz@tpx | 1 | -6/+5 |
| 2009-08-24 | makefile update | nsz | 1 | -4/+4 |
| 2009-08-24 | -callback interface, +todo | nsz | 6 | -67/+27 |
| 2009-08-24 | comment, -s ldflag | nsz | 2 | -3/+6 |
| 2009-08-24 | sflate += pkzip stream | nsz | 1 | -21/+145 |
| 2009-08-23 | todo update | nsz | 1 | -22/+12 |
| 2009-08-23 | fix lzguard bug | nsz | 1 | -3/+3 |
| 2009-08-23 | clean ups, -callback | nsz | 1 | -64/+21 |
| 2009-08-23 | deflate renames (wip) | nsz | 1 | -75/+47 |
| 2009-08-23 | -avail +endpos +skip +fillwin mods (wip) | nsz | 4 | -74/+127 |
| 2009-08-21 | doc update | nsz | 2 | -5/+20 |
| 2009-08-21 | -inflate_example -deflate_example | nsz | 3 | -231/+6 |
| 2009-08-21 | fix gzip checksum byte order | nsz | 1 | -14/+13 |
| 2009-08-21 | +sflate, inflate returns extra bytes after compressed input | nsz | 8 | -141/+389 |
| 2009-08-18 | +crc +adler +flatez (zlib+gz) | nsz | 3 | -0/+218 |
| 2009-08-18 | todo update | nsz | 1 | -5/+2 |
| 2009-08-18 | fix callback, s/hist/win/, clean up match | nsz | 1 | -42/+38 |
| 2009-08-18 | +LzEnd, -accidental p4 opt | nsz | 2 | -2/+3 |
| 2009-08-18 | deflate comment fix | nsz | 1 | -1/+1 |
| 2009-08-18 | deflate with fixed 32K block | nsz | 2 | -54/+30 |
| 2009-08-18 | deflate at fixed endpos, removing avail check made the code slower! | nsz | 1 | -37/+57 |
| 2009-08-16 | deflate fix empty input case | nsz | 1 | -0/+1 |
| 2009-08-16 | deflate clean up | nsz | 1 | -11/+7 |
| 2009-08-16 | deflate fixes: set history and block size correctly | nsz | 2 | -68/+83 |
| 2009-08-11 | fix | nsz | 1 | -2/+2 |
| 2009-08-11 | todo update | nsz | 5 | -70/+75 |
| 2009-08-11 | deflate += comments | nsz | 1 | -9/+22 |
| 2009-08-11 | deflate: freq/code overlap | nsz | 1 | -26/+32 |
| 2009-08-11 | x | nsz | 2 | -1/+3 |
| 2009-08-11 | deflate -= loop unroll | nsz | 1 | -7/+0 |
| 2009-08-11 | deflate match modification | nsz | 1 | -11/+11 |
| 2009-08-10 | z | nsz | 1 | -0/+1 |
| 2009-08-10 | rm printhuff | nsz | 1 | -20/+0 |
| 2009-08-10 | rm inflate_callback | nsz | 2 | -595/+3 |
| 2009-08-10 | deflate code cleanups | nsz | 2 | -47/+47 |
| 2009-08-10 | todo update | nsz@tpx | 1 | -0/+1 |
| 2009-08-10 | todo update | nsz@tpx | 3 | -2/+12 |
| 2009-08-10 | rm deflate_simple | nsz@tpx | 2 | -584/+4 |
| 2009-08-10 | +callback, s/runlen/lz/, todo update | nsz@tpx | 5 | -59/+182 |
| 2009-08-09 | deflate cleanups (s/pos/s->pos/, todo update) | nsz@tpx | 1 | -35/+32 |
| 2009-08-09 | deflate optimization: do while(), s/ushort/int/ | nsz@tpx | 2 | -30/+30 |
| 2009-08-09 | winsize = 2*maxdist + maxmatch | nsz@tpx | 1 | -1/+1 |
| 2009-08-09 | winsize = 2*maxdist + maxmatch | nsz@tpx | 1 | -73/+63 |
| 2009-08-08 | deflate cleanup (wip) | nsz@tpx | 1 | -58/+54 |
| 2009-08-07 | deflate match: let it overflow | nsz@tpx | 2 | -10/+8 |
| 2009-08-07 | +flate.h -inflate.h deflate.h | nsz@tpx | 8 | -11/+28 |
| 2009-08-06 | in deflate use prevm on block boundary too | nsz@tpx | 1 | -14/+10 |
| 2009-08-06 | shorter return value enum, flate.h | nsz@tpx | 6 | -143/+84 |
| 2009-08-06 | deflate cleaning | nsz@tpx | 1 | -13/+15 |