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 | Paul Moore made curl check for the .curlrc file (_curlrc on windows) on two | Daniel Stenberg | |
more places. First, CURL_HOME is a new environment variable that is used instead of HOME if it is set, to point out where the default config file lives. If there's no config file in the dir pointed out by one of the environment variables, the Windows version will instead check the same directory the executable curl is located in. | |||
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 | |
VS2005. | |||
2005-04-26 | Since Windows doesn't have/use the POSIX prototype for send() and recv(), we | Daniel Stenberg | |
typecast the third argument in the macros to avoid compiler warnings. | |||
2005-04-26 | adding a bunch of comments for each #endif | 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-25 | be specific about what max_fd contains after a call | Daniel Stenberg | |
2005-04-24 | Based on feedback from Cory Nelson, I added some preprocessor magic in | Daniel Stenberg | |
*/setup.h and */config-win32.h to build fine with VS2005 on x64. | |||
2005-04-23 | 2 days, 4 fixes | Daniel Stenberg | |
2005-04-23 | Alex Suykov's ftp upload show progress meter patch, slightly adjusted. | Daniel Stenberg | |
2005-04-23 | fix for recent changes. | Gunter Knauf | |
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 | Dave Dribin: set CURL_STATICLIB when it builds static library variants. | Daniel Stenberg | |
2005-04-22 | Andres Garcia's fix for building static curl on windows. | Daniel Stenberg | |
2005-04-22 | Fixed the CN extraction | Daniel Stenberg | |
2005-04-22 | update the copyright year | Daniel Stenberg | |
2005-04-22 | modified this year | 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 | Fixed for Mac OS X builds based on excellent feedback from Heinz Stockinger. | Daniel Stenberg | |
2005-04-22 | changes for building with IPV6. | Gunter Knauf | |
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-22 | Set the retry delay variables after the option parsing, as bug report | Daniel Stenberg | |
#1187787 points out. | |||
2005-04-21 | added missing headers | Daniel Stenberg | |
2005-04-20 | changes for building with IPV6 and LDAP. | Gunter Knauf | |
2005-04-19 | prevent compiler warning | Daniel Stenberg | |