summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Michal Marek made libcurl automatically append ";type=<a|i>" when using HTTPDaniel Stenberg2007-09-152-2/+2
* Replaced 127.0.0.1 with %HOSTIP where possibleDan Fandrich2007-09-14159-249/+249
* Extracting the CURLINFO_PRIVATE pointer makes no point since nothing setDaniel Stenberg2007-09-121-4/+2
* Daniel S (12 September 2007)Daniel Stenberg2007-09-114-2/+172
* Added test case 1007 to test permission problem when uploading with TFTPDan Fandrich2007-09-072-1/+40
* Minor updatesDan Fandrich2007-09-051-0/+2
* Added more accurate error code returns from SFTP operations. Added testDan Fandrich2007-08-302-1/+46
* Renamed several libcurl error codes and options to make them more generalDan Fandrich2007-08-303-3/+3
* Fixed a few compiler warnings. Try to do a slightly better job ofDan Fandrich2007-08-301-2/+2
* Mention that 'make test' does more than just run all the tests (suggestedDan Fandrich2007-08-281-2/+9
* Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointedDaniel Stenberg2007-08-242-1/+50
* Added test case 1005 to test excessively-long replies spread out overDan Fandrich2007-08-232-1/+49
* Allow ftp server alternate replies to contain backslash-escaped controlDan Fandrich2007-08-232-4/+4
* Need even more time to wait for an accept.Dan Fandrich2007-08-231-1/+1
* Added test1004 to validate a previous fix for a memory leak when anDan Fandrich2007-08-233-2/+58
* Bug report #1779054 (http://curl.haxx.se/bug/view.cgi?id=1779054) pointedDaniel Stenberg2007-08-222-1/+49
* added a size > buffer size check to make it easier to track this in theDaniel Stenberg2007-08-221-0/+6
* Upped the buffer size to 17000+ bytes to prepare for the upcoming test 1003Daniel Stenberg2007-08-221-8/+23
* Increase timeout for accept for improved reliability on loaded servers.Dan Fandrich2007-08-201-1/+1