summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* mention a couple of changes back from NovemberYang Tse2010-02-021-0/+7
* mention run time statistics optionsYang Tse2010-02-021-1/+5
* - Symbol CURL_FORMAT_OFF_T now obsoleted, will be removed in a future release,Yang Tse2010-02-023-1/+11
* avoid possibility of using obsoleted stuffYang Tse2010-02-029-5/+26
* remove setup.h inclusion which is already done from test.h inclusionYang Tse2010-02-025-5/+0
* mention SOCKS related problems in the curl(1) man pageKamil Dudka2010-02-021-0/+2
* Fix compiler warning: variable was set but never usedYang Tse2010-02-021-18/+12
* Julien Chaffraix pointed out a comment mistake, and I re-indented the codeDaniel Stenberg2010-02-021-6/+4
* include headersYang Tse2010-02-021-2/+14
* Conroy added a check to the coded message size since the docs stipulateYang Tse2010-02-011-3/+8
* Conroy's fix to make the code match with the RTP documentation regardingYang Tse2010-02-011-2/+2
* We introduce a loop in lib/multi.c around all calls to multi_runsingle() andDaniel Stenberg2010-02-015-40/+92
* update rtsp server header field from SWS to RTSPDYang Tse2010-02-015-19/+19
* Test suite support for RTSPYang Tse2010-02-018-10/+1720
* Make Curl_pop3_write() additionally truncate trailing POP3_EOB from receivedYang Tse2010-01-301-0/+1
* WIN32 fix, _beginthreadex() may return either 0 or -1L upon failureYang Tse2010-01-291-1/+5
* fix errno usage for WIN32 buildsYang Tse2010-01-291-4/+5
* fix printf-style format stringsYang Tse2010-01-291-7/+13
* Chris Conroy fixed test #568 issues with carriage returnsYang Tse2010-01-291-24/+24