summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixed nasty cp warnings about not beeing able to preserve ownership.Gunter Knauf2007-06-281-2/+3
* Adjusted how libcurl treats HTTP 1.1 responses without content-lenth orDaniel Stenberg2007-06-251-1/+1
* Gerrit Bruchhäuser pointed out a warning that the Intel(R) Thread CheckerDaniel Stenberg2007-06-211-31/+37
* and fix another flaw in the singlecwd case when we get ftp://site.com/, alsoDaniel Stenberg2007-06-192-1/+57
* Test listing of root dir with the three ftp-methods. KNOWN_BUGS #44 make meDaniel Stenberg2007-06-185-1/+172
* Tom Regner added /usr/lib/misc to the path to scan for sftp to make theDaniel Stenberg2007-06-141-1/+1
* Wait longer for servers to start up since the ssh server needs to generateDan Fandrich2007-06-111-16/+17
* We do not use RSA keys in the test suite.Dan Fandrich2007-06-111-8/+3
* Fixed the test harness so that it actually kills the ssh being used asDan Fandrich2007-06-081-11/+9
* Improved compatibility with perl 5.0 on the 'open' calls.Dan Fandrich2007-06-081-5/+5
* Incorporated Daniel Black's test706 and test707 SOCKS test cases.Dan Fandrich2007-06-084-2/+121
* Improved compatibility with perl 5.0 on the 'open' calls.Dan Fandrich2007-06-081-16/+16
* Changed the opens to work on older versions of perl.Dan Fandrich2007-06-071-65/+63