aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-02two bugs, one changeDaniel Stenberg
2005-05-02blank a few more environment variables before running a testDaniel Stenberg
2005-05-02Made curl recognize the environment variables Lynx (and others?) support forDaniel Stenberg
2005-05-02Bryan Henderson's fine update of SSL_VERIFYPEER and SSL_VERIFYHOSTDaniel Stenberg
2005-05-01prevent two compiler warnings on comparisons between signed and unsignedDaniel Stenberg
2005-05-01fixed to use fork()+exec() to start test serversDaniel Stenberg
2005-05-01always use the libcurl-provided *printf() functionsDaniel Stenberg
2005-05-01util.h added as "source" to make it get added in dist archivesDaniel Stenberg
2005-04-30logfile name is constDaniel Stenberg
2005-04-30Moved common code to util.[ch] instead of having it duplicated in sws.cDaniel Stenberg
2005-04-30there cannot be chunked problem when no_body (HEAD) is true since withoutDaniel Stenberg
2005-04-30singleipconnect() returns a socket descriptor, not a CURLcode (but perhapsDaniel Stenberg
2005-04-29more fixesDaniel Stenberg
2005-04-28Updated with (new and old) default config file search path explanation.Daniel Stenberg
2005-04-28Set mode text on the section that is written by curl in text mode, to allowDaniel Stenberg
2005-04-28basic signal handler for sigint and sigkillDaniel Stenberg
2005-04-28fixed the attribute parser to better handle multiple ones, with or withoutDaniel Stenberg
2005-04-28moved two functions to ftp.pm, made some more changes on stopping serversDaniel Stenberg
2005-04-28moved in functions from runtests.pl to enable the ftpserver to use theDaniel Stenberg
2005-04-28AF_INET6 for ipv6 addresses!Daniel Stenberg
2005-04-28no, the kill servers messages need to be verbose, they're too frequentDaniel Stenberg
2005-04-28display killed pids to make it easier to see for autobuilds etcDaniel Stenberg
2005-04-28historic thing we will not useDaniel Stenberg
2005-04-28removed ftpsserver.plDaniel Stenberg
2005-04-28When staring a HTTP server, use the pidfile preferably since it turns outDaniel Stenberg
2005-04-28ignore more generated filesDaniel Stenberg
2005-04-28remove unused ftps-server code and fixed two warningsDaniel Stenberg
2005-04-28if diff -u makes zero output, try diff -c insteadDaniel Stenberg
2005-04-28kill slave processes when they failDaniel Stenberg
2005-04-281. no longer ask the server for the HTTPS pid, as it returns the HTTP pidDaniel Stenberg
2005-04-27Paul Moore made curl check for the .curlrc file (_curlrc on windows) on twoDaniel Stenberg
2005-04-27listen(..., 1) as 0 doesn't work on Tru64!Daniel Stenberg
2005-04-27display listening port in logDaniel Stenberg
2005-04-27show what error codes we test for too, and show 10 test case numbersDaniel Stenberg
2005-04-27keyword updateDaniel Stenberg
2005-04-27detect SSL library properly and display it on startupDaniel Stenberg
2005-04-26fixingDaniel Stenberg
2005-04-26Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg
2005-04-26Since Windows doesn't have/use the POSIX prototype for send() and recv(), weDaniel Stenberg
2005-04-26adding a bunch of comments for each #endifDaniel Stenberg
2005-04-25Fred New reported a bug where we used Basic auth and user name and password inDaniel Stenberg
2005-04-25be specific about what max_fd contains after a callDaniel Stenberg
2005-04-24Based on feedback from Cory Nelson, I added some preprocessor magic inDaniel Stenberg
2005-04-232 days, 4 fixesDaniel Stenberg
2005-04-23Alex Suykov's ftp upload show progress meter patch, slightly adjusted.Daniel Stenberg
2005-04-23fix for recent changes.Gunter Knauf
2005-04-22show up to 5 (random) test cases using the keywordDaniel Stenberg
2005-04-22keywords addedDaniel Stenberg
2005-04-22Dave Dribin: set CURL_STATICLIB when it builds static library variants.Daniel Stenberg
2005-04-22Andres Garcia's fix for building static curl on windows.Daniel Stenberg