summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* test48: verify that HEAD doesn't close extraDaniel Stenberg2012-07-121-2/+9
* connection-monitor: always log disconnect when enabledDaniel Stenberg2012-07-124-7/+5
* test231: fix wrong -C use!Daniel Stenberg2012-07-101-1/+1
* test 46: use different path lengths to get reliable sort orderDaniel Stenberg2012-07-091-4/+4
* tests: use connection-monitor and verify resultsDaniel Stenberg2012-07-053-0/+7
* sws: support <servercmd> for CONNECT requestsDaniel Stenberg2012-07-051-94/+106
* FILEFORMAT: provided a full description of connection-monitorDaniel Stenberg2012-07-051-1/+9
* lib503: enable verbose to ease debugging thisDaniel Stenberg2012-07-051-1/+2
* sws: add 'connection-monitor' command supportDaniel Stenberg2012-07-053-4/+21
* cookies: change the URL in the cookie jar file headerDaniel Stenberg2012-07-039-10/+10
* testcurl.pl: fix missing semicolonNeil Bowers2012-07-021-1/+1
* testcurl.pl: allow non in-tree c-ares enabled autobuildYang Tse2012-07-021-2/+9