aboutsummaryrefslogtreecommitdiff
path: root/src/decode.c
AgeCommit message (Expand)Author
2016-05-24silence MSGcorvid
2014-12-21redundant ';'corvid
2014-07-17http persistent connections initial patchcorvid
2014-03-30turn off MSGcorvid
2014-03-15Accept-Encoding: deflatecorvid
2012-11-26rm Decode_is_ascii()corvid
2011-11-11locale-independent ASCII character case handlingcorvid
2009-10-25stricter test for "chunked" transfer encodingcorvid
2009-09-26MSG_WARN for unknown charset decodingcorvid
2009-05-26Minor utf8 refactorcorvid
2009-02-23let's keep what was successfully uncompressed before encountering errorcorvid
2009-02-09whitespace cleanup: 's/ +$//g'Jorge Arellano Cid
2009-01-22Fixed a memory leak in gzip decoder.Jorge Arellano Cid
2008-10-22- Allowed compilation with older machines by removing a few C99isms.jcid
2008-09-24- Added "x-gzip" as "gzip" synonym.jcid
2008-08-13- Corrected a misleading comment.jcid
2008-06-27- enabled prefs.vw_fontname + minor cleanup.jcid
2008-06-14- Added an error message to gzip decompression.jcid
2008-05-27- Made an input preserving decoder implementation.jcid
2008-03-14- Added suport for old iconv() (const char** as 2nd arg).jcid
2008-03-04- Fixed Decode_is_ascii()jcid
2007-11-28Added HTTP-1.1's chunked transfer support!jcid
2007-11-27Made the decoder a filter by avoiding one copy pass.jcid
2007-11-14Fixed signedness problems in decode.cjcid
2007-11-14Added the missing decode.[ch]jcid