- Feb 15, 2010
-
-
Daniel Stenberg authored
-
- Feb 14, 2010
- Feb 13, 2010
-
-
-
Guenter Knauf authored
moved gethostbyname_thread() to #else case to avoid 'not used' compiler warning.
-
Guenter Knauf authored
-
Daniel Stenberg 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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Feb 11, 2010
-
-
Patrick Monnerat authored
_ Upgrade OS400 EBCDIC wrappers for new options. _ Upgrade ILE/RPG bindings to current state.
-
Yang Tse authored
mention last changes
-
Yang Tse authored
Steven M. Schweda updated VMS readme file
-
Yang Tse authored
Steven M. Schweda removed batch_compile.com and defines.com
-
Yang Tse authored
Steven M. Schweda fixed: VMS builder bad behavior when used in a batch job. Various ".LIS" and ".MAP" files created without being requested by a "LIST" command-line option, and in the wrong place, too. Some minor typographical changes.
-
- Feb 10, 2010
-
-
Dan Fandrich authored
-
Yang Tse authored
- remove extra "\r\n" from doc404_RTSP - avoid memory alignment issue when setting RTSP packet length
-
- Feb 09, 2010
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
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
-
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
fix compiler warning
-
Yang Tse authored
Addes OOM handling for curl_easy_setopt() calls in test
-
Yang Tse authored
- avoid OpenSSL 0.9.8 ENGINE_by_id memory leak - cleanup parenthesis usage in return statements
-
Yang Tse authored
- attempt to workaround icc 9.1 optimizer issue
-
- Feb 04, 2010
-
-
Yang Tse authored
fix printf-style format strings
-
Yang Tse authored
Validate server port argument
-
Yang Tse authored
Fix variable initialization
-
Yang Tse authored
Modified test case 557 to additionally verify libcurl's internal curl_m*printf() functions formatting functionality when handling signed and unsigned shorts.
-
Yang Tse authored
Added size check for 'short' data type
-
Yang Tse authored
Fix compiler warning: unused variable
-
Yang Tse authored
added an additional second to allow test to pass on heavily loaded servers
-