index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
content_encoding.c
Age
Commit message (
Expand
)
Author
2018-06-11
cppcheck: fix warnings
Marian Klymov
2018-05-25
content_encoding: handle zlib versions too old for Z_BLOCK
Alejandro R. SedeƱo
2018-04-15
all: Refactor malloc+memset to use calloc
Daniel Gustafsson
2018-02-09
content_encoding: Add "none" alias to "identity"
Mohammad AlSaleh
2017-12-27
brotli: data at the end of content can be lost
Mikalai Ananenka
2017-12-20
content_encoding: rework zlib_inflate
Patrick Monnerat
2017-12-20
brotli: allow compiling with version 0.6.0.
Patrick Monnerat
2017-11-13
zlib/brotli: only include header files in modules needing them
Patrick Monnerat
2017-11-09
content_encoding: fix inflate_stream for no bytes available
Jay Satiro
2017-11-07
content_encoding: do not write 0 length data
Patrick Monnerat
2017-11-05
HTTP: implement Brotli content encoding
Patrick Monnerat
2017-11-05
HTTP: support multiple Content-Encodings
Patrick Monnerat
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-03-13
Improve code readbility
Sylvestre Ledru
2016-12-29
content_encoding: change return code on a failure
Daniel Stenberg
2016-12-13
checksrc: stricter no-space-before-paren enforcement
Daniel Stenberg
2016-11-11
realloc: use Curl_saferealloc to avoid common mistakes
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2011-08-21
zlib: ensure user provided memory functions are used by zlib, when given
Yang Tse
2011-08-18
zlib: enforce full initialization of our data space z_stream structs
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2010-09-12
inflate_stream: remove redundant check that is always true
Daniel Stenberg
2010-05-14
follow redirect: ignore response-body on redirect even if compressed
Daniel Stenberg
2010-04-24
gzip: Value stored to 'data' is never read
Daniel Stenberg
2010-04-17
check_gzip_header: Value stored to 'data' is never read
Daniel Stenberg
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-02-09
- When downloading compressed content over HTTP and the app as asked libcurl
Daniel Stenberg
2010-01-22
wrap long lines and do some indent policing
Daniel Stenberg
2009-08-29
add cast to silient compiler warning with 64bit systems.
Gunter Knauf
2009-05-11
- Balint Szilakszi reported a memory leak when libcurl did gzip decompression
Daniel Stenberg
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-02-17
- A second follow-up change by Andre Guibert de Bruet to fix a related memory
Daniel Stenberg
2009-02-14
nah, use the simpler year - year range syntax only, no matter what emacs'
Daniel Stenberg
2009-02-14
- Andre Guibert de Bruet found and fixed a memory leak in the content encoding
Daniel Stenberg
2008-09-06
remove unnecessary typecasting of malloc()
Yang Tse
2007-11-24
struct HandleData is now called struct SingleRequest, and is only for data that
Daniel Stenberg
2007-11-05
removed space after if and while before the parenthesis for better source code
Daniel Stenberg
2007-08-08
Song Ma noted a zlib memory leak in the illegal compressed header
Dan Fandrich
2007-02-22
Fix compiler warnings
Yang Tse
2006-08-19
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
Daniel Stenberg
2006-04-25
Paul Querna fixed libcurl to better deal with deflate content encoding when
Daniel Stenberg
2005-03-31
Updated the copyright year since changes have been this year.
Daniel Stenberg
2005-02-07
Fix for a bug report that compressed files that are exactly 64 KiB long
Dan Fandrich
2004-11-30
Dan Fandrich's fix for libz 1.1 and "extra field" usage in a gzip stream
Daniel Stenberg
[next]