platform/upstream/curl.git
22 years agoNico Baggus added more error codes to the VMS stuff.
Daniel Stenberg [Thu, 28 Feb 2002 23:55:18 +0000 (23:55 +0000)]
Nico Baggus added more error codes to the VMS stuff.

22 years agoWesley Laxton's CURLOPT_PREQUOTE work
Daniel Stenberg [Thu, 28 Feb 2002 23:31:23 +0000 (23:31 +0000)]
Wesley Laxton's CURLOPT_PREQUOTE work

22 years agoRalph Mitchell's SSL problems made me notice that we didn't increase the
Daniel Stenberg [Thu, 28 Feb 2002 15:13:35 +0000 (15:13 +0000)]
Ralph Mitchell's SSL problems made me notice that we didn't increase the
header byte counter properly

22 years agomore fancy alloc, we store the size in each allocated block so that we
Daniel Stenberg [Thu, 28 Feb 2002 12:37:05 +0000 (12:37 +0000)]
more fancy alloc, we store the size in each allocated block so that we
can destroy the full allocated area just before we free it

22 years agoset CURL_MEMDEBUG to enable memory debugging in case curl is compiled
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

22 years agoadded -t for trace, helps searching for leaks and similar
Daniel Stenberg [Thu, 28 Feb 2002 12:35:54 +0000 (12:35 +0000)]
added -t for trace, helps searching for leaks and similar

22 years agomemory debugging is now only enabled if the CURL_MEMDEBUG environment
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

22 years agoalways allocates at least 64 bytes for real, and damages them before free
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

22 years agomade building outside the source tree work again, Kevin Roth reported
Daniel Stenberg [Wed, 27 Feb 2002 15:09:23 +0000 (15:09 +0000)]
made building outside the source tree work again, Kevin Roth reported

22 years agominor edit
Daniel Stenberg [Wed, 27 Feb 2002 12:40:01 +0000 (12:40 +0000)]
minor edit

22 years agooops, we weren't doing HTTPS - now we are
Daniel Stenberg [Wed, 27 Feb 2002 07:50:22 +0000 (07:50 +0000)]
oops, we weren't doing HTTPS - now we are

22 years agotest 304, HTTPS multipart formpost
Daniel Stenberg [Wed, 27 Feb 2002 07:49:01 +0000 (07:49 +0000)]
test 304, HTTPS multipart formpost

22 years agouse the correct time in the cookie jar
Daniel Stenberg [Wed, 27 Feb 2002 07:41:46 +0000 (07:41 +0000)]
use the correct time in the cookie jar

22 years agomade Max-Age work as defined in the RFC.
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.

22 years agomodified cookie expire date
Daniel Stenberg [Tue, 26 Feb 2002 13:38:12 +0000 (13:38 +0000)]
modified cookie expire date

22 years agonew field1 functionality testing too
Daniel Stenberg [Tue, 26 Feb 2002 13:18:39 +0000 (13:18 +0000)]
new field1 functionality testing too

22 years agoWhen saving a cookie jar, set field 1 (counted from 0) properly to TRUE if the
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.

22 years agotest 31: "HTTP with weirdly formatted cookies and cookiejar storage"
Daniel Stenberg [Tue, 26 Feb 2002 13:09:46 +0000 (13:09 +0000)]
test 31: "HTTP with weirdly formatted cookies and cookiejar storage"

22 years agoremoved crash on weird input, this also better discards silly input
Daniel Stenberg [Tue, 26 Feb 2002 13:07:53 +0000 (13:07 +0000)]
removed crash on weird input, this also better discards silly input

22 years ago7.9.5-pre4 commit
Daniel Stenberg [Tue, 26 Feb 2002 07:59:43 +0000 (07:59 +0000)]
7.9.5-pre4 commit

22 years agomore custom stuff, much about dealing with cookies
Daniel Stenberg [Mon, 25 Feb 2002 15:25:34 +0000 (15:25 +0000)]
more custom stuff, much about dealing with cookies

22 years agoa never ending stream of things to do...
Daniel Stenberg [Mon, 25 Feb 2002 14:09:31 +0000 (14:09 +0000)]
a never ending stream of things to do...

22 years agouse env to run perl
Daniel Stenberg [Mon, 25 Feb 2002 14:08:51 +0000 (14:08 +0000)]
use env to run perl

22 years agoautomake usage and options cleanup
Daniel Stenberg [Mon, 25 Feb 2002 14:08:18 +0000 (14:08 +0000)]
automake usage and options cleanup

22 years agohappy new year
Daniel Stenberg [Mon, 25 Feb 2002 13:25:33 +0000 (13:25 +0000)]
happy new year

22 years agoWe got this web server's embryo from Georg Horn, muchos gracias.
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.

22 years agothe test suite http server is now automake'd
Daniel Stenberg [Mon, 25 Feb 2002 12:45:48 +0000 (12:45 +0000)]
the test suite http server is now automake'd

22 years agouse the pid file, use the automake subdir
Daniel Stenberg [Mon, 25 Feb 2002 12:45:20 +0000 (12:45 +0000)]
use the pid file, use the automake subdir

22 years agoautomake this dir too
Daniel Stenberg [Mon, 25 Feb 2002 12:44:58 +0000 (12:44 +0000)]
automake this dir too

22 years agouse the former logfile name again since the ftp server also uses that...
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...

22 years agowe actually ran all tests just now, feb 25th, 2002 12:11 MET. with the
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

22 years agoreply/postcmd support for "wait"
Daniel Stenberg [Mon, 25 Feb 2002 11:11:03 +0000 (11:11 +0000)]
reply/postcmd support for "wait"

22 years agoportability, step one, use a config.h.in file
Daniel Stenberg [Mon, 25 Feb 2002 11:00:16 +0000 (11:00 +0000)]
portability, step one, use a config.h.in file

22 years agogenerate a config file for the test suite http server too
Daniel Stenberg [Mon, 25 Feb 2002 10:56:37 +0000 (10:56 +0000)]
generate a config file for the test suite http server too

22 years agocreate the pidfile and store the pid on invoke
Daniel Stenberg [Mon, 25 Feb 2002 10:27:29 +0000 (10:27 +0000)]
create the pidfile and store the pid on invoke

22 years agooops, #if not #ifdef
Daniel Stenberg [Mon, 25 Feb 2002 10:12:04 +0000 (10:12 +0000)]
oops, #if not #ifdef

22 years agosupport HUGE requests too
Daniel Stenberg [Mon, 25 Feb 2002 09:42:58 +0000 (09:42 +0000)]
support HUGE requests too

22 years agomake sure -d is treated as a POST request and thus should fail if mixed
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

22 years agomodified the command to fail properly! ;-)
Daniel Stenberg [Mon, 25 Feb 2002 09:07:26 +0000 (09:07 +0000)]
modified the command to fail properly! ;-)

22 years agocygnus can't include winsock.h even though it has it, why we need to
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

22 years ago"Yet Another Geek" made %{content_type} work in the -w/--writeout option.
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.

22 years agobetter time selection for the connect timeout
Daniel Stenberg [Fri, 22 Feb 2002 15:44:37 +0000 (15:44 +0000)]
better time selection for the connect timeout

22 years ago16 tests OK
Daniel Stenberg [Fri, 22 Feb 2002 15:40:17 +0000 (15:40 +0000)]
16 tests OK

22 years agocut off big parts of the banner
Daniel Stenberg [Fri, 22 Feb 2002 15:17:41 +0000 (15:17 +0000)]
cut off big parts of the banner

22 years agomake sure the custom config-*.h files are in the dist as well
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

22 years agoadjusted to work on test case 11 better
Daniel Stenberg [Fri, 22 Feb 2002 13:54:06 +0000 (13:54 +0000)]
adjusted to work on test case 11 better

22 years agouse -W too
Daniel Stenberg [Fri, 22 Feb 2002 13:53:41 +0000 (13:53 +0000)]
use -W too

22 years agofixed to work with 'nonewline' and thus this passes OK with the new http
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

22 years agosupport for using protocol without a trailing newline
Daniel Stenberg [Fri, 22 Feb 2002 10:50:36 +0000 (10:50 +0000)]
support for using protocol without a trailing newline

22 years agohide debug output from screen, use log/ for logfiles
Daniel Stenberg [Fri, 22 Feb 2002 10:40:05 +0000 (10:40 +0000)]
hide debug output from screen, use log/ for logfiles

22 years agolib/config.h.in added to dist
Daniel Stenberg [Fri, 22 Feb 2002 07:51:23 +0000 (07:51 +0000)]
lib/config.h.in added to dist

22 years agoVMS adjustments
Daniel Stenberg [Wed, 20 Feb 2002 23:24:04 +0000 (23:24 +0000)]
VMS adjustments

22 years agonew from Nico!
Daniel Stenberg [Wed, 20 Feb 2002 13:48:03 +0000 (13:48 +0000)]
new from Nico!

22 years agofour more bugfixes, one VMS adjustment
Daniel Stenberg [Wed, 20 Feb 2002 13:47:36 +0000 (13:47 +0000)]
four more bugfixes, one VMS adjustment

22 years agoNico Baggus' VMS tweaks
Daniel Stenberg [Wed, 20 Feb 2002 13:46:53 +0000 (13:46 +0000)]
Nico Baggus' VMS tweaks

22 years agoAndrés García solved bug report #515228 by making sure the progress meter
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.

22 years agocorrected reference to multi-using examples
Daniel Stenberg [Tue, 19 Feb 2002 11:02:01 +0000 (11:02 +0000)]
corrected reference to multi-using examples

22 years agoinclude winsock.h on window boxen to work smoother there
Daniel Stenberg [Tue, 19 Feb 2002 11:00:34 +0000 (11:00 +0000)]
include winsock.h on window boxen to work smoother there

22 years agomoved the config.h to lib/config.h
Daniel Stenberg [Tue, 19 Feb 2002 01:06:56 +0000 (01:06 +0000)]
moved the config.h to lib/config.h

22 years agoa minor step forwards
Daniel Stenberg [Tue, 19 Feb 2002 01:04:46 +0000 (01:04 +0000)]
a minor step forwards

22 years agouse the new HTTP server input file
Daniel Stenberg [Tue, 19 Feb 2002 01:04:31 +0000 (01:04 +0000)]
use the new HTTP server input file

22 years agocut off the old perl one, this only runs the C coded version
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

22 years agofixed the huge text just in case anyone actually reads it
Daniel Stenberg [Tue, 19 Feb 2002 00:26:44 +0000 (00:26 +0000)]
fixed the huge text just in case anyone actually reads it

22 years agono .. in path
Daniel Stenberg [Tue, 19 Feb 2002 00:26:25 +0000 (00:26 +0000)]
no .. in path

22 years agofixed a long long mistake
Daniel Stenberg [Mon, 18 Feb 2002 23:32:45 +0000 (23:32 +0000)]
fixed a long long mistake

22 years agoauth on multiple hosts with follow-location
Daniel Stenberg [Mon, 18 Feb 2002 23:17:57 +0000 (23:17 +0000)]
auth on multiple hosts with follow-location

22 years agoRick Richardson's getaddrinfo() usage fix to speed up name resolves
Daniel Stenberg [Mon, 18 Feb 2002 23:12:37 +0000 (23:12 +0000)]
Rick Richardson's getaddrinfo() usage fix to speed up name resolves

22 years agoINADDR_NONE should be in_addr_t to work with 64bit archs better.
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!

22 years agoPhilip Gladstone's size problem in add_buffer_send()
Daniel Stenberg [Mon, 18 Feb 2002 22:41:52 +0000 (22:41 +0000)]
Philip Gladstone's size problem in add_buffer_send()

22 years ago4 fixes
Daniel Stenberg [Mon, 18 Feb 2002 10:51:50 +0000 (10:51 +0000)]
4 fixes

22 years agooffer SSL verfication callback,
Daniel Stenberg [Mon, 18 Feb 2002 10:51:28 +0000 (10:51 +0000)]
offer SSL verfication callback,
add 'headers=' in client formpost

22 years agoupdated LDAP URL syntax references by Aron Roberts
Daniel Stenberg [Mon, 18 Feb 2002 10:47:27 +0000 (10:47 +0000)]
updated LDAP URL syntax references by Aron Roberts

22 years agoconnection timeout comparison fix by Emil
Daniel Stenberg [Mon, 18 Feb 2002 10:05:18 +0000 (10:05 +0000)]
connection timeout comparison fix by Emil

22 years agoPhilip Gladstone's 64-bit issues corrected.
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

22 years agocorrected the Expect: ignore, made Content-Type: possible to skip
Daniel Stenberg [Sun, 17 Feb 2002 14:42:44 +0000 (14:42 +0000)]
corrected the Expect: ignore, made Content-Type: possible to skip

22 years agoGiaslas Georgios's Host: over proxy fix
Daniel Stenberg [Sun, 17 Feb 2002 11:17:37 +0000 (11:17 +0000)]
Giaslas Georgios's Host: over proxy fix

22 years agohttp server added to CVS, config*h files moved
Daniel Stenberg [Thu, 7 Feb 2002 15:13:11 +0000 (15:13 +0000)]
http server added to CVS, config*h files moved

22 years agough. the VMS stuff must've been like that for a reason, I put it back again
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

22 years agomoved the config-* files to lib/Makefile.am
Daniel Stenberg [Thu, 7 Feb 2002 14:35:14 +0000 (14:35 +0000)]
moved the config-* files to lib/Makefile.am

22 years agomoved the config-* files here from the ../Makefile.am
Daniel Stenberg [Thu, 7 Feb 2002 14:34:34 +0000 (14:34 +0000)]
moved the config-* files here from the ../Makefile.am

22 years agouse the config files in this directory now, not ../
Daniel Stenberg [Thu, 7 Feb 2002 14:33:36 +0000 (14:33 +0000)]
use the config files in this directory now, not ../

22 years agomoved the config-*.h files from root to the lib/ dir
Daniel Stenberg [Thu, 7 Feb 2002 14:32:28 +0000 (14:32 +0000)]
moved the config-*.h files from root to the lib/ dir

22 years agoadded note about persistancy in the server
Daniel Stenberg [Thu, 7 Feb 2002 12:52:04 +0000 (12:52 +0000)]
added note about persistancy in the server

22 years agoPOSTs seems to work somewhat now
Daniel Stenberg [Thu, 7 Feb 2002 12:42:59 +0000 (12:42 +0000)]
POSTs seems to work somewhat now

22 years agoport number fix, now stores the processed request sent to the server
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

22 years agoadded Cris Bailiff's CAdir option suggestion
Daniel Stenberg [Thu, 7 Feb 2002 10:43:43 +0000 (10:43 +0000)]
added Cris Bailiff's CAdir option suggestion

22 years agothe initial C code for the new HTTP test server
Daniel Stenberg [Thu, 7 Feb 2002 09:39:15 +0000 (09:39 +0000)]
the initial C code for the new HTTP test server

22 years agochanges since 7.9.4
Daniel Stenberg [Thu, 7 Feb 2002 09:34:43 +0000 (09:34 +0000)]
changes since 7.9.4

22 years agodon't add 2 to the post size, that was a previous mistake because there
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

22 years agoMiklos Nemeth windows update
Daniel Stenberg [Wed, 6 Feb 2002 16:04:03 +0000 (16:04 +0000)]
Miklos Nemeth windows update

22 years agoMiklos Nemeth added comments
Daniel Stenberg [Wed, 6 Feb 2002 16:03:28 +0000 (16:03 +0000)]
Miklos Nemeth added comments

22 years agoMiklos Nemeth improved the windows section
Daniel Stenberg [Wed, 6 Feb 2002 16:01:10 +0000 (16:01 +0000)]
Miklos Nemeth improved the windows section

22 years agoMiklos Nemeth improved
Daniel Stenberg [Wed, 6 Feb 2002 16:00:55 +0000 (16:00 +0000)]
Miklos Nemeth improved

22 years agoARGH the CRLF I removed recently was not only done after the initial
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*

22 years agoa few of the SSL options were added in 7.9.3 and it should be noted
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

22 years agoBrent Beardsley found the content-type bug!
Daniel Stenberg [Wed, 6 Feb 2002 07:02:13 +0000 (07:02 +0000)]
Brent Beardsley found the content-type bug!

22 years agoKevin Roth's discovered SSL download problem
Daniel Stenberg [Tue, 5 Feb 2002 15:33:00 +0000 (15:33 +0000)]
Kevin Roth's discovered SSL download problem

22 years ago7.9.4
Daniel Stenberg [Tue, 5 Feb 2002 11:43:29 +0000 (11:43 +0000)]
7.9.4

22 years ago7.9.4-pre2
Daniel Stenberg [Mon, 4 Feb 2002 09:51:41 +0000 (09:51 +0000)]
7.9.4-pre2

22 years agoEric Melville fixed spell mistakes on a few places
Daniel Stenberg [Sun, 3 Feb 2002 15:00:51 +0000 (15:00 +0000)]
Eric Melville fixed spell mistakes on a few places