Daniel Stenberg [Thu, 28 Feb 2002 12:36:25 +0000 (12:36 +0000)]
set CURL_MEMDEBUG to enable memory debugging in case curl is compiled
with it
Daniel Stenberg [Thu, 28 Feb 2002 12:35:54 +0000 (12:35 +0000)]
added -t for trace, helps searching for leaks and similar
Daniel Stenberg [Thu, 28 Feb 2002 12:35:09 +0000 (12:35 +0000)]
memory debugging is now only enabled if the CURL_MEMDEBUG environment
variable is set when curl is invoked
Daniel Stenberg [Thu, 28 Feb 2002 12:18:15 +0000 (12:18 +0000)]
always allocates at least 64 bytes for real, and damages them before free
Daniel Stenberg [Wed, 27 Feb 2002 15:09:23 +0000 (15:09 +0000)]
made building outside the source tree work again, Kevin Roth reported
Daniel Stenberg [Wed, 27 Feb 2002 12:40:01 +0000 (12:40 +0000)]
minor edit
Daniel Stenberg [Wed, 27 Feb 2002 07:50:22 +0000 (07:50 +0000)]
oops, we weren't doing HTTPS - now we are
Daniel Stenberg [Wed, 27 Feb 2002 07:49:01 +0000 (07:49 +0000)]
test 304, HTTPS multipart formpost
Daniel Stenberg [Wed, 27 Feb 2002 07:41:46 +0000 (07:41 +0000)]
use the correct time in the cookie jar
Daniel Stenberg [Wed, 27 Feb 2002 07:38:04 +0000 (07:38 +0000)]
made Max-Age work as defined in the RFC.
my brain damaged fix to not parse spaces as part of the value is now fixed
to instead strip off trailing spaces from values.
Daniel Stenberg [Tue, 26 Feb 2002 13:38:12 +0000 (13:38 +0000)]
modified cookie expire date
Daniel Stenberg [Tue, 26 Feb 2002 13:18:39 +0000 (13:18 +0000)]
new field1 functionality testing too
Daniel Stenberg [Tue, 26 Feb 2002 13:18:08 +0000 (13:18 +0000)]
When saving a cookie jar, set field 1 (counted from 0) properly to TRUE if the
domain starts with a dot.
Daniel Stenberg [Tue, 26 Feb 2002 13:09:46 +0000 (13:09 +0000)]
test 31: "HTTP with weirdly formatted cookies and cookiejar storage"
Daniel Stenberg [Tue, 26 Feb 2002 13:07:53 +0000 (13:07 +0000)]
removed crash on weird input, this also better discards silly input
Daniel Stenberg [Tue, 26 Feb 2002 07:59:43 +0000 (07:59 +0000)]
7.9.5-pre4 commit
Daniel Stenberg [Mon, 25 Feb 2002 15:25:34 +0000 (15:25 +0000)]
more custom stuff, much about dealing with cookies
Daniel Stenberg [Mon, 25 Feb 2002 14:09:31 +0000 (14:09 +0000)]
a never ending stream of things to do...
Daniel Stenberg [Mon, 25 Feb 2002 14:08:51 +0000 (14:08 +0000)]
use env to run perl
Daniel Stenberg [Mon, 25 Feb 2002 14:08:18 +0000 (14:08 +0000)]
automake usage and options cleanup
Daniel Stenberg [Mon, 25 Feb 2002 13:25:33 +0000 (13:25 +0000)]
happy new year
Daniel Stenberg [Mon, 25 Feb 2002 12:49:21 +0000 (12:49 +0000)]
We got this web server's embryo from Georg Horn, muchos gracias.
Daniel Stenberg [Mon, 25 Feb 2002 12:45:48 +0000 (12:45 +0000)]
the test suite http server is now automake'd
Daniel Stenberg [Mon, 25 Feb 2002 12:45:20 +0000 (12:45 +0000)]
use the pid file, use the automake subdir
Daniel Stenberg [Mon, 25 Feb 2002 12:44:58 +0000 (12:44 +0000)]
automake this dir too
Daniel Stenberg [Mon, 25 Feb 2002 12:14:24 +0000 (12:14 +0000)]
use the former logfile name again since the ftp server also uses that...
Daniel Stenberg [Mon, 25 Feb 2002 11:12:10 +0000 (11:12 +0000)]
we actually ran all tests just now, feb 25th, 2002 12:11 MET. with the
new http server on Linux
Daniel Stenberg [Mon, 25 Feb 2002 11:11:03 +0000 (11:11 +0000)]
reply/postcmd support for "wait"
Daniel Stenberg [Mon, 25 Feb 2002 11:00:16 +0000 (11:00 +0000)]
portability, step one, use a config.h.in file
Daniel Stenberg [Mon, 25 Feb 2002 10:56:37 +0000 (10:56 +0000)]
generate a config file for the test suite http server too
Daniel Stenberg [Mon, 25 Feb 2002 10:27:29 +0000 (10:27 +0000)]
create the pidfile and store the pid on invoke
Daniel Stenberg [Mon, 25 Feb 2002 10:12:04 +0000 (10:12 +0000)]
oops, #if not #ifdef
Daniel Stenberg [Mon, 25 Feb 2002 09:42:58 +0000 (09:42 +0000)]
support HUGE requests too
Daniel Stenberg [Mon, 25 Feb 2002 09:08:28 +0000 (09:08 +0000)]
make sure -d is treated as a POST request and thus should fail if mixed
with -I for example
Daniel Stenberg [Mon, 25 Feb 2002 09:07:26 +0000 (09:07 +0000)]
modified the command to fail properly! ;-)
Daniel Stenberg [Mon, 25 Feb 2002 08:20:29 +0000 (08:20 +0000)]
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
Daniel Stenberg [Mon, 25 Feb 2002 07:40:49 +0000 (07:40 +0000)]
"Yet Another Geek" made %{content_type} work in the -w/--writeout option.
Daniel Stenberg [Fri, 22 Feb 2002 15:44:37 +0000 (15:44 +0000)]
better time selection for the connect timeout
Daniel Stenberg [Fri, 22 Feb 2002 15:40:17 +0000 (15:40 +0000)]
16 tests OK
Daniel Stenberg [Fri, 22 Feb 2002 15:17:41 +0000 (15:17 +0000)]
cut off big parts of the banner
Daniel Stenberg [Fri, 22 Feb 2002 15:12:17 +0000 (15:12 +0000)]
make sure the custom config-*.h files are in the dist as well
Daniel Stenberg [Fri, 22 Feb 2002 13:54:06 +0000 (13:54 +0000)]
adjusted to work on test case 11 better
Daniel Stenberg [Fri, 22 Feb 2002 13:53:41 +0000 (13:53 +0000)]
use -W too
Daniel Stenberg [Fri, 22 Feb 2002 10:51:19 +0000 (10:51 +0000)]
fixed to work with 'nonewline' and thus this passes OK with the new http
server and things
Daniel Stenberg [Fri, 22 Feb 2002 10:50:36 +0000 (10:50 +0000)]
support for using protocol without a trailing newline
Daniel Stenberg [Fri, 22 Feb 2002 10:40:05 +0000 (10:40 +0000)]
hide debug output from screen, use log/ for logfiles
Daniel Stenberg [Fri, 22 Feb 2002 07:51:23 +0000 (07:51 +0000)]
lib/config.h.in added to dist
Daniel Stenberg [Wed, 20 Feb 2002 23:24:04 +0000 (23:24 +0000)]
VMS adjustments
Daniel Stenberg [Wed, 20 Feb 2002 13:48:03 +0000 (13:48 +0000)]
new from Nico!
Daniel Stenberg [Wed, 20 Feb 2002 13:47:36 +0000 (13:47 +0000)]
four more bugfixes, one VMS adjustment
Daniel Stenberg [Wed, 20 Feb 2002 13:46:53 +0000 (13:46 +0000)]
Nico Baggus' VMS tweaks
Daniel Stenberg [Wed, 20 Feb 2002 13:38:34 +0000 (13:38 +0000)]
Andrés García 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.
Daniel Stenberg [Tue, 19 Feb 2002 11:02:01 +0000 (11:02 +0000)]
corrected reference to multi-using examples
Daniel Stenberg [Tue, 19 Feb 2002 11:00:34 +0000 (11:00 +0000)]
include winsock.h on window boxen to work smoother there
Daniel Stenberg [Tue, 19 Feb 2002 01:06:56 +0000 (01:06 +0000)]
moved the config.h to lib/config.h
Daniel Stenberg [Tue, 19 Feb 2002 01:04:46 +0000 (01:04 +0000)]
a minor step forwards
Daniel Stenberg [Tue, 19 Feb 2002 01:04:31 +0000 (01:04 +0000)]
use the new HTTP server input file
Daniel Stenberg [Tue, 19 Feb 2002 01:03:45 +0000 (01:03 +0000)]
cut off the old perl one, this only runs the C coded version
Daniel Stenberg [Tue, 19 Feb 2002 00:26:44 +0000 (00:26 +0000)]
fixed the huge text just in case anyone actually reads it
Daniel Stenberg [Tue, 19 Feb 2002 00:26:25 +0000 (00:26 +0000)]
no .. in path
Daniel Stenberg [Mon, 18 Feb 2002 23:32:45 +0000 (23:32 +0000)]
fixed a long long mistake
Daniel Stenberg [Mon, 18 Feb 2002 23:17:57 +0000 (23:17 +0000)]
auth on multiple hosts with follow-location
Daniel Stenberg [Mon, 18 Feb 2002 23:12:37 +0000 (23:12 +0000)]
Rick Richardson's getaddrinfo() usage fix to speed up name resolves
Daniel Stenberg [Mon, 18 Feb 2002 22:59:26 +0000 (22:59 +0000)]
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!
Daniel Stenberg [Mon, 18 Feb 2002 22:41:52 +0000 (22:41 +0000)]
Philip Gladstone's size problem in add_buffer_send()
Daniel Stenberg [Mon, 18 Feb 2002 10:51:50 +0000 (10:51 +0000)]
4 fixes
Daniel Stenberg [Mon, 18 Feb 2002 10:51:28 +0000 (10:51 +0000)]
offer SSL verfication callback,
add 'headers=' in client formpost
Daniel Stenberg [Mon, 18 Feb 2002 10:47:27 +0000 (10:47 +0000)]
updated LDAP URL syntax references by Aron Roberts
Daniel Stenberg [Mon, 18 Feb 2002 10:05:18 +0000 (10:05 +0000)]
connection timeout comparison fix by Emil
Daniel Stenberg [Sun, 17 Feb 2002 14:55:35 +0000 (14:55 +0000)]
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
Daniel Stenberg [Sun, 17 Feb 2002 14:42:44 +0000 (14:42 +0000)]
corrected the Expect: ignore, made Content-Type: possible to skip
Daniel Stenberg [Sun, 17 Feb 2002 11:17:37 +0000 (11:17 +0000)]
Giaslas Georgios's Host: over proxy fix
Daniel Stenberg [Thu, 7 Feb 2002 15:13:11 +0000 (15:13 +0000)]
http server added to CVS, config*h files moved
Daniel Stenberg [Thu, 7 Feb 2002 14:47:41 +0000 (14:47 +0000)]
ugh. the VMS stuff must've been like that for a reason, I put it back again
Daniel Stenberg [Thu, 7 Feb 2002 14:35:14 +0000 (14:35 +0000)]
moved the config-* files to lib/Makefile.am
Daniel Stenberg [Thu, 7 Feb 2002 14:34:34 +0000 (14:34 +0000)]
moved the config-* files here from the ../Makefile.am
Daniel Stenberg [Thu, 7 Feb 2002 14:33:36 +0000 (14:33 +0000)]
use the config files in this directory now, not ../
Daniel Stenberg [Thu, 7 Feb 2002 14:32:28 +0000 (14:32 +0000)]
moved the config-*.h files from root to the lib/ dir
Daniel Stenberg [Thu, 7 Feb 2002 12:52:04 +0000 (12:52 +0000)]
added note about persistancy in the server
Daniel Stenberg [Thu, 7 Feb 2002 12:42:59 +0000 (12:42 +0000)]
POSTs seems to work somewhat now
Daniel Stenberg [Thu, 7 Feb 2002 12:40:06 +0000 (12:40 +0000)]
port number fix, now stores the processed request sent to the server
Daniel Stenberg [Thu, 7 Feb 2002 10:43:43 +0000 (10:43 +0000)]
added Cris Bailiff's CAdir option suggestion
Daniel Stenberg [Thu, 7 Feb 2002 09:39:15 +0000 (09:39 +0000)]
the initial C code for the new HTTP test server
Daniel Stenberg [Thu, 7 Feb 2002 09:34:43 +0000 (09:34 +0000)]
changes since 7.9.4
Daniel Stenberg [Thu, 7 Feb 2002 09:32:40 +0000 (09:32 +0000)]
don't add 2 to the post size, that was a previous mistake because there
was an extra CRLF added to the post data
Daniel Stenberg [Wed, 6 Feb 2002 16:04:03 +0000 (16:04 +0000)]
Miklos Nemeth windows update
Daniel Stenberg [Wed, 6 Feb 2002 16:03:28 +0000 (16:03 +0000)]
Miklos Nemeth added comments
Daniel Stenberg [Wed, 6 Feb 2002 16:01:10 +0000 (16:01 +0000)]
Miklos Nemeth improved the windows section
Daniel Stenberg [Wed, 6 Feb 2002 16:00:55 +0000 (16:00 +0000)]
Miklos Nemeth improved
Daniel Stenberg [Wed, 6 Feb 2002 15:48:53 +0000 (15:48 +0000)]
ARGH the CRLF I removed recently was not only done after the initial
content-type header, it was used for each part and thus without this it
failed MISERABLY. *smacks forhead*
Daniel Stenberg [Wed, 6 Feb 2002 09:49:34 +0000 (09:49 +0000)]
a few of the SSL options were added in 7.9.3 and it should be noted
accordingly
Daniel Stenberg [Wed, 6 Feb 2002 07:02:13 +0000 (07:02 +0000)]
Brent Beardsley found the content-type bug!
Daniel Stenberg [Tue, 5 Feb 2002 15:33:00 +0000 (15:33 +0000)]
Kevin Roth's discovered SSL download problem
Daniel Stenberg [Tue, 5 Feb 2002 11:43:29 +0000 (11:43 +0000)]
7.9.4
Daniel Stenberg [Mon, 4 Feb 2002 09:51:41 +0000 (09:51 +0000)]
7.9.4-pre2
Daniel Stenberg [Sun, 3 Feb 2002 15:00:51 +0000 (15:00 +0000)]
Eric Melville fixed spell mistakes on a few places
Daniel Stenberg [Fri, 1 Feb 2002 11:11:26 +0000 (11:11 +0000)]
Andreas Damm made getdate use gmtime_r if available
Daniel Stenberg [Thu, 31 Jan 2002 14:41:01 +0000 (14:41 +0000)]
Added the recycle handles chapter
Added most of the Customizing Operations chapter
Daniel Stenberg [Thu, 31 Jan 2002 14:24:55 +0000 (14:24 +0000)]
struct HttpHeader died ages ago, corrected comments
Daniel Stenberg [Thu, 31 Jan 2002 07:53:20 +0000 (07:53 +0000)]
Albert Chin:
Forgot one case. On HP-UX 11.00, gethostbyname_r() is properly defined
if -D_REENTRANT is used. Without it, the compiler still accepts the
function prototype but gives a warning about hostent_data going out of
scope. This is because struct hostent_data is not declared. So, we
force an error by trying to set a variable to the struct.