Age | Commit message (Expand) | Author |
2005-06-22 | David Shaw's fix that unifies proxy string treatment so that a proxy given | Daniel Stenberg |
2005-06-03 | Andres Garcia's text mode fix for the 'data' part | Daniel Stenberg |
2005-05-31 | Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6 | Daniel Stenberg |
2005-05-31 | added keywords | Daniel Stenberg |
2005-05-29 | Eric Cooper reported about a problem with HTTP servers that responds with | Daniel Stenberg |
2005-05-24 | Andres Garcia's mode=text patch to make these do fine on Windows | Daniel Stenberg |
2005-05-24 | add test case 261, response code 226 to TYPE | Daniel Stenberg |
2005-05-21 | added keywords | Daniel Stenberg |
2005-05-20 | keywords added | Daniel Stenberg |
2005-05-20 | shorter name | Daniel Stenberg |
2005-05-20 | Add support for text mode on stdout tests as well, and add the mode=text | Daniel Stenberg |
2005-05-18 | Bug report #1204435 identified a problem with malformed URLs like | Daniel Stenberg |
2005-05-17 | Made test case 241 precheck that the given name resolves to an ipv6 address, | Daniel Stenberg |
2005-05-11 | Modified the default HTTP headers used by libcurl: | Daniel Stenberg |
2005-05-06 | Added two test cases for multipart formpost over a proxy with --anyauth. Our | Daniel Stenberg |
2005-04-28 | Set mode text on the section that is written by curl in text mode, to allow | Daniel Stenberg |
2005-04-27 | keyword update | Daniel Stenberg |
2005-04-25 | Fred New reported a bug where we used Basic auth and user name and password in | Daniel Stenberg |
2005-04-22 | keywords added | Daniel Stenberg |
2005-04-22 | test 256 is like test 38 but with proxy + proxy auth | Daniel Stenberg |
2005-04-22 | keywords | Daniel Stenberg |
2005-04-19 | added CURLOPT_PORT test when using proxy | Daniel Stenberg |
2005-04-18 | Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still | Daniel Stenberg |
2005-04-18 | Toshiyuki Maezawa reported that when doing a POST with a read callback, | Daniel Stenberg |
2005-04-18 | ARGH my stupidity is endless. Ipv4-only hosts don't send EPRT or LPRT. | Daniel Stenberg |
2005-04-18 | Modified the FTP server to use the new 'sockfilt' program to do all the socket | Daniel Stenberg |
2005-04-16 | keywords added | Daniel Stenberg |
2005-04-16 | keywords added | Daniel Stenberg |
2005-04-15 | started adding "keywords" for each test, to better allow us to sum up what | Daniel Stenberg |
2005-04-14 | Two new slowdown tests for better testing of the FTP response reader function | Daniel Stenberg |
2005-04-13 | fix port number | Daniel Stenberg |
2005-04-12 | requires OpenSSL, as our GnuTLS doesn't provide support for | Daniel Stenberg |
2005-04-08 | fixed the 304 response-with-content-length problem reported by Cory Nelson | Daniel Stenberg |
2005-04-05 | test time-conditioned FTP uploads | Daniel Stenberg |
2005-04-03 | Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actually | Daniel Stenberg |
2005-04-03 | Test 245 was just added in an attempt to repeat Hardeep Singh's recent bug. | Daniel Stenberg |
2005-03-28 | Based on Augustus Saunders' comments and findings, the HTTP output auth | Daniel Stenberg |
2005-03-21 | Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM support | Daniel Stenberg |
2005-03-17 | Change the bogus address used in test237 to be more reliable when run | Dan Fandrich |
2005-03-17 | support multiple error codes for a test case since some things just vary | Daniel Stenberg |
2005-03-15 | test EPSV and PASV response handling when they get well-formated data back | Daniel Stenberg |
2005-03-15 | Make nonexistent host names absolute so tests will pass on machines | Dan Fandrich |
2005-03-12 | David Houlder added --form-string | 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-04 | Added test case 235 that makes a resumed upload of a file that isn't present | 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-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |