summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove stupid comment since there's no content in this test caseDaniel Stenberg2007-08-171-2/+0
* Robson Braga Araujo filed bug report #1776235Daniel Stenberg2007-08-172-1/+45
* some keywords for future stats/coverage checksDaniel Stenberg2007-08-172-1/+19
* Moved the 5320 and 5322 into the 1000-series instead which is a documentedDaniel Stenberg2007-08-173-13/+13
* Song Ma provided a patch that cures a problem libcurl has when doing resumeDaniel Stenberg2007-08-173-1/+201
* Removed redundant dependency linesDan Fandrich2007-08-131-69/+2
* There's no need to ignore the User-Agent for this test.Dan Fandrich2007-08-091-3/+1
* Fixed some icc compiler warnings.Dan Fandrich2007-08-071-5/+5
* Dmitriy Sergeyev reported a regression: resumed file:// transfers brokeDaniel Stenberg2007-08-022-1/+34
* Implemented only the parts of Patrick Monnerat's OS/400 patch that renamedDan Fandrich2007-07-231-14/+7
* Log the "<CMD> wasn't handled" error normally since it is now expectedDan Fandrich2007-07-231-1/+1
* Added test case 354 that makes a simple FTP retrieval without password, whichDaniel Stenberg2007-07-222-1/+51
* test and verify curl -I on a single FTP file somewhat more than beforeDaniel Stenberg2007-07-211-0/+5
* To allow more flexibility in FTP test cases, I've removed the enforced statesDaniel Stenberg2007-07-211-59/+12
* Revert the 512 change since newer versions of OpenSSH don't support DSADan Fandrich2007-07-191-2/+2
* Use 512 bit keys to reduce the time taken to generate them. This shouldn'tDan Fandrich2007-07-181-2/+2
* Fixed test cases 613 and 614 by improving the log postprocessor to handleDan Fandrich2007-07-171-4/+14
* make it do all three requests on the same connectionDaniel Stenberg2007-07-161-0/+2
* convert test case 540 to use a custom Host: header as wellDaniel Stenberg2007-07-152-9/+26
* let's just export the whole argc + argv pair globally so that each test toolDaniel Stenberg2007-07-152-0/+11
* Added test case 540 and lib540.c, the 'proxyauth.c' test app posted by ShmulikDaniel Stenberg2007-07-144-2/+211
* add support for arg3 as the third argument...Daniel Stenberg2007-07-142-0/+5