summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fix minor memory leak triggered upon test failureYang Tse2008-04-221-1/+5
* Remove fflush() + fsync() previously introduced accelerated writing ofYang Tse2008-04-222-36/+3
* Remove previously introduced small delay to verify if it can be avoidedYang Tse2008-04-221-3/+0
* Ignore the result of the postcheck command in torture modeDan Fandrich2008-04-211-2/+4
* Make the test work with nroffs that use special escaping for bold output.Dan Fandrich2008-04-211-1/+1
* accelerate the writing of server input and response request filesYang Tse2008-04-201-8/+62
* Added test cases 1026 and 1027 to do some rudimentary tests on the --manualDan Fandrich2008-04-183-1/+79
* test 1001 needs a small delay between client part execution and testYang Tse2008-04-181-1/+1
* test 1001 needs a small delay between client part execution and testYang Tse2008-04-182-0/+19
* fix compiler warning: enumerated type mixed with another typeYang Tse2008-04-171-2/+2
* Added test case 555, a variation of 547 but using multi interface instead ofDaniel Stenberg2008-04-164-2/+286
* Added test case 1025 to test a command-line cookie with Location: followingDan Fandrich2008-04-102-1/+106
* Added test case 1024 to test a scenario similar to the one reportedDan Fandrich2008-04-103-3/+108
* fix compiler warning: argument is incompatible with corresponding format stri...Yang Tse2008-04-071-3/+3
* SunSSH sshd ignores UsePrivilegeSeparation optionYang Tse2008-04-041-5/+4
* SunSSH 1.2 options syncYang Tse2008-04-041-1/+17
* oops, forgot to add test554Daniel Stenberg2008-04-041-1/+1
* Added test627 to test SFTP with CURLOPT_NOBODYDan Fandrich2008-04-042-1/+47
* - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg2008-03-313-1/+201
* Made the test work on perl 5.00Dan Fandrich2008-03-281-1/+1
* - Fixed the problem with doing a zero byte SCP transfer, verified with testDaniel Stenberg2008-03-221-1/+1
* added --extvercmd parameter which can be used to specify an external command ...Gunter Knauf2008-03-201-11/+11
* Fixed an infinite loop when given an invalid SFTP quote command.Dan Fandrich2008-03-182-4/+3
* Added test 626 to reproduce an infinite loop when given an invalidDan Fandrich2008-03-183-1/+44
* Spell the commands rightDan Fandrich2008-03-151-1/+1
* Added tests 622-625 to test SFTP/SCP uploads. Test 625 was an attempt toDan Fandrich2008-03-136-20/+209
* updated according to the name resolve race condition fix just committedDaniel Stenberg2008-03-111-33/+29
* Added tests 618-621 to test SFTP/SCP transfers of more than one fileDan Fandrich2008-03-105-1/+156
* fixed typoMichal Marek2008-03-101-1/+1
* Added tests 616 and 617 to see how SFTP and SCP cope with zero-lengthDan Fandrich2008-03-064-2/+80
* Fixed the test harness so it will write out zero-length data files.Dan Fandrich2008-03-062-7/+5
* fix log message used when unable to connect to destination portYang Tse2008-03-051-1/+1
* signal handling to properly cleanup on SIGINT and SIGTERMYang Tse2008-02-281-24/+172
* when terminating do it falling through cleanup codeYang Tse2008-02-281-13/+24
* avoid inclusion of setup.h in util.hYang Tse2008-02-282-5/+4
* header inclusion cleanupYang Tse2008-02-288-57/+17
* make comment more preciseYang Tse2008-02-271-2/+2
* Michal Marek's cleanup of how curl_easy_setopt() is used in examples andDaniel Stenberg2008-02-272-6/+6
* trial to fix the HP-UX breakage...Gunter Knauf2008-02-261-1/+1
* all reads from stdin and writes to stdout will be retried until theYang Tse2008-02-261-89/+206
* refactor some code out to write_pidfile() in util.cYang Tse2008-02-265-52/+32
* Revert sockfilt.c back to revision 1.42Yang Tse2008-02-221-19/+5
* Avoid timeout restart when signal caught while awaiting socket and stdin eventsYang Tse2008-02-201-5/+19
* - Fixed test case 405 to not fail when libcurl is built with GnuTLSDaniel Stenberg2008-02-201-2/+5
* made the non-matching error code output nicer since we know it is a numberDaniel Stenberg2008-02-201-1/+1
* - We no longer support setting the CURLOPT_URL option from inside a callbackDaniel Stenberg2008-02-204-419/+2
* Added test309 to test HTTP redirect to HTTPS URLDan Fandrich2008-02-192-1/+87
* juggle() actually returns bool.Yang Tse2008-02-191-11/+5
* Reduce to 20 seconds the time allowed to set SO_REUSEADDR option on sockfilt ...Yang Tse2008-02-183-72/+113
* sockfilt will quit when orphanedYang Tse2008-02-171-0/+7