summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* add some better logging when HTTP server start fails, and make the failureDaniel Stenberg2007-07-141-4/+8
* start the retry delay at 10 ms, double it for every failed attempt which makesDaniel Stenberg2007-07-121-2/+4
* the timeout was probably too short with max = 1 sec, so lets test with 5 sec.Gunter Knauf2007-07-121-1/+1
* added time loop to sockfilt.c in order to wait for SO_REUSEADDR;Gunter Knauf2007-07-123-4/+45
* Added a code coverage section using gcc and gcov.Dan Fandrich2007-07-101-1/+19
* Force the time zone to GMT in the cookie tests in case the user isDan Fandrich2007-07-105-0/+30
* The previous commits changed the error codeJames Housley2007-07-101-1/+1
* Fixed a curl memory leak reported by Song Ma with a modified versionDan Fandrich2007-07-102-1/+31
* Add -a when running torture tests now that it's supported.Dan Fandrich2007-07-051-2/+2
* revert previous patch since it turned out that older cp dont know this switch...Gunter Knauf2007-06-281-3/+3
* Using fdopen() is a more correct way to implement the CURLOPT_NEW_FILE_PREMSJames Housley2007-06-281-1/+1