summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* keyword updateDaniel Stenberg2005-04-2758-6/+405
|
* detect SSL library properly and display it on startupDaniel Stenberg2005-04-271-2/+9
|
* Fred New reported a bug where we used Basic auth and user name and password inDaniel Stenberg2005-04-252-1/+109
| | | | | .netrc, and when following a Location: the subsequent requests didn't properly use the auth as found in the netrc file. Added test case 257 to verify my fix.
* show up to 5 (random) test cases using the keywordDaniel Stenberg2005-04-221-3/+30
|
* keywords addedDaniel Stenberg2005-04-2246-0/+326
|
* ignore the memdump file when showing files after a failureDaniel Stenberg2005-04-221-1/+3
|
* copyright this yearDaniel Stenberg2005-04-221-1/+1
|
* modified the test case success reporting, added "test N out of Y" andDaniel Stenberg2005-04-221-32/+55
| | | | "remaining: [time]" outputs to hint users about what to expect
* 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-186-2/+161
| | | | | used the default port. He was right. I fixed the problem and added the test cases 521, 522 and 523 to verify the fix.
* Toshiyuki Maezawa reported that when doing a POST with a read callback,Daniel Stenberg2005-04-184-0/+4
| | | | libcurl didn't properly send an Expect: 100-continue header. It does now.
* better fix for the socket -1 caseDaniel Stenberg2005-04-181-1/+1
|
* ignore sockfiltDaniel Stenberg2005-04-181-0/+1
|
* safety measure to avoid using -1 as socketDaniel Stenberg2005-04-181-4/+11
|
* allow some more timeDaniel Stenberg2005-04-181-1/+1
|
* 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-1814-151/+1315
| | | | | | level stuff. The FTP server communicates with sockfilt using perl's open2(). This enables easier IPv6 support and hopefully FTP-SSL support in the future. Added four test cases for FTP-ipv6.
* Modified to not mix ordinary print to STDOUT with a system() that prints topre-sockfiltDaniel Stenberg2005-04-181-1/+6
| | | | | | stdout, since I've found cases on Solaris where the second output mixes with the first and thus the big check-script doesn't properly find the first string in the output stream.
* keywords addedDaniel Stenberg2005-04-1623-3/+152
|
* minor edits, report the test cases without keywordsDaniel Stenberg2005-04-161-2/+10
|
* starting to produce a summary in HTMLDaniel Stenberg2005-04-161-1/+26
|
* keywords addedDaniel Stenberg2005-04-165-0/+34
|
* initial tool to report info/keywords of the test casesDaniel Stenberg2005-04-151-0/+63
|
* started adding "keywords" for each test, to better allow us to sum up whatDaniel Stenberg2005-04-156-2/+49
| | | | kind of tests we have and how many tests that test certain features
* Two new slowdown tests for better testing of the FTP response reader functionDaniel Stenberg2005-04-143-1/+104
| | | | when the response come in many small chunks.
* make the ftp server support reply/servercmd, and make SLOWDOWN work, andDaniel Stenberg2005-04-143-10/+19
| | | | update the docs accordingly
* fix port numberDaniel Stenberg2005-04-131-1/+1
|
* requires OpenSSL, as our GnuTLS doesn't provide support forDaniel Stenberg2005-04-121-0/+1
| | | | CURLOPT_SSL_CTX_FUNCTION (yet).
* support tests that requires 'OpenSSL' specificlyDaniel Stenberg2005-04-121-2/+21
|
* 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
| | | | | | also affecting NTLM and Negotiate.) It turned out that if the server responded with 100 Continue before the initial 401 response, libcurl didn't take care of the response properly. Test case 245 and 246 added to verify this.
* Test 245 was just added in an attempt to repeat Hardeep Singh's recent bug.Daniel Stenberg2005-04-032-1/+77
| | | | But this works just fine on my host. Plain HTTP POST using Digest.
* copyright this yearDaniel Stenberg2005-03-311-1/+1
|
* Attempt to make this code more forgiving for systems that doesn't detectDaniel Stenberg2005-03-311-4/+4
| | | | the failed connect "immediately".
* Updated the copyright year since changes have been this year.Daniel Stenberg2005-03-313-3/+3
|
* Made the server send data to the control/data connections using two dedicatedDaniel Stenberg2005-03-291-28/+56
| | | | | | functions. This enabled me to add a function that automatically delays between each byte, to proper test curl's ability to read FTP server responses sent in many (small) chunks. See also upcoming libcurl fixes...
* Based on Augustus Saunders' comments and findings, the HTTP output authDaniel Stenberg2005-03-283-1/+190
| | | | | | function was fixed to use the proper proxy authentication when multiple ones were added as accepted. test 239 and test 243 were added to repeat the problems and verify the fixes.
* modified some log outputs, added comment about auth required as used inDaniel Stenberg2005-03-281-4/+14
| | | | test 154
* can you spell copy and paste error for me loud and clear? ;-PDaniel Stenberg2005-03-221-2/+2
|
* provide HTML and PDF versions of the man pages in the dist archiveDaniel Stenberg2005-03-221-1/+17
|
* Make NTLM tests depend on the NTLM feature at not SSL, since the NTLM supportDaniel Stenberg2005-03-2118-33/+27
| | | | is no longer only present when built with SSL support.
* format mistakeDaniel Stenberg2005-03-211-1/+1
|
* some additional debug outputDaniel Stenberg2005-03-191-2/+5
|
* Fixed spelling of --runtestoptsDan Fandrich2005-03-181-3/+3
|
* Netware builds don't use configure.Dan Fandrich2005-03-181-1/+2
|
* adjust to use plain 'make' even for cross-compiles if using configure-Daniel Stenberg2005-03-181-2/+3
| | | | style build
* Change the bogus address used in test237 to be more reliable when runDan Fandrich2005-03-171-2/+5
| | | | | | on a host with a buggy resolver that strips all but the bottom 8 bits of each octet. The resolved address in this case (192.0.2.127) is guaranteed never to belong to a real host (see RFC3330).