Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-13 | used allways #ifdef / #ifndef; | Gunter Knauf | |
moved gethostbyname_thread() to #else case to avoid 'not used' compiler warning. | |||
2010-02-13 | replaced tabs by spaces, removed trailing tabs/spaces. | Gunter Knauf | |
2010-02-13 | - Tom Donovan fixed the CURL_FORMAT_* defines when building with cmake. | Daniel Stenberg | |
2010-02-12 | - Jack Zhang reported a problem with SMTP: we wrongly used multiple addresses | Daniel Stenberg | |
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. | |||
2010-02-12 | CURLOPT_MAIL_RCPT is *not* a string so we must not try to printf() it | Daniel Stenberg | |
2010-02-12 | free --mail-from strings properly | Daniel Stenberg | |
2010-02-11 | _ Make it compilable again on OS400. | Patrick Monnerat | |
_ Upgrade OS400 EBCDIC wrappers for new options. _ Upgrade ILE/RPG bindings to current state. | |||
2010-02-11 | mention last changes | Yang Tse | |
2010-02-11 | Steven M. Schweda updated VMS readme file | Yang Tse | |
2010-02-11 | Steven M. Schweda removed batch_compile.com and defines.com | Yang Tse | |
2010-02-11 | Steven M. Schweda fixed: | Yang Tse | |
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. | |||
2010-02-10 | Mention the minimum size of CURL_MAX_WRITE_SIZE | Dan Fandrich | |
2010-02-10 | - remove extra "\r\n" from doc404_RTSP | Yang Tse | |
- avoid memory alignment issue when setting RTSP packet length | |||
2010-02-09 | Removed some erroneous "compressed" key words | Dan Fandrich | |
2010-02-09 | start working on 7.20.1 | Daniel Stenberg | |
2010-02-09 | spell and 7.20.0 | Daniel Stenberg | |
2010-02-09 | - When downloading compressed content over HTTP and the app as asked libcurl | Daniel Stenberg | |
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 | |||
2010-02-09 | set VERSIONINFO accordingly for the 7.20.0 release | Daniel Stenberg | |
2010-02-06 | warning fix | Yang Tse | |
2010-02-06 | OOM handling fix | Yang Tse | |
2010-02-06 | OOM handling fix | Yang Tse | |
2010-02-05 | fix compiler warning | Yang Tse | |
2010-02-05 | fix compiler warning | Yang Tse | |
2010-02-05 | fix compiler warning | Yang Tse | |
2010-02-05 | Addes OOM handling for curl_easy_setopt() calls in test | Yang Tse | |
2010-02-05 | - avoid OpenSSL 0.9.8 ENGINE_by_id memory leak | Yang Tse | |
- cleanup parenthesis usage in return statements | |||
2010-02-05 | - attempt to workaround icc 9.1 optimizer issue | Yang Tse | |
2010-02-04 | fix printf-style format strings | Yang Tse | |
2010-02-04 | Validate server port argument | Yang Tse | |
2010-02-04 | Fix variable initialization | Yang Tse | |
2010-02-04 | Modified test case 557 to additionally verify libcurl's internal curl_m*printf() | Yang Tse | |
functions formatting functionality when handling signed and unsigned shorts. | |||
2010-02-04 | Added size check for 'short' data type | Yang Tse | |
2010-02-04 | Fix compiler warning: unused variable | Yang Tse | |
2010-02-04 | added an additional second to allow test to pass on heavily loaded servers | Yang Tse | |
2010-02-03 | Changed the Watcom makefiles to make them easier to keep in sync with | Dan Fandrich | |
Makefile.inc since that can't be included directly. | |||
2010-02-03 | more symbols added in 7.20.0 | Daniel Stenberg | |
2010-02-03 | Fix OOM handling | Yang Tse | |
2010-02-03 | Fix progressmode Configurable struct member data type. Changed to | Yang Tse | |
'int' which fits better with existing CURL_PROGRESS_* definitions. | |||
2010-02-03 | Fix portability issue related with unaligned memory access | Yang Tse | |
2010-02-03 | Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', ↵ | Yang Tse | |
possible loss of data | |||
2010-02-03 | cookies with same path length might get sorted in different order when | Yang Tse | |
using different qsort implementations. In order to make this test give same results on different systems, paths now have different lengths. | |||
2010-02-03 | added an additional second to allow test to pass on heavily loaded servers | Yang Tse | |
2010-02-02 | Fix compiler warning: conditional expression is constant | Yang Tse | |
2010-02-02 | Fix compiler warning: local variable may be used without having been ↵ | Yang Tse | |
initialized. | |||
2010-02-02 | Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', ↵ | Yang Tse | |
possible loss of data | |||
2010-02-02 | Fix compiler warnings: | Yang Tse | |
(1) conversion from 'const int ' to 'unsigned char ', possible loss of data (2) conditional expression is constant | |||
2010-02-02 | mention a couple of changes back from November | Yang Tse | |
2010-02-02 | mention run time statistics options | Yang Tse | |
2010-02-02 | - Symbol CURL_FORMAT_OFF_T now obsoleted, will be removed in a future release, | Yang Tse | |
symbol will not be available when building with CURL_NO_OLDIES defined. Use of CURL_FORMAT_CURL_OFF_T is preferred since 7.19.0 | |||
2010-02-02 | avoid possibility of using obsoleted stuff | Yang Tse | |