summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* added test 183 to verify that we properly send good Host: headers whenDaniel Stenberg2004-08-242-1/+49
* verify that transferring a zero byte FTP file results in a zero byte localDaniel Stenberg2004-08-232-1/+36
* Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs andDaniel Stenberg2004-08-233-1/+118
* Roland Krikava's cookies over proxy fix.Daniel Stenberg2004-08-162-1/+47
* test downloading from a server claiming negative content-lengthDaniel Stenberg2004-07-162-1/+43
* NOBODY set TRUE after a POST makes a good HEAD nowDaniel Stenberg2004-06-302-1/+50
* extended to include a cookie with 4998 bytes of contentDaniel Stenberg2004-06-221-0/+2
* added test case 513Daniel Stenberg2004-06-212-1/+42
* test 177 HTTP POST with --digest that gets a 302 responseDaniel Stenberg2004-06-192-1/+40
* test 176, use --ntlm and POST when the server doesn't require any authDaniel Stenberg2004-06-152-1/+77
* added test case 175, use HTTP POST and DIGEST set but the server requires noDaniel Stenberg2004-06-152-1/+72
* added test 174, HTTP POST --anyauth to server without auth requirements.Daniel Stenberg2004-06-142-1/+72
* test 173 added: HTTP RFC1867-formpost a file from stdin with "faked" filenameDaniel Stenberg2004-06-042-1/+72
* corrected to use the proxy user name for proxy auth, as was just bugfixed!Daniel Stenberg2004-06-031-2/+2
* initial support for "uploading" to file:// URLsDaniel Stenberg2004-05-253-1/+62
* better nameDaniel Stenberg2004-05-241-1/+1
* Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE couldDaniel Stenberg2004-05-243-2/+50
* While talking to host a.b.c, libcurl did wrongly not accept cookies that wereDaniel Stenberg2004-05-212-1/+48
* NTLM requires SSLDaniel Stenberg2004-05-191-0/+3
* added test 170Daniel Stenberg2004-05-191-1/+1
* David Byron's test case with -F that used to crashDaniel Stenberg2004-05-191-0/+36
* General HTTP authentication cleanup and fixesDaniel Stenberg2004-05-0410-26/+278
* improved the name of the testDaniel Stenberg2004-05-031-1/+1
* added test 166, formpost with white space in file nameDaniel Stenberg2004-04-302-1/+53
* Introducing IDN host name testing. Test case 165 requires an IDN-capableDaniel Stenberg2004-04-292-1/+48
* ignore cnonce lines too as they are based on the current time and will differDaniel Stenberg2004-04-291-0/+1
* test 512 does some basic curl_easy_duphandle() testingDaniel Stenberg2004-04-292-1/+46
* updated to work with the new Digest codeDaniel Stenberg2004-04-291-1/+1
* Removed the FTPS test cases, they only annoy us as they don't work for anyoneDaniel Stenberg2004-04-264-144/+0
* test164 HTTP range with multiple rangesDaniel Stenberg2004-04-242-1/+60
* minor format fixDaniel Stenberg2004-04-231-1/+1
* added test 163 - a simple test case that use -F field<file, to verify thatDaniel Stenberg2004-04-232-1/+72
* require SSL as otherwise NTLM doesn't work!Daniel Stenberg2004-04-231-0/+4
* - David Byron found and fixed a small bug with the --fail and authenticationDaniel Stenberg2004-04-222-1/+46
* If only a partial file was transfered, we consider that a fatal problem soDaniel Stenberg2004-04-222-1/+40
* test160 - for a more controlled testing of the case where libcurl startsDaniel Stenberg2004-04-202-1/+68
* make the first response get a "connection: close" header as that is howDaniel Stenberg2004-04-201-0/+2
* Make the server include "Connection: close" in the headers of the repliesDaniel Stenberg2004-04-192-0/+8
* removed the fixed dir depth limit in the FTP codeDaniel Stenberg2004-04-151-5/+158
* Added test case 511 in an attempt to repeat bug report #934666 "storage leakDaniel Stenberg2004-04-142-1/+36
* added test 159, use --ntlm together with -0Daniel Stenberg2004-04-072-1/+83
* getting only a 100 Continue response and nothing else, when talking HTTP,Daniel Stenberg2004-04-072-22/+69
* require ssl since ntlm needs itDaniel Stenberg2004-04-061-0/+4
* New authentication code added, particularly noticable when doing POST or PUTDaniel Stenberg2004-04-065-3/+322
* test 153 tests Digest authorization and stale=true stuffDaniel Stenberg2004-03-312-1/+122
* Fixed how the user name is extracted from http_proxy environment variableDaniel Stenberg2004-03-311-1/+1
* David Byron's new test cases for the --fail and auth stuff.Daniel Stenberg2004-03-304-1/+166
* Enabled 'NT responses' in the NTLM type-3 message.Daniel Stenberg2004-03-227-9/+9
* issue 12 fixDaniel Stenberg2004-03-056-0/+11
* added test 99, very basic initial large file testDaniel Stenberg2004-03-012-1/+49