6d8c7356 | 19-Feb-2002 |
Daniel Stenberg |
fixed the huge text just in case anyone actually reads it |
a782c96e | 19-Feb-2002 |
Daniel Stenberg |
no .. in path |
c795123c | 18-Feb-2002 |
Daniel Stenberg |
fixed a long long mistake |
0ec370e6 | 18-Feb-2002 |
Daniel Stenberg |
auth on multiple hosts with follow-location |
3d5732d4 | 18-Feb-2002 |
Daniel Stenberg |
Rick Richardson's getaddrinfo() usage fix to speed up name resolves |
b7959298 | 18-Feb-2002 |
Daniel Stenberg |
INADDR_NONE should be in_addr_t to work with 64bit archs better. Really, we should only #define this in one file, not both here and in connect.c! |
535258ff | 18-Feb-2002 |
Daniel Stenberg |
Philip Gladstone's size problem in add_buffer_send() |
cc161b96 | 18-Feb-2002 |
Daniel Stenberg |
4 fixes |
5c4b422b | 18-Feb-2002 |
Daniel Stenberg |
offer SSL verfication callback, add 'headers=' in client formpost |
89bad584 | 18-Feb-2002 |
Daniel Stenberg |
updated LDAP URL syntax references by Aron Roberts |
e21926f7 | 18-Feb-2002 |
Daniel Stenberg |
connection timeout comparison fix by Emil |
e452f467 | 17-Feb-2002 |
Daniel Stenberg |
Philip Gladstone's 64-bit issues corrected. Reminder for the future: when we're using malloc() we MUST include <stdlib.h> as otherwise 64bit archs go bananas. Bug report #517687 |
dfda7ba4 | 17-Feb-2002 |
Daniel Stenberg |
corrected the Expect: ignore, made Content-Type: possible to skip |
feb6b644 | 17-Feb-2002 |
Daniel Stenberg |
Giaslas Georgios's Host: over proxy fix |
0b57fa9c | 07-Feb-2002 |
Daniel Stenberg |
http server added to CVS, config*h files moved |
55c6f60c | 07-Feb-2002 |
Daniel Stenberg |
ugh. the VMS stuff must've been like that for a reason, I put it back again |
9def011e | 07-Feb-2002 |
Daniel Stenberg |
moved the config-* files to lib/Makefile.am |
7cf6e8c9 | 07-Feb-2002 |
Daniel Stenberg |
moved the config-* files here from the ../Makefile.am |
cdee43aa | 07-Feb-2002 |
Daniel Stenberg |
use the config files in this directory now, not ../ |
9c25b58b | 07-Feb-2002 |
Daniel Stenberg |
moved the config-*.h files from root to the lib/ dir |
83f35463 | 07-Feb-2002 |
Daniel Stenberg |
added note about persistancy in the server |
818cdb87 | 07-Feb-2002 |
Daniel Stenberg |
POSTs seems to work somewhat now |
3eead2d6 | 07-Feb-2002 |
Daniel Stenberg |
port number fix, now stores the processed request sent to the server |
5cffe055 | 07-Feb-2002 |
Daniel Stenberg |
added Cris Bailiff's CAdir option suggestion |
3d4511da | 07-Feb-2002 |
Daniel Stenberg |
the initial C code for the new HTTP test server |