aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2005-05-24add test case 261, response code 226 to TYPEDaniel Stenberg
2005-05-21added keywordsDaniel Stenberg
2005-05-20added -nobuildconfDaniel Stenberg
2005-05-20keywords addedDaniel Stenberg
2005-05-20shorter nameDaniel Stenberg
2005-05-20sum upDaniel Stenberg
2005-05-20Add support for text mode on stdout tests as well, and add the mode=textDaniel Stenberg
2005-05-19include ctype.h for isdigit()Daniel Stenberg
2005-05-19removed duplicateDaniel Stenberg
2005-05-18Bug report #1204435 identified a problem with malformed URLs likeDaniel Stenberg
2005-05-18ignore resolve tooDaniel Stenberg
2005-05-18use less code and prevent compiler warningDaniel Stenberg
2005-05-17scan for gmake and make to prefer gmake on systems that have itDaniel Stenberg
2005-05-17Made test case 241 precheck that the given name resolves to an ipv6 address,Daniel Stenberg
2005-05-17Moved more generic functions to util.[ch]Daniel Stenberg
2005-05-16return, not exit, on several placesDaniel Stenberg
2005-05-11Modified the default HTTP headers used by libcurl:Daniel Stenberg
2005-05-10prevent 64bit warningsDaniel Stenberg
2005-05-10allow the ares/config.h display to failDaniel Stenberg
2005-05-09no need to display src/config.h anymore since it is a duplicate of lib/config.hDaniel Stenberg
2005-05-07Added an active disconnected state, to make the code clearer.Daniel Stenberg
2005-05-07removed unnecessary logging to ease REAL debugginDaniel Stenberg
2005-05-06Added two test cases for multipart formpost over a proxy with --anyauth. OurDaniel Stenberg
2005-05-06When a server is clearly running, curl is now invoked to verify that it canDaniel Stenberg
2005-05-04now add --trace-time by default for curl testsDaniel Stenberg
2005-05-04removed lots of (now) redundant loggingDaniel Stenberg
2005-05-04modify a value we are allowed toDaniel Stenberg
2005-05-04improved logging (all FTP protocol data, both ways) to possibly help us realizeDaniel Stenberg
2005-05-03*MAN* was this hard to track down. Had I just read the docs properly from theDaniel Stenberg
2005-05-03add more info to the log to ease debuggingDaniel Stenberg
2005-05-02another <case> converted to sysreadDaniel Stenberg
2005-05-02read from the open2 filehandle with sysread, not <handle>Daniel Stenberg
2005-05-02Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV.Daniel Stenberg
2005-05-02fix the server for the slow response caseDaniel Stenberg
2005-05-02When starting the ftp server, wait a few seconds to make really sure thatDaniel Stenberg
2005-05-02Make sure there's no pidfile if we cannot start the initial sockfilt tool -Daniel Stenberg
2005-05-02blank a few more environment variables before running a testDaniel 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-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