summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added FTP_SKIP_PASV_IP and --ftp-skip-pasv-ipDaniel Stenberg2005-09-044-2/+60
* quick hack to make it working again on Win32 - however we should consider to ...Gunter Knauf2005-08-301-11/+14
* Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg2005-08-242-1/+52
* valgrind version 3 renames the --logfile command line option to --log-file...Daniel Stenberg2005-08-241-1/+11
* detabifyDaniel Stenberg2005-08-181-1/+1
* added test 268 that makes curl -d @nonexistingDaniel Stenberg2005-08-122-1/+56
* do a POST with NTLM and add two custom headersDaniel Stenberg2005-08-112-1/+96
* fix for NetWare crossbuilds to display the right config.h when build on Win32.Gunter Knauf2005-08-111-2/+2
* Support realloc() on a NULL pointer properly (printf(%p) on a NULL pointerDaniel Stenberg2005-08-041-4/+2
* Needs 'struct_stat'. Increased verbosity.Gisle Vanem2005-07-281-0/+7
* Adrian Schuur added trailer support in the chunked encoding stream. TheDaniel Stenberg2005-07-122-1/+77
* Andrew Bushnell provided enough info for me to tell that we badly needed toDaniel Stenberg2005-07-033-3/+108
* add more info when this script gets confused, and added getaddrinfo andDaniel Stenberg2005-06-301-5/+11
* verify that the URL decoding is done properly tooDaniel Stenberg2005-06-221-1/+1
* David Shaw's fix that unifies proxy string treatment so that a proxy givenDaniel Stenberg2005-06-222-1/+48
* Andres Garcia's text mode fix for the 'data' partDaniel Stenberg2005-06-0312-13/+21
* Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6Daniel Stenberg2005-05-312-1/+54
* added keywordsDaniel Stenberg2005-05-314-0/+31
* Eric Cooper reported about a problem with HTTP servers that responds withDaniel Stenberg2005-05-292-1/+1
* Andrés García fixed a warning appearing on windowsDaniel Stenberg2005-05-271-1/+1
* silense a warningDaniel Stenberg2005-05-251-1/+3
* no more time/re-start of sockfilt, no more redirect of stdin/stdout whenDaniel Stenberg2005-05-251-29/+19
* added function for individual ftp slave killsDaniel Stenberg2005-05-251-9/+19
* modified output logging, fixed the ftpslave killingDaniel Stenberg2005-05-251-110/+135
* utilize the whole usec in the log and don't output to stderr if the logfileDaniel Stenberg2005-05-251-7/+6
* nicer raw logging and put code into (nicer) functionsDaniel Stenberg2005-05-251-77/+112
* don't restart sockfilt after only 5 seconds of inactivityDaniel Stenberg2005-05-241-1/+1
* Andres Garcia's mode=text patch to make these do fine on WindowsDaniel Stenberg2005-05-246-6/+6
* add test case 261, response code 226 to TYPEDaniel Stenberg2005-05-242-1/+50
* 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