- Feb 16, 2010
-
-
Yang Tse authored
replaced tabs with spaces
-
- Feb 15, 2010
-
-
Yang Tse authored
fix compiler warning: conversion from "long" to "size_t" may lose sign
-
- Feb 14, 2010
-
-
Yang Tse authored
removed trailing whitespace
-
- Feb 13, 2010
-
-
Guenter Knauf authored
moved gethostbyname_thread() to #else case to avoid 'not used' compiler warning.
-
Guenter Knauf authored
-
- Feb 12, 2010
-
-
Daniel Stenberg authored
in the same RCPT TO line, when they should be sent in separate single commands. I updated test case 802 to verify this. - I also fixed a bad use of my_setopt_str() of CURLOPT_MAIL_RCPT in the curl tool which made it try to output it as string for the --libcurl feature which could lead to crashes.
-
- Feb 11, 2010
-
-
Patrick Monnerat authored
_ Upgrade OS400 EBCDIC wrappers for new options. _ Upgrade ILE/RPG bindings to current state.
-
- Feb 09, 2010
-
-
Daniel Stenberg authored
to automatically uncompress it with the CURLOPT_ENCODING option, libcurl could wrongly provide the callback with more data than what the maximum documented amount. An application could thus get tricked into badness if the maximum limit was trusted to be enforced by libcurl itself (as it is documented). This is further detailed and explained in the libcurl security advisory 20100209 at http://curl.haxx.se/docs/adv_20100209.html
-
Daniel Stenberg authored
-
- Feb 06, 2010
- Feb 05, 2010
- Feb 04, 2010
- Feb 03, 2010
-
-
Dan Fandrich authored
Makefile.inc since that can't be included directly.
-
Yang Tse authored
Fix OOM handling
-
Yang Tse authored
Fix portability issue related with unaligned memory access
-
Yang Tse authored
Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', possible loss of data
-
- Feb 02, 2010
-
-
Yang Tse authored
Fix compiler warning: conditional expression is constant
-
Yang Tse authored
Fix compiler warning: local variable may be used without having been initialized.
-
Yang Tse authored
Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', possible loss of data
-
Yang Tse authored
Fix compiler warning: variable was set but never used Simplify preprocessor symbol checking
-
Daniel Stenberg authored
slightly while editing
-
- Feb 01, 2010
-
-
Yang Tse authored
Conroy's fix to make the code match with the RTP documentation regarding writing out the whole header. The docs say it writes the whole header, but the code (before this patch) did not write out the leading $.
-
Daniel Stenberg authored
simply check for CURLM_CALL_MULTI_PERFORM internally. This has the added benefit that this goes in line with my long-term wishes to get rid of the CURLM_CALL_MULTI_PERFORM all together from the public API.
-
- Jan 30, 2010
-
-
Yang Tse authored
Make Curl_pop3_write() additionally truncate trailing POP3_EOB from received string buffer, otherwise Curl_client_write() call with zero size would write to the end of string buffer including matched POP3_EOB.
-
- Jan 29, 2010
- Jan 28, 2010
- Jan 27, 2010
-
-
Yang Tse authored
fix compiler warning
-
- Jan 26, 2010
-
-
Daniel Stenberg authored
proxy that cannot be resolved when using c-ares. This matches the behaviour when not using c-ares.
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jan 25, 2010
-
-
Yang Tse authored
-