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