summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* HTTP PUT a to a FTP URL with username+password - over HTTP proxyDaniel Stenberg2004-12-062-1/+62
* Bug report #1078066: when a chunked transfer was pre-maturely closed exactlyDaniel Stenberg2004-12-032-1/+58
* test 206 - HTTP proxy CONNECT auth DigestDaniel Stenberg2004-12-022-1/+82
* added comment about port number in CONNECT string being used as test numberDaniel Stenberg2004-12-021-0/+2
* Use "HAVE_SYS_TYPES_H".Gisle Vanem2004-12-011-1/+1
* make the "check" actually open all those file desciptors as well to make sureDaniel Stenberg2004-12-011-24/+25
* fixed test case errorsDaniel Stenberg2004-11-304-38/+18
* three new compress test casesDaniel Stenberg2004-11-304-1/+372
* Fixed the array comparison function even more, made the temporary files usedDaniel Stenberg2004-11-302-26/+9
* no longer use the MIME::Base64.pm package as it seems to not be standardDaniel Stenberg2004-11-302-1/+7
* added test 221 to test a broken gzip content downloadDaniel Stenberg2004-11-292-1/+63
* added test 220 - simple gzip auto decompressDaniel Stenberg2004-11-292-1/+61
* removed commentDaniel Stenberg2004-11-291-4/+0
* include setup.h firstDaniel Stenberg2004-11-291-0/+2
* zero terminate the buffer spitout() returns, as the sws.c code depends onDaniel Stenberg2004-11-291-3/+6
* make it possible for a test case to depend on the feature 'libz'Daniel Stenberg2004-11-292-2/+14
* Enable test cases to provide sections base64-encoded to be able to testDaniel Stenberg2004-11-297-26/+105
* utility to base encode data passed on stdinDaniel Stenberg2004-11-291-0/+9
* stricter newline policyDaniel Stenberg2004-11-2925-108/+108
* add more info to the stderr outputDaniel Stenberg2004-11-281-1/+6
* last-second-before-commit changes correctedDaniel Stenberg2004-11-261-2/+3
* FTP improvements:Daniel Stenberg2004-11-256-1/+173
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-249-42/+24
* oops, use the precheck too!Daniel Stenberg2004-11-231-1/+6
* introducing the client/precheck concept to allow test 518 to *only* run whenDaniel Stenberg2004-11-233-12/+49
* David Phillips fix for test 518 and my extension to make it not run onDaniel Stenberg2004-11-224-10/+90
* ifdef for portable "/dev/null".Gisle Vanem2004-11-191-2/+8
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-194-2/+99
* added test case 517: 22 tests of the curl_getdate() functionDaniel Stenberg2004-11-154-2/+100
* Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.Daniel Stenberg2004-11-116-2/+148
* Added --retry and --retry-delay first attempt with four related test cases.Daniel Stenberg2004-10-275-1/+196
* log client disconnectsDaniel Stenberg2004-10-271-0/+1
* Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on aDaniel Stenberg2004-10-252-1/+47
* just nicer output when this is seenDaniel Stenberg2004-10-251-1/+1
* the array sizes _can_ differ and the arrays can still match, since chompDaniel Stenberg2004-10-251-4/+0
* revert the charset fix as it broke the solaris tests (native iconv doesn'tDaniel Stenberg2004-10-191-1/+1
* CURLINFO_NUM_CONNECTS and moreDaniel Stenberg2004-10-193-1/+126
* bug 1049275 fixes test 165Daniel Stenberg2004-10-191-1/+1
* Eric Vergnaud pointed out that libcurl didn't treat ?-letters in the user nameDaniel Stenberg2004-10-142-1/+34
* use quotes to make gdb usage on this easierDaniel Stenberg2004-10-141-1/+1
* correctionDaniel Stenberg2004-10-121-3/+5
* attempt to make the configure output appear in the build log when it runsDaniel Stenberg2004-10-101-1/+1
* use curlx_strnequal() from the private lib sources instead of strncasecmp()Daniel Stenberg2004-10-072-7/+6
* test resume and redirectDaniel Stenberg2004-10-064-1/+139
* Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabledDaniel Stenberg2004-10-062-1/+11
* Made the dns entry remain locked while a connection to the host remains toDaniel Stenberg2004-10-041-24/+28
* removed trailing whitespaceDaniel Stenberg2004-10-031-2/+2
* - Based on Fedor Karpelevitch's formpost path basename patch, file parts inDaniel Stenberg2004-10-016-12/+12
* Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend onDaniel Stenberg2004-09-224-5/+5
* Location: problem with bad original URL, identified in bug report #1029478Daniel Stenberg2004-09-162-1/+68