summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2005-08-30quick hack to make it working again on Win32 - however we should consider to ...Gunter Knauf
2005-08-24Toby Peterson added CURLOPT_IGNORE_CONTENT_LENGTH to the library, accessibleDaniel Stenberg
2005-08-24valgrind version 3 renames the --logfile command line option to --log-file...Daniel Stenberg
2005-08-18detabifyDaniel Stenberg
2005-08-12added test 268 that makes curl -d @nonexistingDaniel Stenberg
2005-08-11do a POST with NTLM and add two custom headersDaniel Stenberg
2005-08-11fix for NetWare crossbuilds to display the right config.h when build on Win32.Gunter Knauf
2005-08-04Support realloc() on a NULL pointer properly (printf(%p) on a NULL pointerDaniel Stenberg
2005-07-28Needs 'struct_stat'. Increased verbosity.Gisle Vanem
2005-07-12Adrian Schuur added trailer support in the chunked encoding stream. TheDaniel Stenberg
2005-07-03Andrew Bushnell provided enough info for me to tell that we badly needed toDaniel Stenberg
2005-06-30add more info when this script gets confused, and added getaddrinfo andDaniel Stenberg
2005-06-22verify that the URL decoding is done properly tooDaniel Stenberg
2005-06-22David Shaw's fix that unifies proxy string treatment so that a proxy givenDaniel Stenberg
2005-06-03Andres Garcia's text mode fix for the 'data' partDaniel Stenberg
2005-05-31Todd Kulesza reported a flaw in the proxy option, since a numerical IPv6Daniel Stenberg
2005-05-31added keywordsDaniel Stenberg
2005-05-29Eric Cooper reported about a problem with HTTP servers that responds withDaniel Stenberg
2005-05-27Andrés García fixed a warning appearing on windowsDaniel Stenberg
2005-05-25silense a warningDaniel Stenberg
2005-05-25no more time/re-start of sockfilt, no more redirect of stdin/stdout whenDaniel Stenberg
2005-05-25added function for individual ftp slave killsDaniel Stenberg
2005-05-25modified output logging, fixed the ftpslave killingDaniel Stenberg
2005-05-25utilize the whole usec in the log and don't output to stderr if the logfileDaniel Stenberg
2005-05-25nicer raw logging and put code into (nicer) functionsDaniel Stenberg
2005-05-24don't restart sockfilt after only 5 seconds of inactivityDaniel Stenberg
2005-05-24Andres Garcia's mode=text patch to make these do fine on WindowsDaniel Stenberg
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