summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* NOBODY set TRUE after a POST makes a good HEAD nowDaniel Stenberg2004-06-304-2/+98
* fixed argument parsing; added --setup option.Gunter Knauf2004-06-291-16/+19
* extended to include a cookie with 4998 bytes of contentDaniel Stenberg2004-06-221-0/+2
* added new --target option for autobuilding other targets than GNU-like.Gunter Knauf2004-06-221-30/+69
* retry to read the sent request a few times if it doesn't exist the first timeDaniel Stenberg2004-06-221-2/+16
* modified some logging outputDaniel Stenberg2004-06-221-5/+8
* added test case 513Daniel Stenberg2004-06-214-2/+94
* when the client disconnects prematurely, dump the request as received thusDaniel Stenberg2004-06-211-0/+4
* test 177 HTTP POST with --digest that gets a 302 responseDaniel Stenberg2004-06-192-1/+40
* new daring features, not used by any current testDaniel Stenberg2004-06-172-3/+30
* skip the pid from the loggingDaniel Stenberg2004-06-152-4/+3
* 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
* refuse running the torture tests without a debug buildDaniel Stenberg2004-06-141-0/+4
* test 173 added: HTTP RFC1867-formpost a file from stdin with "faked" filenameDaniel Stenberg2004-06-042-1/+72
* the test targets won't invoke the test suite if curl is built cross-compiled.Daniel Stenberg2004-06-031-4/+16
* corrected to use the proxy user name for proxy auth, as was just bugfixed!Daniel Stenberg2004-06-031-2/+2
* delete trailing whitespaceDaniel Stenberg2004-05-281-30/+30
* 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
* just code formatting and killed whitespaceDaniel Stenberg2004-05-191-34/+34
* 'make test-torture' in the root now runs a full torture testDaniel Stenberg2004-05-171-0/+3
* removed debug output and trailing whitespaceDaniel Stenberg2004-05-171-21/+20
* grrr, fix the check again if no ftp server at all is runningDaniel Stenberg2004-05-171-2/+2
* When waiting for the second connect, we now use alarm to timeout the waiting.Daniel Stenberg2004-05-171-5/+24
* improved the check for our own ftp serverDaniel Stenberg2004-05-171-19/+28
* modified to not leak memory if a libcurl function returns failure, for betterDaniel Stenberg2004-05-172-28/+41
* make it not leak memory when it returns prematurelyDaniel Stenberg2004-05-171-5/+9
* clean up properly on failure to enable easier libcurl leak detectionDaniel Stenberg2004-05-145-51/+65
* enable memory debugging the same way the curl command line tool already doesDaniel Stenberg2004-05-142-3/+17
* made 'runtests.pl -t' run over all the tests just like other command linesDaniel Stenberg2004-05-131-7/+22
* revert the accidentally added use of straceDaniel Stenberg2004-05-111-1/+1
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+2
* James Bursa's adjustments to make the -t option work for any test case.Daniel Stenberg2004-05-101-100/+79
* don't use -i when checking for our own serverDaniel Stenberg2004-05-101-1/+1
* James Bursa's fix to make this deal with malloc(0) as OK to free()Daniel Stenberg2004-05-071-1/+1
* simplied the creation of new urlsDaniel Stenberg2004-05-061-13/+7
* %ld for longDaniel Stenberg2004-05-061-1/+1
* int/long fixDaniel Stenberg2004-05-061-1/+1
* printf %s with plain 'char *', not unsigned ones to silence icc's pickyDaniel Stenberg2004-05-061-2/+2
* fixed typoDaniel Stenberg2004-05-051-1/+1
* Temporary disable the logic that runs gdb on a core dump, as it can't blindlyDaniel Stenberg2004-05-051-1/+1
* added a third URL to the torture testing, this one also hangs at some pointDaniel Stenberg2004-05-051-1/+2
* General HTTP authentication cleanup and fixesDaniel Stenberg2004-05-0410-26/+278