summaryrefslogtreecommitdiff
path: root/deflate.c (follow)
Commit message (Expand)AuthorAge
* Apply the same Deflate decoder fix as PuTTY r10278.Simon Tatham2014-10-01
* Silence compiler warnings on OS X 10.9.Simon Tatham2014-03-30
* Patch from Maciej Adamczyk to set standard output to binary mode inSimon Tatham2012-06-03
* Make the Deflate decoder correctly handle the special case of aSimon Tatham2012-06-01
* Apply r6972 from my other copy of deflate.c: don't lose the BFINAL bitSimon Tatham2012-05-03
* Ahem. Don't invert the length _twice_.Simon Tatham2012-05-03
* Add an error check for correct formatting in Deflate uncompressedSimon Tatham2012-05-03
* Clean up some compiler warnings.Simon Tatham2008-11-21
* When building the static Huffman tables, it's vital to include theSimon Tatham2007-02-13
* Fix typo in limit test in deflate_buildhuf(). (The only two limitSimon Tatham2006-12-07
* Update deflate.c to include nearly all the changes I've been makingSimon Tatham2006-12-06
* Add support for compressed PDF streams, using Simon's new deflate library.Ben Harris2006-11-30