aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2002-02-22hide debug output from screen, use log/ for logfilesDaniel Stenberg
2002-02-22lib/config.h.in added to distDaniel Stenberg
2002-02-20VMS adjustmentsDaniel Stenberg
2002-02-20new from Nico!Daniel Stenberg
2002-02-20four more bugfixes, one VMS adjustmentDaniel Stenberg
2002-02-20Nico Baggus' VMS tweaksDaniel Stenberg
2002-02-20Andrés García solved bug report #515228 by making sure the progress meterDaniel Stenberg
is updated even if everything is read in one single pass, as the windows functions apparantly does more often than other systems.
2002-02-19corrected reference to multi-using examplesDaniel Stenberg
2002-02-19include winsock.h on window boxen to work smoother thereDaniel Stenberg
2002-02-19moved the config.h to lib/config.hDaniel Stenberg
2002-02-19a minor step forwardsDaniel Stenberg
2002-02-19use the new HTTP server input fileDaniel Stenberg
2002-02-19cut off the old perl one, this only runs the C coded versionDaniel Stenberg
2002-02-19fixed the huge text just in case anyone actually reads itDaniel Stenberg
2002-02-19no .. in pathDaniel Stenberg
2002-02-18fixed a long long mistakeDaniel Stenberg
2002-02-18auth on multiple hosts with follow-locationDaniel Stenberg
2002-02-18Rick Richardson's getaddrinfo() usage fix to speed up name resolvesDaniel Stenberg
2002-02-18INADDR_NONE should be in_addr_t to work with 64bit archs better.Daniel Stenberg
Really, we should only #define this in one file, not both here and in connect.c!
2002-02-18Philip Gladstone's size problem in add_buffer_send()Daniel Stenberg
2002-02-184 fixesDaniel Stenberg
2002-02-18offer SSL verfication callback,Daniel Stenberg
add 'headers=' in client formpost
2002-02-18updated LDAP URL syntax references by Aron RobertsDaniel Stenberg
2002-02-18connection timeout comparison fix by EmilDaniel Stenberg
2002-02-17Philip Gladstone's 64-bit issues corrected.Daniel Stenberg
Reminder for the future: when we're using malloc() we MUST include <stdlib.h> as otherwise 64bit archs go bananas. Bug report #517687
2002-02-17corrected the Expect: ignore, made Content-Type: possible to skipDaniel Stenberg