summaryrefslogtreecommitdiff
path: root/tests/data
Commit message (Expand)AuthorAgeFilesLines
* Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg2005-09-042-1/+49
* Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg2005-08-242-1/+52
* added test 268 that makes curl -d @nonexistingDaniel Stenberg2005-08-122-1/+56
* do a POST with NTLM and add two custom headersDaniel Stenberg2005-08-112-1/+96
* Adrian Schuur added trailer support in the chunked encoding stream. TheDaniel Stenberg2005-07-122-1/+77
* Andrew Bushnell provided enough info for me to tell that we badly needed toDaniel Stenberg2005-07-032-1/+106
* verify that the URL decoding is done properly tooDaniel Stenberg2005-06-221-1/+1
* David Shaw's fix that unifies proxy string treatment so that a proxy givenDaniel Stenberg2005-06-222-1/+48
* Andres Garcia's text mode fix for the 'data' partDaniel Stenberg2005-06-0311-13/+13
* Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6Daniel Stenberg2005-05-312-1/+54
* added keywordsDaniel Stenberg2005-05-314-0/+31
* Eric Cooper reported about a problem with HTTP servers that responds withDaniel Stenberg2005-05-292-1/+1
* Andres Garcia's mode=text patch to make these do fine on WindowsDaniel Stenberg2005-05-246-6/+6
* add test case 261, response code 226 to TYPEDaniel Stenberg2005-05-242-1/+50
* added keywordsDaniel Stenberg2005-05-2110-0/+75
* keywords addedDaniel Stenberg2005-05-204-0/+27
* shorter nameDaniel Stenberg2005-05-201-1/+1
* Add support for text mode on stdout tests as well, and add the mode=textDaniel Stenberg2005-05-201-1/+1
* Bug report #1204435 identified a problem with malformed URLs likeDaniel Stenberg2005-05-182-1/+54
* Made test case 241 precheck that the given name resolves to an ipv6 address,Daniel Stenberg2005-05-171-0/+3
* Modified the default HTTP headers used by libcurl:Daniel Stenberg2005-05-11179-209/+75
* Added two test cases for multipart formpost over a proxy with --anyauth. OurDaniel Stenberg2005-05-063-38/+284
* Set mode text on the section that is written by curl in text mode, to allowDaniel Stenberg2005-04-281-1/+1
* keyword updateDaniel Stenberg2005-04-2758-6/+405
* Fred New reported a bug where we used Basic auth and user name and password inDaniel Stenberg2005-04-252-1/+109
* keywords addedDaniel Stenberg2005-04-2246-0/+326
* test 256 is like test 38 but with proxy + proxy authDaniel Stenberg2005-04-223-2/+67
* keywordsDaniel Stenberg2005-04-221-1/+9
* added CURLOPT_PORT test when using proxyDaniel Stenberg2005-04-191-0/+61
* Olivier reported that even though he used CURLOPT_PORT, libcurl clearly stillDaniel Stenberg2005-04-183-1/+119
* Toshiyuki Maezawa reported that when doing a POST with a read callback,Daniel Stenberg2005-04-184-0/+4
* ARGH my stupidity is endless. Ipv4-only hosts don't send EPRT or LPRT.Daniel Stenberg2005-04-181-4/+2
* Modified the FTP server to use the new 'sockfilt' program to do all the socketDaniel Stenberg2005-04-186-3/+235
* keywords addedDaniel Stenberg2005-04-1623-3/+152
* keywords addedDaniel Stenberg2005-04-165-0/+34
* started adding "keywords" for each test, to better allow us to sum up whatDaniel Stenberg2005-04-155-2/+39
* Two new slowdown tests for better testing of the FTP response reader functionDaniel Stenberg2005-04-143-1/+104
* fix port numberDaniel Stenberg2005-04-131-1/+1
* requires OpenSSL, as our GnuTLS doesn't provide support forDaniel Stenberg2005-04-121-0/+1
* fixed the 304 response-with-content-length problem reported by Cory NelsonDaniel Stenberg2005-04-082-1/+47
* test time-conditioned FTP uploadsDaniel Stenberg2005-04-053-1/+88
* Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actuallyDaniel Stenberg2005-04-032-1/+87
* Test 245 was just added in an attempt to repeat Hardeep Singh's recent bug.Daniel Stenberg2005-04-032-1/+77
* Based on Augustus Saunders' comments and findings, the HTTP output authDaniel Stenberg2005-03-283-1/+190
* Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM supportDaniel Stenberg2005-03-2117-33/+17
* Change the bogus address used in test237 to be more reliable when runDan Fandrich2005-03-171-2/+5
* support multiple error codes for a test case since some things just varyDaniel Stenberg2005-03-171-1/+4
* test EPSV and PASV response handling when they get well-formated data backDaniel Stenberg2005-03-153-1/+68
* Make nonexistent host names absolute so tests will pass on machinesDan Fandrich2005-03-152-2/+2
* David Houlder added --form-stringDaniel Stenberg2005-03-121-2/+10