aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2005-03-15test EPSV and PASV response handling when they get well-formated data backDaniel Stenberg
2005-03-15initial man page attempt for testcurl.plDaniel Stenberg
2005-03-15Added lots of new command line options, made confsuffix get set based onDaniel Stenberg
2005-03-15Make nonexistent host names absolute so tests will pass on machinesDan Fandrich
2005-03-14show LDFLAGS tooDaniel Stenberg
2005-03-12David Houlder added --form-stringDaniel Stenberg
2005-03-11no more rewriting of the setup fileDaniel Stenberg
2005-03-09skip the test of "2094 Nov 6" for now, since the 64bit time_t systems returnDaniel Stenberg
2005-03-08Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTPDaniel Stenberg
2005-03-07test 236: FTP resume upload but denied access to remote fileDaniel Stenberg
2005-03-06added valgrind.pm to the distDaniel Stenberg
2005-03-04Added test case 235 that makes a resumed upload of a file that isn't presentDaniel Stenberg
2005-02-24Fixed some compiler warnings. Fixed a low incidence memory leak in the test ...Dan Fandrich
2005-02-22Curl_base64_decode() now returns an allocated bufferDaniel Stenberg
2005-02-19added test case 234 which is like 233 but uses --location-trusted instead soDaniel Stenberg
2005-02-18Ralph Mitchell reported a flaw when you used a proxy with auth, and youDaniel Stenberg
2005-02-10Moved out the valgrind report parser to valgrind.pm, to make it easier toDaniel Stenberg
2005-02-09FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg
2005-01-30Bugfixed the parser that scans the valgrind report outputs. I noticed that itDaniel Stenberg
2005-01-30properly mark tests as requiring feature 'SSL'Daniel Stenberg
2005-01-29when using valgrind, include a much longer stack traceDaniel Stenberg
2005-01-28adjusted to the moved unlock of the DNS entryDaniel Stenberg
2005-01-27test the EPRT/LPRT/PORT somewhat moreDaniel Stenberg
2005-01-27Use the same work-around for the memdebug stuff as in the command line client,Daniel Stenberg
2005-01-27Make the debug build get the debug dump file path from the environmentDaniel Stenberg
2005-01-27verify a part of the PORT lineDaniel Stenberg
2005-01-26Make the server ignore the given PORT address, to make it possible to testDaniel Stenberg
2005-01-25Ian Ford asked about support for the FTP command ACCT, and I discovered it isDaniel Stenberg
2005-01-25A minor "syntax error" in numerous test files correctedDaniel Stenberg
2005-01-21FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg
2005-01-20Added support for "verify" => "stripfile" to strip contents of the file thatDaniel Stenberg
2005-01-20Support file names passed to RETR that don't start with a number. In thatDaniel Stenberg
2005-01-20Philippe Hameau found out that -Q "+[command]" didn't work, although some codeDaniel Stenberg
2005-01-20add support for NOOPDaniel Stenberg
2005-01-19added test226 tooDaniel Stenberg
2005-01-19Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URLDaniel Stenberg
2005-01-17Add support for server 'ftp2' which is a second FTP server. Useful for 3rdDaniel Stenberg
2005-01-17support the new --id command line option, that allows a second (or third orDaniel Stenberg
2005-01-15output better error detection, like when ipv6 can't resolveDaniel Stenberg
2005-01-14verify the protocol tooDaniel Stenberg
2005-01-07disable the valgrind log checkingDaniel Stenberg
2005-01-07fixed the valgrind log check and make it possible to disable it for a specificDaniel Stenberg
2005-01-07added test 199Daniel Stenberg
2004-12-21test enforced chunked encoding with PUT on a local fileDaniel Stenberg
2004-12-21Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made theDaniel Stenberg
2004-12-21set debug curl too when -c is usedDaniel Stenberg
2004-12-17duplicate ! typoDaniel Stenberg
2004-12-16fix skip-reasonDaniel Stenberg
2004-12-16two more ftp directory re-use tests addedDaniel Stenberg
2004-12-16Provide better reasons for why test cases are skipped. Also, don't show theDaniel Stenberg