summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added test case 546 to check that subsequent FTP transfers work after aDan Fandrich2007-10-292-1/+71
* Fixed the 2000-series tests so that the downloaded data is actually checkedDan Fandrich2007-10-276-45/+184
* Made the magic testnumber > 10000 support actually workDan Fandrich2007-10-271-9/+9
* Fixed the test case to create only a single test file, which is all theDan Fandrich2007-10-261-13/+5
* Check that all servers in the <server> section are supported, not justDan Fandrich2007-10-261-6/+8
* Detect, log and avoid storing a request with a negative size.Yang Tse2007-10-261-0/+5
* Disable valgrind for this test to avoid the rlimit = soft rlimit problemDan Fandrich2007-10-251-0/+3
* Added test case 2004.Dan Fandrich2007-10-253-1/+68
* Allow test server to handle binary POSTs.Patrick Monnerat2007-10-257-9/+120
* When valgrind is disabled in the test file, don't run it at all (as opposedDan Fandrich2007-10-251-5/+4
* Don't show valgrind log files of other testsYang Tse2007-10-251-0/+3
* Michal Marek fixed the test script to be able to use valgrind even when theDaniel Stenberg2007-10-251-5/+3
* Fixed a TFTP memory leak. Enabled test 2003 to verify this.Daniel Stenberg2007-10-251-1/+0
* Fixed the test TFTP server to support the >10000 test number notationDan Fandrich2007-10-245-5/+219
* enable 2000 and 2001Daniel Stenberg2007-10-241-2/+1
* Added test cases 2000 and 2001 which test multiple protocols using theDan Fandrich2007-10-246-5/+152
* Fixed the test FTP server to support the >10000 test number notationDan Fandrich2007-10-241-3/+18
* Close log/server.input ASAP to avoid lengthy file lock on cygwinPatrick Monnerat2007-10-241-16/+17
* Read callback should return 0 when no more data leftYang Tse2007-10-231-1/+1
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-7/+0
* Fixed a couple of typos that messed up the tests.Dan Fandrich2007-10-122-1/+2
* Added some <keywords> sections and use some key words more consistently.Dan Fandrich2007-10-1230-16/+179
* Fixed the -l option of runtests.plDan Fandrich2007-10-112-16/+35
* also log error message stringYang Tse2007-10-091-2/+4
* logmsg already appends '\n'Yang Tse2007-10-091-3/+3
* I enabled test 1009 and made the --local-port use a wide range to reduce theDaniel Stenberg2007-10-042-3/+4
* Kim Rinnewitz reported that --local-port didn't work with TFTP transfers.Daniel Stenberg2007-10-043-3/+45
* On error, close "log/server.response"Yang Tse2007-10-041-1/+2
* If TCP_NODELAY is not defined we can't disable the Nagle algorithmYang Tse2007-10-031-3/+4
* Renamed a couple of global variables to avoid shadowing warningsYang Tse2007-10-0213-32/+32
* known bug #46: chunked-encoded CONNECT responses from a http proxy now works.Daniel Stenberg2007-10-022-1/+114
* Disable the Nagle algorithm and send back responses in small chunks in anDaniel Stenberg2007-10-021-2/+25
* Added test536 that was accidentally missing. I also wrote up a new makefileDaniel Stenberg2007-09-301-1/+16
* Alex Fishman reported a curl_easy_escape() problem that was made theDaniel Stenberg2007-09-304-2/+71
* Fix missing right parenthesisYang Tse2007-09-302-2/+2
* Fix comparison between signed and unsignedYang Tse2007-09-302-2/+4
* Removed cut-and-paste cruft leading to fclose() of an unopened fileDan Fandrich2007-09-271-3/+0
* Enabled a few more gcc warnings with --enable-debug. Renamed a fewDan Fandrich2007-09-273-18/+18
* Philip Langdale provided the new CURLOPT_POST301 option forDaniel Stenberg2007-09-263-1/+156
* Max Katsev reported that when doing a libcurl FTP request withDaniel Stenberg2007-09-263-1/+134
* Immanuel Gregoire fixed KNOWN_BUGS #44: --ftp-method nocwd did not handleDaniel Stenberg2007-09-243-2/+58
* Added variable substitution to the <verify><file> section.Dan Fandrich2007-09-207-86/+132
* Use double quotes in command lines for consistency.Dan Fandrich2007-09-1812-12/+12
* IPv6 is a required feature for these two tests, even if it's not obvious.Dan Fandrich2007-09-182-0/+8
* Fixed the required server entryDan Fandrich2007-09-171-4/+1
* Changed some FTP tests to validate the format of the PORT and EPRT commandsDan Fandrich2007-09-1718-73/+67
* Added %CLIENTIP and %CLIENT6IP data file substitution variables.Dan Fandrich2007-09-172-19/+59
* Allow setting the IP address on which to listen for connections.Dan Fandrich2007-09-172-3/+14
* Make the ftp server connect to the address given by curl in the PORT/EPRTDan Fandrich2007-09-172-6/+26
* Made the directory postprocessor more forgiving of input directory formatDan Fandrich2007-09-173-21/+28