aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-19fix compiler warningYang Tse
2010-02-18fix compiler warningYang Tse
2010-02-17ares_reinit()Daniel Stenberg
- To allow an app to force a re-read of /etc/resolv.conf etc, pretty much like the res_init() resolver function offers
2010-02-17use curl standard indentation and line lengthsDaniel Stenberg
2010-02-16replaced tabs with spacesYang Tse
2010-02-16fix Content-Length validationYang Tse
2010-02-15use (void) in front of fwrite() calls that ignore the return codeDaniel Stenberg
2010-02-15fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse
2010-02-15fix compiler warning: conversion from "long" to "size_t" may lose signYang Tse
2010-02-15-w speed_download and speed_upload are measured in bytes per secondDaniel Stenberg
2010-02-1475. NTLM authentication involving unicode user name or password.Daniel Stenberg
http://curl.haxx.se/mail/lib-2009-10/0024.html http://curl.haxx.se/bug/view.cgi?id=2944325
2010-02-14removed trailing whitespaceYang Tse
2010-02-14fix compiler warningYang Tse
2010-02-14Overhauled test suite getpart() function. Fixing potential out of boundsYang Tse
stack and memory overwrites triggered with huge test case definitions.
2010-02-13- Martin Hager reported and fixed a problem with a missing quote in libcurl.m4Daniel Stenberg
(http://curl.haxx.se/bug/view.cgi?id=2951319)
2010-02-13used allways #ifdef / #ifndef;Gunter Knauf
moved gethostbyname_thread() to #else case to avoid 'not used' compiler warning.
2010-02-13replaced 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 addressesDaniel 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-12CURLOPT_MAIL_RCPT is *not* a string so we must not try to printf() itDaniel Stenberg
2010-02-12free --mail-from strings properlyDaniel 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-11mention last changesYang Tse
2010-02-11Steven M. Schweda updated VMS readme fileYang Tse
2010-02-11Steven M. Schweda removed batch_compile.com and defines.comYang Tse
2010-02-11Steven 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-10Mention the minimum size of CURL_MAX_WRITE_SIZEDan Fandrich
2010-02-10- remove extra "\r\n" from doc404_RTSPYang Tse
- avoid memory alignment issue when setting RTSP packet length
2010-02-09Removed some erroneous "compressed" key wordsDan Fandrich
2010-02-09start working on 7.20.1Daniel Stenberg
2010-02-09spell and 7.20.0Daniel Stenberg
2010-02-09- When downloading compressed content over HTTP and the app as asked libcurlDaniel 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-09set VERSIONINFO accordingly for the 7.20.0 releaseDaniel Stenberg
2010-02-06warning fixYang Tse
2010-02-06OOM handling fixYang Tse
2010-02-06OOM handling fixYang Tse
2010-02-05fix compiler warningYang Tse
2010-02-05fix compiler warningYang Tse
2010-02-05fix compiler warningYang Tse
2010-02-05Addes OOM handling for curl_easy_setopt() calls in testYang Tse
2010-02-05- avoid OpenSSL 0.9.8 ENGINE_by_id memory leakYang Tse
- cleanup parenthesis usage in return statements
2010-02-05- attempt to workaround icc 9.1 optimizer issueYang Tse
2010-02-04fix printf-style format stringsYang Tse
2010-02-04Validate server port argumentYang Tse
2010-02-04Fix variable initializationYang Tse
2010-02-04Modified 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-04Added size check for 'short' data typeYang Tse
2010-02-04Fix compiler warning: unused variableYang Tse
2010-02-04added an additional second to allow test to pass on heavily loaded serversYang Tse
2010-02-03Changed the Watcom makefiles to make them easier to keep in sync withDan Fandrich
Makefile.inc since that can't be included directly.