summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* removed trailing whitespaceYang Tse2010-02-14141-669/+673
* fix compiler warningYang Tse2010-02-141-2/+2
* Overhauled test suite getpart() function. Fixing potential out of boundsYang Tse2010-02-147-154/+405
* - Martin Hager reported and fixed a problem with a missing quote in libcurl.m4Daniel Stenberg2010-02-133-2/+9
* used allways #ifdef / #ifndef;Gunter Knauf2010-02-131-27/+29
* replaced tabs by spaces, removed trailing tabs/spaces.Gunter Knauf2010-02-131-13/+13
* - Tom Donovan fixed the CURL_FORMAT_* defines when building with cmake.Daniel Stenberg2010-02-133-4/+8
* - Jack Zhang reported a problem with SMTP: we wrongly used multiple addressesDaniel Stenberg2010-02-125-21/+38
* CURLOPT_MAIL_RCPT is *not* a string so we must not try to printf() itDaniel Stenberg2010-02-121-3/+3
* free --mail-from strings properlyDaniel Stenberg2010-02-121-0/+2
* _ Make it compilable again on OS400.Patrick Monnerat2010-02-116-25/+86
* mention last changesYang Tse2010-02-112-2/+6
* Steven M. Schweda updated VMS readme fileYang Tse2010-02-111-32/+36
* Steven M. Schweda removed batch_compile.com and defines.comYang Tse2010-02-113-90/+17
* Steven M. Schweda fixed:Yang Tse2010-02-111-11/+23
* Mention the minimum size of CURL_MAX_WRITE_SIZEDan Fandrich2010-02-101-1/+3
* - remove extra "\r\n" from doc404_RTSPYang Tse2010-02-101-4/+8
* Removed some erroneous "compressed" key wordsDan Fandrich2010-02-094-4/+0
* start working on 7.20.1Daniel Stenberg2010-02-092-56/+10
* spell and 7.20.0curl-7_20_0Daniel Stenberg2010-02-091-6/+7
* - When downloading compressed content over HTTP and the app as asked libcurlDaniel Stenberg2010-02-093-2/+17
* set VERSIONINFO accordingly for the 7.20.0 releaseDaniel Stenberg2010-02-091-3/+3
* warning fixYang Tse2010-02-061-1/+1
* OOM handling fixYang Tse2010-02-062-4/+12
* OOM handling fixYang Tse2010-02-063-17/+32
* fix compiler warningYang Tse2010-02-051-1/+1
* fix compiler warningYang Tse2010-02-051-1/+3
* fix compiler warningYang Tse2010-02-056-11/+11
* Addes OOM handling for curl_easy_setopt() calls in testYang Tse2010-02-0550-431/+736
* - avoid OpenSSL 0.9.8 ENGINE_by_id memory leakYang Tse2010-02-051-9/+20
* - attempt to workaround icc 9.1 optimizer issueYang Tse2010-02-051-1/+10
* fix printf-style format stringsYang Tse2010-02-0415-49/+50
* Validate server port argumentYang Tse2010-02-044-5/+50
* Fix variable initializationYang Tse2010-02-041-1/+1
* Modified test case 557 to additionally verify libcurl's internal curl_m*printf()Yang Tse2010-02-042-5/+306
* Added size check for 'short' data typeYang Tse2010-02-041-1/+2
* Fix compiler warning: unused variableYang Tse2010-02-041-1/+1
* added an additional second to allow test to pass on heavily loaded serversYang Tse2010-02-041-1/+27
* Changed the Watcom makefiles to make them easier to keep in sync withDan Fandrich2010-02-033-39/+28
* more symbols added in 7.20.0Daniel Stenberg2010-02-031-0/+12
* Fix OOM handlingYang Tse2010-02-031-4/+15
* Fix progressmode Configurable struct member data type. Changed toYang Tse2010-02-031-2/+5
* Fix portability issue related with unaligned memory accessYang Tse2010-02-032-10/+22
* Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', poss...Yang Tse2010-02-031-1/+1
* cookies with same path length might get sorted in different order whenYang Tse2010-02-031-1/+1
* added an additional second to allow test to pass on heavily loaded serversYang Tse2010-02-032-3/+29
* Fix compiler warning: conditional expression is constantYang Tse2010-02-026-11/+11
* Fix compiler warning: local variable may be used without having been initiali...Yang Tse2010-02-021-1/+1
* Fix compiler warnings: conversion from 'const int ' to 'unsigned char ', poss...Yang Tse2010-02-021-2/+2
* Fix compiler warnings:Yang Tse2010-02-021-4/+4