Make the Deflate decoder correctly handle the special case of a
[sgt/halibut] / deflate.c
2012-06-01 simonMake the Deflate decoder correctly handle the special...
2012-05-03 simonApply r6972 from my other copy of deflate.c: don't...
2012-05-03 simonAhem. Don't invert the length _twice_.
2012-05-03 simonAdd an error check for correct formatting in Deflate...
2008-11-21 simonClean up some compiler warnings.
2007-02-13 simonWhen building the static Huffman tables, it's vital...
2006-12-07 simonFix typo in limit test in deflate_buildhuf(). (The...
2006-12-06 simonUpdate deflate.c to include nearly all the changes...
2006-11-30 benAdd support for compressed PDF streams, using Simon...