Age | Commit message (Expand) | Author |
2005-05-02 | Sort of "fixed" KNOWN_BUGS #4: curl now builds IPv6 enabled on AIX 4.3. At | Daniel Stenberg |
2005-05-02 | Now configure checks for struct sockaddr_storage and the ftp code tries | 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 |
2005-05-02 | fix the server for the slow response case | Daniel Stenberg |
2005-05-02 | Added --trace-time that when used adds a time stamp to each trace line that | Daniel Stenberg |
2005-05-02 | When starting the ftp server, wait a few seconds to make really sure that | Daniel Stenberg |
2005-05-02 | Make sure there's no pidfile if we cannot start the initial sockfilt tool - | Daniel Stenberg |
2005-05-02 | two bugfixes, one change and one test script modification | Daniel Stenberg |
2005-05-02 | two bugs, one change | Daniel Stenberg |
2005-05-02 | blank a few more environment variables before running a test | Daniel Stenberg |
2005-05-02 | Made curl recognize the environment variables Lynx (and others?) support for | Daniel Stenberg |
2005-05-02 | Bryan Henderson's fine update of SSL_VERIFYPEER and SSL_VERIFYHOST | Daniel Stenberg |
2005-05-01 | prevent two compiler warnings on comparisons between signed and unsigned | 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 |
2005-04-30 | there cannot be chunked problem when no_body (HEAD) is true since without | Daniel Stenberg |
2005-04-30 | singleipconnect() returns a socket descriptor, not a CURLcode (but perhaps | Daniel Stenberg |
2005-04-29 | more fixes | Daniel Stenberg |
2005-04-28 | Updated with (new and old) default config file search path explanation. | 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-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 |
2005-04-28 | moved two functions to ftp.pm, made some more changes on stopping servers | Daniel Stenberg |
2005-04-28 | moved in functions from runtests.pl to enable the ftpserver to use the | Daniel Stenberg |
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 |
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 |
2005-04-27 | Paul Moore made curl check for the .curlrc file (_curlrc on windows) on two | Daniel Stenberg |
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-26 | fixing | Daniel Stenberg |
2005-04-26 | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg |
2005-04-26 | Since Windows doesn't have/use the POSIX prototype for send() and recv(), we | Daniel Stenberg |
2005-04-26 | adding a bunch of comments for each #endif | Daniel Stenberg |