summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* util.h added as "source" to make it get added in dist archivesDaniel Stenberg2005-05-011-2/+3
* logfile name is constDaniel Stenberg2005-04-301-1/+1
* Moved common code to util.[ch] instead of having it duplicated in sws.cDaniel Stenberg2005-04-305-66/+136
* there cannot be chunked problem when no_body (HEAD) is true since withoutDaniel Stenberg2005-04-301-1/+2
* singleipconnect() returns a socket descriptor, not a CURLcode (but perhapsDaniel Stenberg2005-04-301-1/+1
* more fixesDaniel Stenberg2005-04-292-2/+17
* Updated with (new and old) default config file search path explanation.Daniel Stenberg2005-04-281-3/+18
* Set mode text on the section that is written by curl in text mode, to allowDaniel Stenberg2005-04-281-1/+1
* basic signal handler for sigint and sigkillDaniel Stenberg2005-04-281-0/+9
* fixed the attribute parser to better handle multiple ones, with or withoutDaniel Stenberg2005-04-281-13/+4
* moved two functions to ftp.pm, made some more changes on stopping serversDaniel Stenberg2005-04-281-41/+15
* moved in functions from runtests.pl to enable the ftpserver to use theDaniel Stenberg2005-04-281-1/+35
* AF_INET6 for ipv6 addresses!Daniel Stenberg2005-04-281-1/+1
* no, the kill servers messages need to be verbose, they're too frequentDaniel Stenberg2005-04-282-4/+5
* display killed pids to make it easier to see for autobuilds etcDaniel Stenberg2005-04-282-2/+2
* historic thing we will not useDaniel Stenberg2005-04-281-85/+0
* removed ftpsserver.plDaniel Stenberg2005-04-281-4/+3
* When staring a HTTP server, use the pidfile preferably since it turns outDaniel Stenberg2005-04-281-35/+44
* ignore more generated filesDaniel Stenberg2005-04-281-0/+2
* remove unused ftps-server code and fixed two warningsDaniel Stenberg2005-04-281-80/+14
* if diff -u makes zero output, try diff -c insteadDaniel Stenberg2005-04-281-1/+5
* kill slave processes when they failDaniel Stenberg2005-04-281-2/+6
* 1. no longer ask the server for the HTTPS pid, as it returns the HTTP pidDaniel Stenberg2005-04-281-3/+18
* Paul Moore made curl check for the .curlrc file (_curlrc on windows) on twoDaniel Stenberg2005-04-273-1/+51
* listen(..., 1) as 0 doesn't work on Tru64!Daniel Stenberg2005-04-271-1/+1
* display listening port in logDaniel Stenberg2005-04-271-2/+2
* show what error codes we test for too, and show 10 test case numbersDaniel Stenberg2005-04-271-2/+30
* keyword updateDaniel Stenberg2005-04-2758-6/+405
* detect SSL library properly and display it on startupDaniel Stenberg2005-04-271-2/+9
* fixingDaniel Stenberg2005-04-262-1/+7
* Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg2005-04-2613-34/+34
* Since Windows doesn't have/use the POSIX prototype for send() and recv(), weDaniel Stenberg2005-04-261-2/+5
* adding a bunch of comments for each #endifDaniel Stenberg2005-04-261-16/+16
* Fred New reported a bug where we used Basic auth and user name and password inDaniel Stenberg2005-04-257-7/+130
* be specific about what max_fd contains after a callDaniel Stenberg2005-04-251-1/+5
* Based on feedback from Cory Nelson, I added some preprocessor magic inDaniel Stenberg2005-04-245-1/+21
* 2 days, 4 fixesDaniel Stenberg2005-04-232-1/+22
* Alex Suykov's ftp upload show progress meter patch, slightly adjusted.Daniel Stenberg2005-04-231-1/+13
* fix for recent changes.Gunter Knauf2005-04-231-1/+1
* show up to 5 (random) test cases using the keywordDaniel Stenberg2005-04-221-3/+30
* keywords addedDaniel Stenberg2005-04-2246-0/+326
* Dave Dribin: set CURL_STATICLIB when it builds static library variants.Daniel Stenberg2005-04-221-13/+14
* Andres Garcia's fix for building static curl on windows.Daniel Stenberg2005-04-221-0/+8
* Fixed the CN extractionDaniel Stenberg2005-04-221-1/+5
* update the copyright yearDaniel Stenberg2005-04-221-2/+2
* modified this yearDaniel Stenberg2005-04-222-2/+2
* ignore the memdump file when showing files after a failureDaniel Stenberg2005-04-221-1/+3
* copyright this yearDaniel Stenberg2005-04-221-1/+1
* Fixed for Mac OS X builds based on excellent feedback from Heinz Stockinger.Daniel Stenberg2005-04-222-0/+10
* changes for building with IPV6.Gunter Knauf2005-04-221-2/+9