Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-04 | improved logging (all FTP protocol data, both ways) to possibly help us realize | Daniel Stenberg | |
why sometimes the control connection dies after a RETR has been sent | |||
2005-05-03 | *MAN* was this hard to track down. Had I just read the docs properly from the | Daniel Stenberg | |
start... Anyway, fork() + exec() makes _two_ pids (in perl) that we need to track and kill after use. Thankyouverymuch. | |||
2005-05-03 | add more info to the log to ease debugging | Daniel Stenberg | |
2005-05-02 | another <case> converted to sysread | Daniel Stenberg | |
2005-05-02 | read from the open2 filehandle with sysread, not <handle> | Daniel Stenberg | |
2005-05-02 | Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV. | Daniel Stenberg | |
Made the ftp server use the passed in pidfile name, and made runtests.pl pass it in properly. | |||
2005-05-02 | fix the server for the slow response case | Daniel Stenberg | |
2005-05-02 | When starting the ftp server, wait a few seconds to make really sure that | Daniel Stenberg | |
a pidfile for the server appears as otherwise it failed. | |||
2005-05-02 | Make sure there's no pidfile if we cannot start the initial sockfilt tool - | Daniel Stenberg | |
this happens for some ipv6-enabled hosts on which sockfilt cannot listen on ipv6. | |||
2005-05-02 | blank a few more environment variables before running a test | Daniel Stenberg | |
2005-05-01 | fixed to use fork()+exec() to start test servers | Daniel Stenberg | |
2005-05-01 | always use the libcurl-provided *printf() functions | Daniel Stenberg | |
2005-05-01 | util.h added as "source" to make it get added in dist archives | Daniel Stenberg | |
2005-04-30 | logfile name is const | Daniel Stenberg | |
2005-04-30 | Moved common code to util.[ch] instead of having it duplicated in sws.c | Daniel Stenberg | |
and sockfilt.c. For good-to-have functions for the servers written in C. | |||
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 | |