Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-22 | Fix compiler warnings | Yang Tse | |
"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. | |||
2006-08-19 | Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE | Daniel Stenberg | |
command on subsequent requests on a re-used connection unless it has to. | |||
2006-04-25 | Paul Querna fixed libcurl to better deal with deflate content encoding when | Daniel Stenberg | |
the stream (wrongly) lacks a proper zlib header. This seems to be the case on too many actual server implementations. | |||
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 | |
produce a zlib error. | |||
2004-11-30 | Dan Fandrich's fix for libz 1.1 and "extra field" usage in a gzip stream | Daniel Stenberg | |
2004-10-27 | Dan Fandrich's gzip handling fix | Daniel Stenberg | |
2004-07-04 | typecast the conversion to uInt when assigning z->avail_in to prevent | Daniel Stenberg | |
warnings from picky compilers | |||
2004-05-12 | Edited comments only. | Daniel Stenberg | |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg | |
memory.h is included everywhere for this. | |||
2004-04-26 | ignore the curl/types.h header file | Daniel Stenberg | |
2004-02-15 | another case which should use CURLcode and not int | Daniel Stenberg | |
2004-02-13 | use CURLcode, not int, prevents picky compilers to warn | Daniel Stenberg | |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg | |
warnings. Minor edits by me. | |||
2004-01-16 | Gisle Vanem's patch for variables that "might be used uninitialized" | Daniel Stenberg | |
2004-01-07 | updated year in the copyright string | Daniel Stenberg | |
2004-01-05 | Dan Fandrich's zlib fix | Daniel Stenberg | |
2003-04-22 | Dan Fandrich's gzip bugfix | Daniel Stenberg | |
2003-04-11 | Nic fixed so that Curl_client_write() must not be called with 0 lenth data. | Daniel Stenberg | |
I edited somewhat and removed trailing whitespaces. | |||
2003-04-11 | Dan Fandrich's gzip patch applied | Daniel Stenberg | |
2003-01-29 | removed the local variables for emacs and vim, use the new sample.emacs | Daniel Stenberg | |
way for emacs, and vim users should provide a similar non-polluting style | |||
2003-01-16 | copyright year update in the source header | Daniel Stenberg | |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg | |
2002-09-02 | James Gallagher's Content-Encoding work | Daniel Stenberg | |