index
:
dillo
master
Dillo, a multi-platform graphical web browser
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decode.c
Age
Commit message (
Expand
)
Author
2014-03-30
turn off MSG
corvid
2014-03-15
Accept-Encoding: deflate
corvid
2012-11-26
rm Decode_is_ascii()
corvid
2011-11-11
locale-independent ASCII character case handling
corvid
2009-10-25
stricter test for "chunked" transfer encoding
corvid
2009-09-26
MSG_WARN for unknown charset decoding
corvid
2009-05-26
Minor utf8 refactor
corvid
2009-02-23
let's keep what was successfully uncompressed before encountering error
corvid
2009-02-09
whitespace cleanup: 's/ +$//g'
Jorge Arellano Cid
2009-01-22
Fixed 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-28
Added HTTP-1.1's chunked transfer support!
jcid
2007-11-27
Made the decoder a filter by avoiding one copy pass.
jcid
2007-11-14
Fixed signedness problems in decode.c
jcid
2007-11-14
Added the missing decode.[ch]
jcid