summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* make this test disabled properly when built with yasslDaniel Stenberg2008-02-131-1/+4
* verifyserver() actually returns the pid of the unsecure http and ftp serversYang Tse2008-02-131-2/+2
* On heavily loaded systems any test server start up can take longer than theYang Tse2008-02-121-21/+31
* fix grammatical issuesYang Tse2008-02-121-6/+4
* shell startup scripts and possible influence in scp/sftp/socks testsYang Tse2008-02-111-0/+13
* Disable test due to keyword before disabling due to bad server.Dan Fandrich2008-02-111-4/+4
* Additional SunSSH 1.1 ssh server optionsYang Tse2008-02-111-0/+16
* Verify only once test harness sftp server connectivity and functionality.Yang Tse2008-02-101-4/+9
* Fixed some XML parsing problems.Dan Fandrich2008-02-094-15/+17
* Added key words to all SSL-using tests so they can be skipped if necessary.Dan Fandrich2008-02-0914-11/+96
* Fixed test to use HTTPS as documented.Dan Fandrich2008-02-091-4/+12
* Missed checking in these test data files.Dan Fandrich2008-02-082-0/+74
* Get rid of sftp subsystem additional parameters, they aren't widely supportedYang Tse2008-02-081-1/+1
* To verify that the sftp server is actually running, responsive and thatYang Tse2008-02-084-11/+170
* Added tests 1022 and 1023 to validate output of curl-config --version andDan Fandrich2008-02-084-4/+50
* Don't try to compare more than strlen charsYang Tse2008-02-061-1/+1
* Use a long int data type to handle getpid() resultYang Tse2008-02-063-8/+15
* Fix buffer size specification.Yang Tse2008-02-051-6/+14
* Minor variable type cleanups.Yang Tse2008-02-051-16/+20
* proper initialization of httprequest, no longer zeroing out twiceYang Tse2008-02-051-21/+24
* When possible, use additional config options for test harness ssh server,Yang Tse2008-01-311-2/+20
* - Niklas Angebrand made the cookie support in libcurl properly deal with theDaniel Stenberg2008-01-312-1/+5
* add verbose output to test 509 for easier debuggingDaniel Stenberg2008-01-291-0/+2
* - Michal Marek fixed minor mistake in test case 553 that prevented it fromDaniel Stenberg2008-01-291-1/+1
* Dont rely on PAMAuthenticationViaKbdInt default being 'no'Yang Tse2008-01-271-0/+4