summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test 1001 needs a small delay between client part execution and testYang Tse2008-04-182-0/+19
* fix compiler warning: enumerated type mixed with another typeYang Tse2008-04-171-2/+2
* Some trivial changesDan Fandrich2008-04-177-31/+39
* Added test case 555, a variation of 547 but using multi interface instead ofDaniel Stenberg2008-04-164-2/+286
* Removed 129 and 130 due to lack of response on those issuesDaniel Stenberg2008-04-161-6/+0
* allow disabling the typechecker by defining CURL_DISABLE_TYPECHECK, asMichal Marek2008-04-143-2/+8
* - Stefan Krause reported a case where the OpenSSL handshake phase wasn'tDaniel Stenberg2008-04-143-13/+24
* - Andre Guibert de Bruet fixed a second case of not checking the malloc()Daniel Stenberg2008-04-142-1/+6
* mention Sandor as contributorDaniel Stenberg2008-04-141-1/+1
* - Sandor Feldi reported bug #1942022Daniel Stenberg2008-04-142-1/+5
* - Brock Noland reported that curl behaved differently depending on which orderDaniel Stenberg2008-04-143-19/+23
* - Andre Guibert de Bruet found and fixed a case where malloc() was called butDaniel Stenberg2008-04-123-3/+14
* return 0 not -1 at end of data!Daniel Stenberg2008-04-121-1/+1
* Added test case 1025 to test a command-line cookie with Location: followingDan Fandrich2008-04-103-3/+108
* mention what happens to the data when a write callback returns pauseDaniel Stenberg2008-04-101-1/+4
* clarify the COOKIE option a bitDaniel Stenberg2008-04-101-0/+4
* Added test case 1024 to test a scenario similar to the one reportedDan Fandrich2008-04-104-3/+113
* "tag" the function referals properlyDaniel Stenberg2008-04-092-8/+8
* make previous compiler warning fix more portableYang Tse2008-04-071-4/+4
* fix compiler warning: argument is incompatible with corresponding format stri...Yang Tse2008-04-071-3/+3
* fix compiler warning: indirection to slightly different base typesYang Tse2008-04-071-6/+6
* fix compiler warning: local variable may be used without having been initializedYang Tse2008-04-071-1/+1
* Adapt OS400 SSL (qssl.h) to V5R4Patrick Monnerat2008-04-074-5/+16
* fix compiler warning: unreferenced formal parameterYang Tse2008-04-071-0/+2
* fix compiler warning: assignment within conditional expressionYang Tse2008-04-071-1/+1
* - Fix the MIT / Heimdal check for good:Michal Marek2008-04-075-14/+46
* - Alexey Simak fixed curl_easy_reset() to reset the max redirect limit properlyDaniel Stenberg2008-04-053-5/+8
* provide CURL_DEFAULT_PROXY_PORT set to 1080 for the default port libcurlDaniel Stenberg2008-04-052-12/+3
* - Based on the Debian bug report #474224 that complained about the FTP errorDaniel Stenberg2008-04-052-1/+13
* - Alexey Simak fixed the VC dsp file by adding the missing source fileDaniel Stenberg2008-04-042-0/+7
* Alexey Simak made adig support NAPTR recordsDaniel Stenberg2008-04-042-0/+38
* Eino Tuominen improved the code when a file is used to seed the randomizerDaniel Stenberg2008-04-042-5/+5
* Give a hint as to why a url_fopen failed.Dan Fandrich2008-04-041-3/+3
* SunSSH sshd ignores UsePrivilegeSeparation optionYang Tse2008-04-041-5/+4
* SunSSH 1.2 options syncYang Tse2008-04-041-1/+17
* oops, forgot to add test554Daniel Stenberg2008-04-041-1/+1
* Added test627 to test SFTP with CURLOPT_NOBODYDan Fandrich2008-04-043-1/+50
* - Setting CURLOPT_NOBODY to FALSE will now switch the HTTP request method toDaniel Stenberg2008-04-034-7/+14
* Scott Barrett added support for CURLOPT_NOBODY over SFTPDaniel Stenberg2008-04-034-4/+8
* Made sure that curl_global_init is called in all the multithreadedDan Fandrich2008-04-035-14/+33
* removed unused var.Gunter Knauf2008-04-021-1/+0
* removed double dependency.Gunter Knauf2008-04-021-1/+1
* 128 - Phil Blundell's ares and ipv6 fix (feedback lacking)Daniel Stenberg2008-04-011-4/+4
* Eetu contributed back in 2000...Daniel Stenberg2008-04-011-0/+1
* 132 - Xponaut's CURLFORM_STREAM option to curl_formadd()Daniel Stenberg2008-03-311-2/+0
* moved CURL_CA_BUNDLE define to generated config.h.Gunter Knauf2008-03-311-0/+8
* Removed the generated ca-bundle.h file. The verbatim value of $ca andMichal Marek2008-03-3113-80/+14
* expanded a comment around some of the new formpost callback usageDaniel Stenberg2008-03-311-3/+8
* - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg2008-03-3110-80/+342
* Changed the makefile so the doc/examples/ programs are never built in aDan Fandrich2008-03-316-7/+12