| Commit message (Expand) | Author | Age | Files | Lines |
* | started adding "keywords" for each test, to better allow us to sum up what | Daniel Stenberg | 2005-04-15 | 6 | -2/+49 |
* | Two new slowdown tests for better testing of the FTP response reader function | Daniel Stenberg | 2005-04-14 | 3 | -1/+104 |
* | make the ftp server support reply/servercmd, and make SLOWDOWN work, and | Daniel Stenberg | 2005-04-14 | 3 | -10/+19 |
* | fix port number | Daniel Stenberg | 2005-04-13 | 1 | -1/+1 |
* | requires OpenSSL, as our GnuTLS doesn't provide support for | Daniel Stenberg | 2005-04-12 | 1 | -0/+1 |
* | support tests that requires 'OpenSSL' specificly | Daniel Stenberg | 2005-04-12 | 1 | -2/+21 |
* | fixed the 304 response-with-content-length problem reported by Cory Nelson | Daniel Stenberg | 2005-04-08 | 2 | -1/+47 |
* | test time-conditioned FTP uploads | Daniel Stenberg | 2005-04-05 | 3 | -1/+88 |
* | Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actually | Daniel Stenberg | 2005-04-03 | 2 | -1/+87 |
* | Test 245 was just added in an attempt to repeat Hardeep Singh's recent bug. | Daniel Stenberg | 2005-04-03 | 2 | -1/+77 |
* | copyright this year | Daniel Stenberg | 2005-03-31 | 1 | -1/+1 |
* | Attempt to make this code more forgiving for systems that doesn't detect | Daniel Stenberg | 2005-03-31 | 1 | -4/+4 |
* | Updated the copyright year since changes have been this year. | Daniel Stenberg | 2005-03-31 | 3 | -3/+3 |
* | Made the server send data to the control/data connections using two dedicated | Daniel Stenberg | 2005-03-29 | 1 | -28/+56 |
* | Based on Augustus Saunders' comments and findings, the HTTP output auth | Daniel Stenberg | 2005-03-28 | 3 | -1/+190 |
* | modified some log outputs, added comment about auth required as used in | Daniel Stenberg | 2005-03-28 | 1 | -4/+14 |
* | can you spell copy and paste error for me loud and clear? ;-P | Daniel Stenberg | 2005-03-22 | 1 | -2/+2 |
* | provide HTML and PDF versions of the man pages in the dist archive | Daniel Stenberg | 2005-03-22 | 1 | -1/+17 |
* | Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM support | Daniel Stenberg | 2005-03-21 | 18 | -33/+27 |
* | format mistake | Daniel Stenberg | 2005-03-21 | 1 | -1/+1 |
* | some additional debug output | Daniel Stenberg | 2005-03-19 | 1 | -2/+5 |
* | Fixed spelling of --runtestopts | Dan Fandrich | 2005-03-18 | 1 | -3/+3 |
* | Netware builds don't use configure. | Dan Fandrich | 2005-03-18 | 1 | -1/+2 |
* | adjust to use plain 'make' even for cross-compiles if using configure- | Daniel Stenberg | 2005-03-18 | 1 | -2/+3 |
* | Change the bogus address used in test237 to be more reliable when run | Dan Fandrich | 2005-03-17 | 1 | -2/+5 |
* | added descriptions | Daniel Stenberg | 2005-03-17 | 1 | -22/+37 |
* | don't set TEST_F to blank when --runtestopts isn't used, as that will override | Daniel Stenberg | 2005-03-17 | 1 | -2/+6 |
* | support multiple error codes for a test case since some things just vary | Daniel Stenberg | 2005-03-17 | 3 | -7/+23 |
* | add new option | Daniel Stenberg | 2005-03-17 | 1 | -0/+3 |
* | add new file | Daniel Stenberg | 2005-03-17 | 1 | -1/+1 |
* | its a start | Daniel Stenberg | 2005-03-17 | 1 | -0/+75 |
* | Added the --runtestsopts option to testcurl.pl to override the default | Dan Fandrich | 2005-03-17 | 2 | -13/+17 |
* | check for the HTTPS server in a manner similar to how we check for the HTTP | Daniel Stenberg | 2005-03-16 | 1 | -9/+13 |
* | test EPSV and PASV response handling when they get well-formated data back | Daniel Stenberg | 2005-03-15 | 3 | -1/+68 |
* | initial man page attempt for testcurl.pl | Daniel Stenberg | 2005-03-15 | 3 | -5/+125 |
* | Added lots of new command line options, made confsuffix get set based on | Daniel Stenberg | 2005-03-15 | 1 | -50/+110 |
* | Make nonexistent host names absolute so tests will pass on machines | Dan Fandrich | 2005-03-15 | 2 | -2/+2 |
* | show LDFLAGS too | Daniel Stenberg | 2005-03-14 | 1 | -3/+4 |
* | David Houlder added --form-string | Daniel Stenberg | 2005-03-12 | 1 | -2/+10 |
* | no more rewriting of the setup file | Daniel Stenberg | 2005-03-11 | 1 | -1/+1 |
* | skip the test of "2094 Nov 6" for now, since the 64bit time_t systems return | Daniel Stenberg | 2005-03-09 | 2 | -2/+9 |
* | Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP | Daniel Stenberg | 2005-03-08 | 4 | -3/+65 |
* | test 236: FTP resume upload but denied access to remote file | Daniel Stenberg | 2005-03-07 | 2 | -1/+37 |
* | added valgrind.pm to the dist | Daniel Stenberg | 2005-03-06 | 1 | -3/+3 |
* | Added test case 235 that makes a resumed upload of a file that isn't present | Daniel Stenberg | 2005-03-04 | 2 | -1/+43 |
* | Fixed some compiler warnings. Fixed a low incidence memory leak in the test ... | Dan Fandrich | 2005-02-24 | 1 | -3/+6 |
* | Curl_base64_decode() now returns an allocated buffer | Daniel Stenberg | 2005-02-22 | 1 | -2/+5 |
* | added test case 234 which is like 233 but uses --location-trusted instead so | Daniel Stenberg | 2005-02-19 | 2 | -1/+83 |
* | Ralph Mitchell reported a flaw when you used a proxy with auth, and you | Daniel Stenberg | 2005-02-18 | 2 | -1/+82 |
* | Moved out the valgrind report parser to valgrind.pm, to make it easier to | Daniel Stenberg | 2005-02-10 | 2 | -49/+128 |