aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-03-01moved memanalyze.pl into the tests dirDaniel Stenberg
2002-02-28Nico Baggus added more error codes to the VMS stuff.Daniel Stenberg
2002-02-28Wesley Laxton's CURLOPT_PREQUOTE workDaniel Stenberg
2002-02-28Ralph Mitchell's SSL problems made me notice that we didn't increase theDaniel Stenberg
header byte counter properly
2002-02-28more fancy alloc, we store the size in each allocated block so that weDaniel Stenberg
can destroy the full allocated area just before we free it
2002-02-28set CURL_MEMDEBUG to enable memory debugging in case curl is compiledDaniel Stenberg
with it
2002-02-28added -t for trace, helps searching for leaks and similarDaniel Stenberg
2002-02-28memory debugging is now only enabled if the CURL_MEMDEBUG environmentDaniel Stenberg
variable is set when curl is invoked
2002-02-28always allocates at least 64 bytes for real, and damages them before freeDaniel Stenberg
2002-02-27made building outside the source tree work again, Kevin Roth reportedDaniel Stenberg
2002-02-27minor editDaniel Stenberg
2002-02-27oops, we weren't doing HTTPS - now we areDaniel Stenberg
2002-02-27test 304, HTTPS multipart formpostDaniel Stenberg
2002-02-27use the correct time in the cookie jarDaniel Stenberg
2002-02-27made Max-Age work as defined in the RFC.Daniel Stenberg
my brain damaged fix to not parse spaces as part of the value is now fixed to instead strip off trailing spaces from values.
2002-02-26modified cookie expire dateDaniel Stenberg
2002-02-26new field1 functionality testing tooDaniel Stenberg
2002-02-26When saving a cookie jar, set field 1 (counted from 0) properly to TRUE if theDaniel Stenberg
domain starts with a dot.
2002-02-26test 31: "HTTP with weirdly formatted cookies and cookiejar storage"Daniel Stenberg
2002-02-26removed crash on weird input, this also better discards silly inputDaniel Stenberg
2002-02-267.9.5-pre4 commitDaniel Stenberg
2002-02-25more custom stuff, much about dealing with cookiesDaniel Stenberg
2002-02-25a never ending stream of things to do...Daniel Stenberg
2002-02-25use env to run perlDaniel Stenberg
2002-02-25automake usage and options cleanupDaniel Stenberg
2002-02-25happy new yearDaniel Stenberg
2002-02-25We got this web server's embryo from Georg Horn, muchos gracias.Daniel Stenberg
2002-02-25the test suite http server is now automake'dDaniel Stenberg
2002-02-25use the pid file, use the automake subdirDaniel Stenberg
2002-02-25automake this dir tooDaniel Stenberg
2002-02-25use the former logfile name again since the ftp server also uses that...Daniel Stenberg
2002-02-25we actually ran all tests just now, feb 25th, 2002 12:11 MET. with theDaniel Stenberg
new http server on Linux
2002-02-25reply/postcmd support for "wait"Daniel Stenberg
2002-02-25portability, step one, use a config.h.in fileDaniel Stenberg
2002-02-25generate a config file for the test suite http server tooDaniel Stenberg
2002-02-25create the pidfile and store the pid on invokeDaniel Stenberg
2002-02-25oops, #if not #ifdefDaniel Stenberg
2002-02-25support HUGE requests tooDaniel Stenberg
2002-02-25make sure -d is treated as a POST request and thus should fail if mixedDaniel Stenberg
with -I for example
2002-02-25modified the command to fail properly! ;-)Daniel Stenberg
2002-02-25cygnus can't include winsock.h even though it has it, why we need toDaniel Stenberg
make a different and more complicated check for when to include it
2002-02-25"Yet Another Geek" made %{content_type} work in the -w/--writeout option.Daniel Stenberg
2002-02-22better time selection for the connect timeoutDaniel Stenberg
2002-02-2216 tests OKDaniel Stenberg
2002-02-22cut off big parts of the bannerDaniel Stenberg
2002-02-22make sure the custom config-*.h files are in the dist as wellDaniel Stenberg
2002-02-22adjusted to work on test case 11 betterDaniel Stenberg
2002-02-22use -W tooDaniel Stenberg
2002-02-22fixed to work with 'nonewline' and thus this passes OK with the new httpDaniel Stenberg
server and things
2002-02-22support for using protocol without a trailing newlineDaniel Stenberg