summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a polling loop in main to read from more than one socket at once. Add the...Joe Mason2012-08-021-46/+147
* Change return values of get_request, accept_connection and service_connection...Joe Mason2012-08-021-25/+44
* Hoist the loop out of get_request, and make sure that it can be reentered whe...Joe Mason2012-08-021-35/+60
* Move blocks of code from the sws main loop into their own functions for easie...Joe Mason2012-08-021-103/+135
* Remove the --fork option of sws, since it makes refactoring to use poll more ...Joe Mason2012-08-023-56/+1
* http: print reason phrase from HTTP status line on errorKamil Dudka2012-07-221-1/+4
* test Makefile: only feature 'unit' once in the list of dirsDaniel Stenberg2012-07-201-2/+7
* Fixed CR issue with Win32 version on MSYS.Guenter Knauf2012-07-201-1/+2
* Fixed CR issue with Win32 version on MSYS.Guenter Knauf2012-07-201-1/+1
* Fixed MSYS <-> Windows path convertion.Guenter Knauf2012-07-201-38/+4
* Follow-up fix to detect SSL libs with MinGW.Guenter Knauf2012-07-191-4/+4
* Trial to teach runtests.pl about WinSSL.Guenter Knauf2012-07-171-0/+10
* Fixed warning 'uninitialized value in numeric gt'.Guenter Knauf2012-07-171-1/+1
* tests: verify the stricter numeric option parserDaniel Stenberg2012-07-123-1/+61
* SWS: use of uninitialized memory fixDaniel Stenberg2012-07-121-0/+3