summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Test 206: Use a Content-Length header for the 407 responseFabian Keil2012-11-211-0/+2
* Test 206: Don't respond to a succesful CONNECT request with a bodyFabian Keil2012-11-211-1/+0
* Get test 2032 working when using valgrindFabian Keil2012-11-191-1/+1
* test2032: spurious failure caused by premature terminationKamil Dudka2012-11-191-2/+2
* Fix comment typos in test 517Fabian Keil2012-11-191-2/+2
* Test 92 and 194: normalize spaces in the Server headersFabian Keil2012-11-192-2/+2
* Add a HOSTIP precheck for tests 31 and 1105Fabian Keil2012-11-192-0/+6
* Let test 8 work as long as %HOSTIP ends with ".0.0.1"Fabian Keil2012-11-191-2/+5
* Add --resolve to the keywords and name of test 1318Fabian Keil2012-11-191-1/+2
* Add FTP keywords for a couple of currently keyword-less FTP testsFabian Keil2012-11-1921-0/+125
* Add keywords for a couple of currently keyword-less HTTP testsFabian Keil2012-11-1911-0/+70
* Use carriage returns in all headers in test 31Fabian Keil2012-11-191-19/+19
* Do not mix CRLF and LF header endings in a couple of HTTP testsFabian Keil2012-11-1916-112/+112
* fixed memory leak: CURLOPT_RESOLVE with multi interfaceDaniel Stenberg2012-11-184-2/+200
* mem-include-scan: verify memory #includesDaniel Stenberg2012-11-174-2/+122
* Fix the libauthretry changes from 7c0cbcf2f61Fabian Keil2012-11-161-3/+3
* fixed Visual Studio 2010 compilationSergei Nikulov2012-11-134-9/+11
* runtests: limit execessive logging/outputDaniel Stenberg2012-11-121-3/+12
* Fix compilation of lib1501Fabian Keil2012-11-081-1/+1
* test1413: verify redirects to URLs with fragmentsDaniel Stenberg2012-11-062-1/+74
* URL parser: cut off '#' fragments from URLs (better)Daniel Stenberg2012-11-061-1/+1
* test 2027/2030: take duplicate Digest requests into accountDaniel Stenberg2012-11-062-10/+46
* test1412: verify Digest with repeated URLsDaniel Stenberg2012-11-062-1/+118
* uniformly use AM_CPPFLAGS, avoid deprecated INCLUDESDave Reisner2012-11-063-39/+39
* libauthretry.c: shorten lines to fit within 80 colsDaniel Stenberg2012-11-061-6/+10
* test/README: mention the 1500 test number rangeDaniel Stenberg2012-11-041-1/+3
* FTP: prevent the multi interface from blockingDaniel Stenberg2012-11-047-6/+189
* test2006: Updated expected output to include hash nameDaniel Stenberg2012-09-181-1/+1
* metalink tests: Updated expected output to include hash nameMarc Hoersken2012-09-176-6/+6
* curl_multi_wait: Add parameter to return number of active socketsSara Golemon2012-09-161-1/+7
* libntlmconnect.c: Fixed typo and conversionMarc Hoersken2012-09-111-2/+2
* libntlmconnect.c: Fixed warning: curl_easy_getinfo expects long pointerMarc Hoersken2012-09-111-1/+8
* sws.c: Fixed warning: 'err' may be used uninitialized in this functionMarc Hoersken2012-09-111-1/+1
* libntlmconnect.c: Fixed warning: comparison of signed/unsigned integerMarc Hoersken2012-09-111-10/+16
* FILEFORMAT: the FTP commands work for more protocolsDaniel Stenberg2012-09-041-1/+1
* test1411: verify SMTP without SIZE supportDaniel Stenberg2012-09-042-1/+62
* ftpserver: respond with a 250 to SMTP EHLODaniel Stenberg2012-09-041-1/+1
* Unit test for curl_multi_wait()Sara Golemon2012-09-015-1/+139
* Use MAX_EASY_HANDLES instead of hardcoding the number of handles twiceJoe Mason2012-09-011-1/+1
* test2032: bail out after last transferDaniel Stenberg2012-08-312-20/+30
* NTLM: verify multiple connections workJoe Mason2012-08-315-2/+395
* verbose messages: fixed output of hostnames in re-used connectionsDaniel Stenberg2012-08-081-4/+4
* Fix some compiler warnings.Guenter Knauf2012-08-081-3/+3
* sws: close sockets properlyJoe Mason2012-08-072-6/+3
* Remove debug logs that were accidentally checked inJoe Mason2012-08-071-2/+0
* Use select in sws, which has better cross-platform support than pollJoe Mason2012-08-071-34/+47
* Use cross-platform curlx_nonblock instead of fcntl in swsJoe Mason2012-08-071-5/+4
* Fixed compiler warning - argument is type long.Guenter Knauf2012-08-061-1/+1
* DISABLED: disable the new tests that do NTLMDaniel Stenberg2012-08-061-0/+3
* Add tests of auth retriesJoe Mason2012-08-0313-3/+2345