Age | Commit message (Expand) | Author |
2005-03-17 | add new file | Daniel Stenberg |
2005-03-17 | its a start | Daniel Stenberg |
2005-03-17 | Added the --runtestsopts option to testcurl.pl to override the default | Dan Fandrich |
2005-03-16 | check for the HTTPS server in a manner similar to how we check for the HTTP | Daniel Stenberg |
2005-03-15 | test EPSV and PASV response handling when they get well-formated data back | Daniel Stenberg |
2005-03-15 | initial man page attempt for testcurl.pl | Daniel Stenberg |
2005-03-15 | Added lots of new command line options, made confsuffix get set based on | Daniel Stenberg |
2005-03-15 | Make nonexistent host names absolute so tests will pass on machines | Dan Fandrich |
2005-03-14 | show LDFLAGS too | Daniel Stenberg |
2005-03-12 | David Houlder added --form-string | Daniel Stenberg |
2005-03-11 | no more rewriting of the setup file | Daniel Stenberg |
2005-03-09 | skip the test of "2094 Nov 6" for now, since the 64bit time_t systems return | Daniel Stenberg |
2005-03-08 | Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP | Daniel Stenberg |
2005-03-07 | test 236: FTP resume upload but denied access to remote file | Daniel Stenberg |
2005-03-06 | added valgrind.pm to the dist | Daniel Stenberg |
2005-03-04 | Added test case 235 that makes a resumed upload of a file that isn't present | Daniel Stenberg |
2005-02-24 | Fixed some compiler warnings. Fixed a low incidence memory leak in the test ... | Dan Fandrich |
2005-02-22 | Curl_base64_decode() now returns an allocated buffer | Daniel Stenberg |
2005-02-19 | added test case 234 which is like 233 but uses --location-trusted instead so | Daniel Stenberg |
2005-02-18 | Ralph Mitchell reported a flaw when you used a proxy with auth, and you | Daniel Stenberg |
2005-02-10 | Moved out the valgrind report parser to valgrind.pm, to make it easier to | Daniel Stenberg |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2005-01-30 | Bugfixed the parser that scans the valgrind report outputs. I noticed that it | Daniel Stenberg |
2005-01-30 | properly mark tests as requiring feature 'SSL' | Daniel Stenberg |
2005-01-29 | when using valgrind, include a much longer stack trace | Daniel Stenberg |
2005-01-28 | adjusted to the moved unlock of the DNS entry | Daniel Stenberg |
2005-01-27 | test the EPRT/LPRT/PORT somewhat more | Daniel Stenberg |
2005-01-27 | Use the same work-around for the memdebug stuff as in the command line client, | Daniel Stenberg |
2005-01-27 | Make the debug build get the debug dump file path from the environment | Daniel Stenberg |
2005-01-27 | verify a part of the PORT line | Daniel Stenberg |
2005-01-26 | Make the server ignore the given PORT address, to make it possible to test | Daniel Stenberg |
2005-01-25 | Ian Ford asked about support for the FTP command ACCT, and I discovered it is | Daniel Stenberg |
2005-01-25 | A minor "syntax error" in numerous test files corrected | Daniel Stenberg |
2005-01-21 | FTP third transfer support overhaul. See CHANGES for details. | Daniel Stenberg |
2005-01-20 | Added support for "verify" => "stripfile" to strip contents of the file that | Daniel Stenberg |
2005-01-20 | Support file names passed to RETR that don't start with a number. In that | Daniel Stenberg |
2005-01-20 | Philippe Hameau found out that -Q "+[command]" didn't work, although some code | Daniel Stenberg |
2005-01-20 | add support for NOOP | Daniel Stenberg |
2005-01-19 | added test226 too | Daniel Stenberg |
2005-01-19 | Stephan Bergmann made libcurl return CURLE_URL_MALFORMAT if an FTP URL | Daniel Stenberg |
2005-01-17 | Add support for server 'ftp2' which is a second FTP server. Useful for 3rd | Daniel Stenberg |
2005-01-17 | support the new --id command line option, that allows a second (or third or | Daniel Stenberg |
2005-01-15 | output better error detection, like when ipv6 can't resolve | Daniel Stenberg |
2005-01-14 | verify the protocol too | Daniel Stenberg |
2005-01-07 | disable the valgrind log checking | Daniel Stenberg |
2005-01-07 | fixed the valgrind log check and make it possible to disable it for a specific | Daniel Stenberg |
2005-01-07 | added test 199 | Daniel Stenberg |
2004-12-21 | test enforced chunked encoding with PUT on a local file | Daniel Stenberg |
2004-12-21 | Added test case 217 that verified CURLINFO_HTTP_CONNECTCODE, and I made the | Daniel Stenberg |
2004-12-21 | set debug curl too when -c is used | Daniel Stenberg |