summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* added keywordsDaniel Stenberg2005-05-2110-0/+75
* added -nobuildconfDaniel Stenberg2005-05-202-8/+21
* keywords addedDaniel Stenberg2005-05-204-0/+27
* shorter nameDaniel Stenberg2005-05-201-1/+1
* sum upDaniel Stenberg2005-05-201-2/+4
* Add support for text mode on stdout tests as well, and add the mode=textDaniel Stenberg2005-05-203-4/+20
* include ctype.h for isdigit()Daniel Stenberg2005-05-191-1/+2
* removed duplicateDaniel Stenberg2005-05-191-2/+0
* Bug report #1204435 identified a problem with malformed URLs likeDaniel Stenberg2005-05-183-2/+59
* ignore resolve tooDaniel Stenberg2005-05-181-0/+1
* use less code and prevent compiler warningDaniel Stenberg2005-05-181-10/+5
* scan for gmake and make to prefer gmake on systems that have itDaniel Stenberg2005-05-171-13/+34
* Made test case 241 precheck that the given name resolves to an ipv6 address,Daniel Stenberg2005-05-173-4/+9
* Moved more generic functions to util.[ch]Daniel Stenberg2005-05-176-157/+238
* return, not exit, on several placesDaniel Stenberg2005-05-161-5/+5
* Modified the default HTTP headers used by libcurl:Daniel Stenberg2005-05-11179-209/+75
* prevent 64bit warningsDaniel Stenberg2005-05-101-2/+2
* allow the ares/config.h display to failDaniel Stenberg2005-05-101-4/+5
* no need to display src/config.h anymore since it is a duplicate of lib/config.hDaniel Stenberg2005-05-091-7/+7
* Added an active disconnected state, to make the code clearer.Daniel Stenberg2005-05-071-17/+32
* removed unnecessary logging to ease REAL debugginDaniel Stenberg2005-05-071-9/+2
* Added two test cases for multipart formpost over a proxy with --anyauth. OurDaniel Stenberg2005-05-063-38/+284
* When a server is clearly running, curl is now invoked to verify that it canDaniel Stenberg2005-05-061-106/+159
* now add --trace-time by default for curl testsDaniel Stenberg2005-05-041-1/+1
* removed lots of (now) redundant loggingDaniel Stenberg2005-05-041-29/+0
* modify a value we are allowed toDaniel Stenberg2005-05-041-2/+3
* improved logging (all FTP protocol data, both ways) to possibly help us realizeDaniel Stenberg2005-05-041-14/+11
* *MAN* was this hard to track down. Had I just read the docs properly from theDaniel Stenberg2005-05-031-39/+78
* add more info to the log to ease debuggingDaniel Stenberg2005-05-031-1/+3
* another <case> converted to sysreadDaniel Stenberg2005-05-021-1/+2
* read from the open2 filehandle with sysread, not <handle>Daniel Stenberg2005-05-021-2/+5
* Fixed the FTP server read stuff when waiting for a connect after a PASV/EPSV.Daniel Stenberg2005-05-022-5/+10
* fix the server for the slow response caseDaniel Stenberg2005-05-021-9/+15
* When starting the ftp server, wait a few seconds to make really sure thatDaniel Stenberg2005-05-021-3/+14
* Make sure there's no pidfile if we cannot start the initial sockfilt tool -Daniel Stenberg2005-05-021-3/+4
* blank a few more environment variables before running a testDaniel Stenberg2005-05-021-0/+7
* fixed to use fork()+exec() to start test serversDaniel Stenberg2005-05-011-121/+70
* always use the libcurl-provided *printf() functionsDaniel Stenberg2005-05-013-0/+9
* 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
* 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