| Commit message (Expand) | Author | Age | Files | Lines |
* | util.h added as "source" to make it get added in dist archives | Daniel Stenberg | 2005-05-01 | 1 | -2/+3 |
* | logfile name is const | Daniel Stenberg | 2005-04-30 | 1 | -1/+1 |
* | Moved common code to util.[ch] instead of having it duplicated in sws.c | Daniel Stenberg | 2005-04-30 | 5 | -66/+136 |
* | there cannot be chunked problem when no_body (HEAD) is true since without | Daniel Stenberg | 2005-04-30 | 1 | -1/+2 |
* | singleipconnect() returns a socket descriptor, not a CURLcode (but perhaps | Daniel Stenberg | 2005-04-30 | 1 | -1/+1 |
* | more fixes | Daniel Stenberg | 2005-04-29 | 2 | -2/+17 |
* | Updated with (new and old) default config file search path explanation. | Daniel Stenberg | 2005-04-28 | 1 | -3/+18 |
* | Set mode text on the section that is written by curl in text mode, to allow | Daniel Stenberg | 2005-04-28 | 1 | -1/+1 |
* | basic signal handler for sigint and sigkill | Daniel Stenberg | 2005-04-28 | 1 | -0/+9 |
* | fixed the attribute parser to better handle multiple ones, with or without | Daniel Stenberg | 2005-04-28 | 1 | -13/+4 |
* | moved two functions to ftp.pm, made some more changes on stopping servers | Daniel Stenberg | 2005-04-28 | 1 | -41/+15 |
* | moved in functions from runtests.pl to enable the ftpserver to use the | Daniel Stenberg | 2005-04-28 | 1 | -1/+35 |
* | AF_INET6 for ipv6 addresses! | Daniel Stenberg | 2005-04-28 | 1 | -1/+1 |
* | no, the kill servers messages need to be verbose, they're too frequent | Daniel Stenberg | 2005-04-28 | 2 | -4/+5 |
* | display killed pids to make it easier to see for autobuilds etc | Daniel Stenberg | 2005-04-28 | 2 | -2/+2 |
* | historic thing we will not use | Daniel Stenberg | 2005-04-28 | 1 | -85/+0 |
* | removed ftpsserver.pl | Daniel Stenberg | 2005-04-28 | 1 | -4/+3 |
* | When staring a HTTP server, use the pidfile preferably since it turns out | Daniel Stenberg | 2005-04-28 | 1 | -35/+44 |
* | ignore more generated files | Daniel Stenberg | 2005-04-28 | 1 | -0/+2 |
* | remove unused ftps-server code and fixed two warnings | Daniel Stenberg | 2005-04-28 | 1 | -80/+14 |
* | if diff -u makes zero output, try diff -c instead | Daniel Stenberg | 2005-04-28 | 1 | -1/+5 |
* | kill slave processes when they fail | Daniel Stenberg | 2005-04-28 | 1 | -2/+6 |
* | 1. no longer ask the server for the HTTPS pid, as it returns the HTTP pid | Daniel Stenberg | 2005-04-28 | 1 | -3/+18 |
* | Paul Moore made curl check for the .curlrc file (_curlrc on windows) on two | Daniel Stenberg | 2005-04-27 | 3 | -1/+51 |
* | listen(..., 1) as 0 doesn't work on Tru64! | Daniel Stenberg | 2005-04-27 | 1 | -1/+1 |
* | display listening port in log | Daniel Stenberg | 2005-04-27 | 1 | -2/+2 |
* | show what error codes we test for too, and show 10 test case numbers | Daniel Stenberg | 2005-04-27 | 1 | -2/+30 |
* | keyword update | Daniel Stenberg | 2005-04-27 | 58 | -6/+405 |
* | detect SSL library properly and display it on startup | Daniel Stenberg | 2005-04-27 | 1 | -2/+9 |
* | fixing | Daniel Stenberg | 2005-04-26 | 2 | -1/+7 |
* | Cory Nelson's work on nuking compiler warnings when building on x64 with | Daniel Stenberg | 2005-04-26 | 13 | -34/+34 |
* | Since Windows doesn't have/use the POSIX prototype for send() and recv(), we | Daniel Stenberg | 2005-04-26 | 1 | -2/+5 |
* | adding a bunch of comments for each #endif | Daniel Stenberg | 2005-04-26 | 1 | -16/+16 |
* | Fred New reported a bug where we used Basic auth and user name and password in | Daniel Stenberg | 2005-04-25 | 7 | -7/+130 |
* | be specific about what max_fd contains after a call | Daniel Stenberg | 2005-04-25 | 1 | -1/+5 |
* | Based on feedback from Cory Nelson, I added some preprocessor magic in | Daniel Stenberg | 2005-04-24 | 5 | -1/+21 |
* | 2 days, 4 fixes | Daniel Stenberg | 2005-04-23 | 2 | -1/+22 |
* | Alex Suykov's ftp upload show progress meter patch, slightly adjusted. | Daniel Stenberg | 2005-04-23 | 1 | -1/+13 |
* | fix for recent changes. | Gunter Knauf | 2005-04-23 | 1 | -1/+1 |
* | show up to 5 (random) test cases using the keyword | Daniel Stenberg | 2005-04-22 | 1 | -3/+30 |
* | keywords added | Daniel Stenberg | 2005-04-22 | 46 | -0/+326 |
* | Dave Dribin: set CURL_STATICLIB when it builds static library variants. | Daniel Stenberg | 2005-04-22 | 1 | -13/+14 |
* | Andres Garcia's fix for building static curl on windows. | Daniel Stenberg | 2005-04-22 | 1 | -0/+8 |
* | Fixed the CN extraction | Daniel Stenberg | 2005-04-22 | 1 | -1/+5 |
* | update the copyright year | Daniel Stenberg | 2005-04-22 | 1 | -2/+2 |
* | modified this year | Daniel Stenberg | 2005-04-22 | 2 | -2/+2 |
* | ignore the memdump file when showing files after a failure | Daniel Stenberg | 2005-04-22 | 1 | -1/+3 |
* | copyright this year | Daniel Stenberg | 2005-04-22 | 1 | -1/+1 |
* | Fixed for Mac OS X builds based on excellent feedback from Heinz Stockinger. | Daniel Stenberg | 2005-04-22 | 2 | -0/+10 |
* | changes for building with IPV6. | Gunter Knauf | 2005-04-22 | 1 | -2/+9 |