Daniel Stenberg
|
6a62fc4a40
|
make sure -d is treated as a POST request and thus should fail if mixed
with -I for example
|
2002-02-25 09:08:28 +00:00 |
|
Daniel Stenberg
|
7cdd6455d7
|
modified the command to fail properly! ;-)
|
2002-02-25 09:07:26 +00:00 |
|
Daniel Stenberg
|
e4fefd088d
|
cygnus can't include winsock.h even though it has it, why we need to
make a different and more complicated check for when to include it
|
2002-02-25 08:20:29 +00:00 |
|
Daniel Stenberg
|
95e601e2b1
|
"Yet Another Geek" made %{content_type} work in the -w/--writeout option.
|
2002-02-25 07:40:49 +00:00 |
|
Daniel Stenberg
|
b1ffe7b74a
|
better time selection for the connect timeout
|
2002-02-22 15:44:37 +00:00 |
|
Daniel Stenberg
|
417c8fb602
|
16 tests OK
|
2002-02-22 15:40:17 +00:00 |
|
Daniel Stenberg
|
85efa64c31
|
cut off big parts of the banner
|
2002-02-22 15:17:41 +00:00 |
|
Daniel Stenberg
|
d8cb026e80
|
make sure the custom config-*.h files are in the dist as well
|
2002-02-22 15:12:17 +00:00 |
|
Daniel Stenberg
|
41dd5121f0
|
adjusted to work on test case 11 better
|
2002-02-22 13:54:06 +00:00 |
|
Daniel Stenberg
|
94482d7ca5
|
use -W too
|
2002-02-22 13:53:41 +00:00 |
|
Daniel Stenberg
|
4d0e51aead
|
fixed to work with 'nonewline' and thus this passes OK with the new http
server and things
|
2002-02-22 10:51:19 +00:00 |
|
Daniel Stenberg
|
ae8a8c8ba4
|
support for using protocol without a trailing newline
|
2002-02-22 10:50:36 +00:00 |
|
Daniel Stenberg
|
7d043f46d5
|
hide debug output from screen, use log/ for logfiles
|
2002-02-22 10:40:05 +00:00 |
|
Daniel Stenberg
|
cbca19d6c2
|
lib/config.h.in added to dist
|
2002-02-22 07:51:23 +00:00 |
|
Daniel Stenberg
|
b40b9677b6
|
VMS adjustments
|
2002-02-20 23:24:04 +00:00 |
|
Daniel Stenberg
|
c80ad865db
|
new from Nico!
|
2002-02-20 13:48:03 +00:00 |
|
Daniel Stenberg
|
758eae49ab
|
four more bugfixes, one VMS adjustment
|
2002-02-20 13:47:36 +00:00 |
|
Daniel Stenberg
|
721b05e343
|
Nico Baggus' VMS tweaks
|
2002-02-20 13:46:53 +00:00 |
|
Daniel Stenberg
|
a333bddeeb
|
Andrs Garca solved bug report #515228 by making sure the progress meter
is updated even if everything is read in one single pass, as the windows
functions apparantly does more often than other systems.
|
2002-02-20 13:38:34 +00:00 |
|
Daniel Stenberg
|
4c6a52fe90
|
corrected reference to multi-using examples
|
2002-02-19 11:02:01 +00:00 |
|
Daniel Stenberg
|
792d73a9cf
|
include winsock.h on window boxen to work smoother there
|
2002-02-19 11:00:34 +00:00 |
|
Daniel Stenberg
|
9a95a3f8c3
|
moved the config.h to lib/config.h
|
2002-02-19 01:06:56 +00:00 |
|
Daniel Stenberg
|
485edb777f
|
a minor step forwards
|
2002-02-19 01:04:46 +00:00 |
|
Daniel Stenberg
|
a8c3431ae9
|
use the new HTTP server input file
|
2002-02-19 01:04:31 +00:00 |
|
Daniel Stenberg
|
6fe4a6fa9a
|
cut off the old perl one, this only runs the C coded version
|
2002-02-19 01:03:45 +00:00 |
|
Daniel Stenberg
|
6d8c7356d6
|
fixed the huge text just in case anyone actually reads it
|
2002-02-19 00:26:44 +00:00 |
|
Daniel Stenberg
|
a782c96e81
|
no .. in path
|
2002-02-19 00:26:25 +00:00 |
|
Daniel Stenberg
|
c795123cd5
|
fixed a long long mistake
|
2002-02-18 23:32:45 +00:00 |
|
Daniel Stenberg
|
0ec370e6fb
|
auth on multiple hosts with follow-location
|
2002-02-18 23:17:57 +00:00 |
|
Daniel Stenberg
|
3d5732d4e0
|
Rick Richardson's getaddrinfo() usage fix to speed up name resolves
|
2002-02-18 23:12:37 +00:00 |
|
Daniel Stenberg
|
b795929858
|
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!
|
2002-02-18 22:59:26 +00:00 |
|
Daniel Stenberg
|
535258ffe4
|
Philip Gladstone's size problem in add_buffer_send()
|
2002-02-18 22:41:52 +00:00 |
|
Daniel Stenberg
|
cc161b96ac
|
4 fixes
|
2002-02-18 10:51:50 +00:00 |
|
Daniel Stenberg
|
5c4b422b18
|
offer SSL verfication callback,
add 'headers=' in client formpost
|
2002-02-18 10:51:28 +00:00 |
|
Daniel Stenberg
|
89bad584c3
|
updated LDAP URL syntax references by Aron Roberts
|
2002-02-18 10:47:27 +00:00 |
|
Daniel Stenberg
|
e21926f7f0
|
connection timeout comparison fix by Emil
|
2002-02-18 10:05:18 +00:00 |
|
Daniel Stenberg
|
e452f467d4
|
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
|
2002-02-17 14:55:35 +00:00 |
|
Daniel Stenberg
|
dfda7ba456
|
corrected the Expect: ignore, made Content-Type: possible to skip
|
2002-02-17 14:42:44 +00:00 |
|
Daniel Stenberg
|
feb6b6445e
|
Giaslas Georgios's Host: over proxy fix
|
2002-02-17 11:17:37 +00:00 |
|
Daniel Stenberg
|
0b57fa9c51
|
http server added to CVS, config*h files moved
|
2002-02-07 15:13:11 +00:00 |
|
Daniel Stenberg
|
55c6f60c90
|
ugh. the VMS stuff must've been like that for a reason, I put it back again
|
2002-02-07 14:47:41 +00:00 |
|
Daniel Stenberg
|
9def011e8e
|
moved the config-* files to lib/Makefile.am
|
2002-02-07 14:35:14 +00:00 |
|
Daniel Stenberg
|
7cf6e8c9cc
|
moved the config-* files here from the ../Makefile.am
|
2002-02-07 14:34:34 +00:00 |
|
Daniel Stenberg
|
cdee43aa59
|
use the config files in this directory now, not ../
|
2002-02-07 14:33:36 +00:00 |
|
Daniel Stenberg
|
9c25b58b4c
|
moved the config-*.h files from root to the lib/ dir
|
2002-02-07 14:32:28 +00:00 |
|
Daniel Stenberg
|
83f35463f5
|
added note about persistancy in the server
|
2002-02-07 12:52:04 +00:00 |
|
Daniel Stenberg
|
818cdb879e
|
POSTs seems to work somewhat now
|
2002-02-07 12:42:59 +00:00 |
|
Daniel Stenberg
|
3eead2d6c4
|
port number fix, now stores the processed request sent to the server
|
2002-02-07 12:40:06 +00:00 |
|
Daniel Stenberg
|
5cffe055ad
|
added Cris Bailiff's CAdir option suggestion
|
2002-02-07 10:43:43 +00:00 |
|
Daniel Stenberg
|
3d4511daf3
|
the initial C code for the new HTTP test server
|
2002-02-07 09:39:15 +00:00 |
|