History log of /curl/lib/content_encoding.c (Results 76 – 100 of 103)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_19_3, curl-7_19_2, curl-7_19_1
# 59e378f4 06-Sep-2008 Yang Tse

remove unnecessary typecasting of malloc()


Revision tags: curl-7_19_0, curl-7_18_2, curl-7_18_1, curl-7_18_0
# 13648f8c 24-Nov-2007 Daniel Stenberg

struct HandleData is now called struct SingleRequest, and is only for data that
is inited at the start of the DO action. I removed the Curl_transfer_keeper
struct completely, and I had to mov

struct HandleData is now called struct SingleRequest, and is only for data that
is inited at the start of the DO action. I removed the Curl_transfer_keeper
struct completely, and I had to move out a few struct members (that had to
be set before DO or used after DONE) to the UrlState struct. The SingleRequest
struct is accessed with SessionHandle->req.

One of the biggest reasons for doing this was the bunch of duplicate struct
members in HandleData and Curl_transfer_keeper since it was really messy to
keep track of two variables with the same name and basically the same purpose!

show more ...


# ad6e2807 05-Nov-2007 Daniel Stenberg

removed space after if and while before the parenthesis for better source code
consistency


Revision tags: curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix
# 668c2049 08-Aug-2007 Dan Fandrich

Song Ma noted a zlib memory leak in the illegal compressed header
countermeasures code path.


Revision tags: curl-7_16_4, curl-7_16_3, curl-7_16_2
# 9bf9617a 22-Feb-2007 Yang Tse

Fix compiler warnings

"case label value exceeds maximum value for type" and
"comparison is always false due to limited range of data type"

Both triggered when using a bool varia

Fix compiler warnings

"case label value exceeds maximum value for type" and
"comparison is always false due to limited range of data type"

Both triggered when using a bool variable as the switch variable
in a switch statement and using enums for the case targets.

show more ...


Revision tags: curl-7_16_1, curl-7_16_0, curl-7_15_6-prepipeline
# cfdcae4b 19-Aug-2006 Daniel Stenberg

Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
command on subsequent requests on a re-used connection unless it has to.


Revision tags: curl-7_15_5, curl-7_15_4
# 87c5ed8b 25-Apr-2006 Daniel Stenberg

Paul Querna fixed libcurl to better deal with deflate content encoding when
the stream (wrongly) lacks a proper zlib header. This seems to be the case on
too many actual server implementation

Paul Querna fixed libcurl to better deal with deflate content encoding when
the stream (wrongly) lacks a proper zlib header. This seems to be the case on
too many actual server implementations.

show more ...


Revision tags: curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0, curl-7_13_2
# ab4086bc 31-Mar-2005 Daniel Stenberg

Updated the copyright year since changes have been this year.


Revision tags: curl-7_13_1, before_ftp_statemachine
# e4a17886 07-Feb-2005 Dan Fandrich

Fix for a bug report that compressed files that are exactly 64 KiB long
produce a zlib error.


Revision tags: curl-7_13_0, curl-7_12_3
# c28e15c6 30-Nov-2004 Daniel Stenberg

Dan Fandrich's fix for libz 1.1 and "extra field" usage in a gzip stream


# 8bfcae65 27-Oct-2004 Daniel Stenberg

Dan Fandrich's gzip handling fix


Revision tags: curl-7_12_2, curl-7_12_1
# e39b29fc 04-Jul-2004 Daniel Stenberg

typecast the conversion to uInt when assigning z->avail_in to prevent
warnings from picky compilers


Revision tags: pre-aifix, curl-7_12_0
# 018affe6 12-May-2004 Daniel Stenberg

Edited comments only.


# bbafb2eb 11-May-2004 Daniel Stenberg

curl_global_init_mem() allows the memory functions to be replaced.
memory.h is included everywhere for this.


# 5dcfb8ad 26-Apr-2004 Daniel Stenberg

ignore the curl/types.h header file


Revision tags: curl-7_11_2, c-ares-1_2_0, curl-7_11_1
# 8ddc18a4 15-Feb-2004 Daniel Stenberg

another case which should use CURLcode and not int


# 4d17e775 13-Feb-2004 Daniel Stenberg

use CURLcode, not int, prevents picky compilers to warn


# 4d17d687 29-Jan-2004 Daniel Stenberg

Dan Fandrich's cleanup patch to make pedantic compiler options cause less
warnings. Minor edits by me.


Revision tags: curl-7_11_0
# 61e3d75d 16-Jan-2004 Daniel Stenberg

Gisle Vanem's patch for variables that "might be used uninitialized"


# 053f6c85 07-Jan-2004 Daniel Stenberg

updated year in the copyright string


# 292ef5fa 05-Jan-2004 Daniel Stenberg

Dan Fandrich's zlib fix


Revision tags: curl-7_10_8, curl-7_10_7, curl-7_10_6, curl-7_10_5
# c95814c0 22-Apr-2003 Daniel Stenberg

Dan Fandrich's gzip bugfix


# fece361a 11-Apr-2003 Daniel Stenberg

Nic fixed so that Curl_client_write() must not be called with 0 lenth data.

I edited somewhat and removed trailing whitespaces.


# 019c4088 11-Apr-2003 Daniel Stenberg

Dan Fandrich's gzip patch applied


Revision tags: curl-7_10_4
# a7c72b7a 29-Jan-2003 Daniel Stenberg

removed the local variables for emacs and vim, use the new sample.emacs
way for emacs, and vim users should provide a similar non-polluting style


12345