- Feb 22, 2007
-
-
Yang Tse authored
Check for lowercase 'bool' type at configuration stage. If not available provide a suitable replacement with a type definition of 'unsigned char' in setup_once.h Move definitions of TRUE and FALSE to setup_once.h
-
- Feb 21, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
fixing some bugs: o Don't mix GET and POST requests in a pipeline o Fix the order in which requests are dispatched from the pipeline o Fixed several curl bugs with pipelining when the server is returning chunked encoding: * Added states to chunked parsing for final CRLF * Rewind buffer after parsing chunk with data remaining * Moved chunked header initializing to a spot just before receiving headers
-
Yang Tse authored
-
Dan Fandrich authored
-
Yang Tse authored
-
- Feb 20, 2007
-
-
Linus Nielsen authored
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
-
Dan Fandrich authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
struct for platforms that don't have it to setup_once.h
-
- Feb 19, 2007
-
-
Daniel Stenberg authored
when the multi interface was used.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
5).
-
Daniel Stenberg authored
-
- Feb 18, 2007
-
-
Daniel Stenberg authored
the multi interface and connection re-use that could make a curl_multi_remove_handle() ruin a pointer in another handle. The second problem was less of an actual problem but more of minor quirk: the re-using of connections wasn't properly checking if the connection was marked for closure.
-
Yang Tse authored
-
Yang Tse authored
-
- Feb 17, 2007
-
-
Yang Tse authored
-
Dan Fandrich authored
and those required by other components to avoid forcing unneeded dependencies into the target objects.
-
Dan Fandrich authored
-
- Feb 16, 2007
-
-
Yang Tse authored
-
Daniel Stenberg authored
CURLOPT_RANGE back to no range on an easy handle when using FTP.
-
Daniel Stenberg authored
-
- Feb 15, 2007
-
-
Yang Tse authored
-
Yang Tse authored
making them available to any source code file which includes "setup.h". Macro SOCKERRNO / SET_SOCKERRNO() returns / sets the *socket-related* errno (or equivalent) on this platform to hide platform details to code using it. Macro ERRNO / SET_ERRNO() returns / sets the NOT *socket-related* errno (or equivalent) on this platform to hide platform details to code using it.
-
Yang Tse authored
-
Yang Tse authored
build targets when --disable-verbose is specified.
-
Guenter Knauf authored
-
- Feb 14, 2007
- Feb 13, 2007
-
-
Daniel Stenberg authored
the left side of @ to make it short(er).
-
Daniel Stenberg authored
gmtime_r() like the older VC versions. He also made use of some machine- specific defines to differentiate the "OS" define.
-
Yang Tse authored
provide a suitable replacement for use in our ISBLANK macro
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Feb 12, 2007
-
-
Daniel Stenberg authored
SSL/TLS layer. http://www.mozilla.org/projects/security/pki/nss/
-
Daniel Stenberg authored
to the debug callback. - Shmulik Regev added CURLOPT_HTTP_CONTENT_DECODING and CURLOPT_HTTP_TRANSFER_DECODING that if set to zero will disable libcurl's internal decoding of content or transfer encoded content. This may be preferable in cases where you use libcurl for proxy purposes or similar. The command line tool got a --raw option to disable both at once.
-