summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* improve detection of:Yang Tse2008-09-153-22/+698
* improve detection of:Yang Tse2008-09-152-2/+522
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-132-2/+1
* fix compiler warning: defined but not usedYang Tse2008-09-132-4/+11
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-131-4/+4
* fix compiler warning: external declaration in primary source fileYang Tse2008-09-131-2/+2
* Disable tracking of fdopen() calls in the low-level memory leak trackingYang Tse2008-09-133-1/+9
* remove dead code portion inoperative long time agoYang Tse2008-09-131-7/+0
* *** empty log message ***Yang Tse2008-09-131-1/+1
* fix compiler warning: enumerated type mixed with another typeYang Tse2008-09-131-1/+1
* djgpp does have strdup().Gisle Vanem2008-09-121-1/+1
* sync with realityYang Tse2008-09-121-0/+8
* ANSI C compatibility adjustmentYang Tse2008-09-124-4/+7
* ensure that errno is not modified inside Curl_strerror()Yang Tse2008-09-121-33/+39
* also check for an 'unsigned int' for third argument of strerror_r()Yang Tse2008-09-121-3/+3
* improve detection of strerror_r()Yang Tse2008-09-121-40/+65
* change CRLF into LF line endingsYang Tse2008-09-122-70/+70
* ANSI C compatibility fixYang Tse2008-09-121-1/+2
* add some debug tracingYang Tse2008-09-121-1/+21
* improve detection of fdopen() and strerror_r()Yang Tse2008-09-123-112/+334
* do not check if gmtime_r usage is allowed when a previous check has failedYang Tse2008-09-111-1/+2
* strdup() clone for systems/configurations which lack itYang Tse2008-09-118-7/+208
* move inclusion of ares_private.h lastYang Tse2008-09-115-5/+5
* Checked in some code improvements and minor fixes that I discovered in theDan Fandrich2008-09-105-10/+15
* improve detection of strdup() and ftruncate()Yang Tse2008-09-102-2/+193
* improve detection of sigaction() and strtok_r()Yang Tse2008-09-102-4/+218
* icc adjustmentsYang Tse2008-09-102-10/+10
* improve detection of gmtime_r() and strtoll()Yang Tse2008-09-102-42/+276
* #170 is doneDan Fandrich2008-09-101-3/+0
* fix compiler warningYang Tse2008-09-101-1/+1
* Checked in some grammatical and minor other fixes in the documentation andDan Fandrich2008-09-107-122/+130
* Factored out Curl_isalnumDan Fandrich2008-09-091-20/+27
* Mike Revi discovered some swapped speed switches documented in the curl manDan Fandrich2008-09-093-4/+9
* icc adjustmentsYang Tse2008-09-094-14/+14
* Hammer home the fact that "multi interface" != "multi-threaded"Dan Fandrich2008-09-091-3/+9
* fix compiler warningYang Tse2008-09-084-8/+8
* Disable all tests on i686 icc autobuilds to inspect build messagesYang Tse2008-09-081-0/+5
* Select strict ANSI C89 conformance for iccYang Tse2008-09-082-0/+28
* Removed: 166 167Daniel Stenberg2008-09-081-7/+3
* Dmitry Kurochkin fixed pipelining over proxy using the multi interfaceDaniel Stenberg2008-09-083-7/+20
* - Stefan Krause pointed out that libcurl would wrongly send away cookies toDaniel Stenberg2008-09-083-8/+21
* comment < 80 columnsDaniel Stenberg2008-09-081-3/+3
* 171 - [PATCH] add some locking for thread-safety to NSS implementationDaniel Stenberg2008-09-081-1/+4
* SOCKS5_RESOLVE_LOCAL was just never added as an option!Daniel Stenberg2008-09-071-6/+0
* Added HTTP 1.0 downgrade tests with proxiesDan Fandrich2008-09-063-1/+163
* remove unnecessary typecasting of malloc()Yang Tse2008-09-0631-72/+68
* remove unnecessary typecasting of calloc()Yang Tse2008-09-0615-27/+25
* remove unnecessary typecasting of realloc()Yang Tse2008-09-0611-14/+14
* Only compile Curl_ssl_free_certinfo when SSL is enabledDan Fandrich2008-09-051-1/+1
* Improved the logic the decides whether to use HTTP 1.1 features or not in aDan Fandrich2008-09-0512-52/+80