Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-28 | Set mode text on the section that is written by curl in text mode, to allow | Daniel Stenberg | |
the runtests.pl to check this differently on operating systems that differentiate on this. | |||
2005-04-28 | basic signal handler for sigint and sigkill | Daniel Stenberg | |
2005-04-28 | fixed the attribute parser to better handle multiple ones, with or without | Daniel Stenberg | |
quotes around the contents | |||
2005-04-28 | moved two functions to ftp.pm, made some more changes on stopping servers | Daniel Stenberg | |
and fixed the textmode attribute thing for windows a bit | |||
2005-04-28 | moved in functions from runtests.pl to enable the ftpserver to use the | Daniel Stenberg | |
killslaves function | |||
2005-04-28 | AF_INET6 for ipv6 addresses! | Daniel Stenberg | |
2005-04-28 | no, the kill servers messages need to be verbose, they're too frequent | Daniel Stenberg | |
2005-04-28 | display killed pids to make it easier to see for autobuilds etc | Daniel Stenberg | |
2005-04-28 | historic thing we will not use | Daniel Stenberg | |
2005-04-28 | removed ftpsserver.pl | Daniel Stenberg | |
2005-04-28 | When staring a HTTP server, use the pidfile preferably since it turns out | Daniel Stenberg | |
sometimes the server can start but curl cannot speak to it, and then we must remember the server (in order to kill it properly) anyway. Also, make sure to kill all servers on exit everywhere. | |||
2005-04-28 | ignore more generated files | Daniel Stenberg | |
2005-04-28 | remove unused ftps-server code and fixed two warnings | Daniel Stenberg | |
2005-04-28 | if diff -u makes zero output, try diff -c instead | Daniel Stenberg | |
2005-04-28 | kill slave processes when they fail | Daniel Stenberg | |
2005-04-28 | 1. no longer ask the server for the HTTPS pid, as it returns the HTTP pid | Daniel Stenberg | |
(problem identified by Dan F) 2. initial text mode fix for file checks, to allow better text file testing on windows (with regard to line endings) 3. fixed to use the proper ftpserver pidfile to find pid | |||
2005-04-27 | listen(..., 1) as 0 doesn't work on Tru64! | Daniel Stenberg | |
2005-04-27 | display listening port in log | Daniel Stenberg | |
2005-04-27 | show what error codes we test for too, and show 10 test case numbers | Daniel Stenberg | |
2005-04-27 | keyword update | Daniel Stenberg | |
2005-04-27 | detect SSL library properly and display it on startup | Daniel Stenberg | |
2005-04-25 | Fred New reported a bug where we used Basic auth and user name and password in | Daniel Stenberg | |
.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. | |||
2005-04-22 | show up to 5 (random) test cases using the keyword | Daniel Stenberg | |
2005-04-22 | keywords added | Daniel Stenberg | |
2005-04-22 | ignore the memdump file when showing files after a failure | Daniel Stenberg | |
2005-04-22 | copyright this year | Daniel Stenberg | |
2005-04-22 | modified the test case success reporting, added "test N out of Y" and | Daniel Stenberg | |
"remaining: [time]" outputs to hint users about what to expect | |||
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 | |
used the default port. He was right. I fixed the problem and added the test cases 521, 522 and 523 to verify the fix. | |||
2005-04-18 | Toshiyuki Maezawa reported that when doing a POST with a read callback, | Daniel Stenberg | |
libcurl didn't properly send an Expect: 100-continue header. It does now. | |||
2005-04-18 | better fix for the socket -1 case | Daniel Stenberg | |
2005-04-18 | ignore sockfilt | Daniel Stenberg | |
2005-04-18 | safety measure to avoid using -1 as socket | Daniel Stenberg | |
2005-04-18 | allow some more time | 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 | |
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. | |||
2005-04-18 | Modified to not mix ordinary print to STDOUT with a system() that prints to | Daniel Stenberg | |
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. | |||
2005-04-16 | keywords added | Daniel Stenberg | |
2005-04-16 | minor edits, report the test cases without keywords | Daniel Stenberg | |
2005-04-16 | starting to produce a summary in HTML | Daniel Stenberg | |
2005-04-16 | keywords added | Daniel Stenberg | |
2005-04-15 | initial tool to report info/keywords of the test cases | Daniel Stenberg | |
2005-04-15 | started adding "keywords" for each test, to better allow us to sum up what | Daniel Stenberg | |
kind of tests we have and how many tests that test certain features | |||
2005-04-14 | Two new slowdown tests for better testing of the FTP response reader function | Daniel Stenberg | |
when the response come in many small chunks. | |||
2005-04-14 | make the ftp server support reply/servercmd, and make SLOWDOWN work, and | Daniel Stenberg | |
update the docs accordingly | |||
2005-04-13 | fix port number | Daniel Stenberg | |
2005-04-12 | requires OpenSSL, as our GnuTLS doesn't provide support for | Daniel Stenberg | |
CURLOPT_SSL_CTX_FUNCTION (yet). | |||
2005-04-12 | support tests that requires 'OpenSSL' specificly | Daniel Stenberg | |