platform/upstream/curl.git
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

22 years agoAndreas Damm made getdate use gmtime_r if available
Daniel Stenberg [Fri, 1 Feb 2002 11:11:26 +0000 (11:11 +0000)]
Andreas Damm made getdate use gmtime_r if available

22 years agoAdded the recycle handles chapter
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

22 years agostruct HttpHeader died ages ago, corrected comments
Daniel Stenberg [Thu, 31 Jan 2002 14:24:55 +0000 (14:24 +0000)]
struct HttpHeader died ages ago, corrected comments

22 years agoAlbert Chin:
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.

22 years ago_num_chars did wrong when called with a number that starts with 1!
Daniel Stenberg [Thu, 31 Jan 2002 07:51:06 +0000 (07:51 +0000)]
_num_chars did wrong when called with a number that starts with 1!

22 years agocorrected the docs for CURLINFO_FILETIME
Daniel Stenberg [Thu, 31 Jan 2002 07:17:32 +0000 (07:17 +0000)]
corrected the docs for  CURLINFO_FILETIME

22 years agoGiaslas Georgios provided docs for CURLINFO_CONTENT_TYPE
Daniel Stenberg [Thu, 31 Jan 2002 07:10:41 +0000 (07:10 +0000)]
Giaslas Georgios provided docs for CURLINFO_CONTENT_TYPE

22 years agoGeorg Horn the previous SSL_read() fix, this was actually the fix I did
Daniel Stenberg [Wed, 30 Jan 2002 21:49:29 +0000 (21:49 +0000)]
Georg Horn the previous SSL_read() fix, this was actually the fix I did
on my test machine! :-)

22 years agoI have too many ideas of what to mention in this docs
Daniel Stenberg [Wed, 30 Jan 2002 15:35:02 +0000 (15:35 +0000)]
I have too many ideas of what to mention in this docs

22 years agoGeorg Horn found yet another SSL reading problem caused by the non-blocks.
Daniel Stenberg [Wed, 30 Jan 2002 15:11:47 +0000 (15:11 +0000)]
Georg Horn found yet another SSL reading problem caused by the non-blocks.
This was a real bummer!

22 years agobig-time alert that this doesn't work
Daniel Stenberg [Wed, 30 Jan 2002 10:18:47 +0000 (10:18 +0000)]
big-time alert that this doesn't work

22 years agothe interface is simply called the "C" one these days
Daniel Stenberg [Wed, 30 Jan 2002 10:07:49 +0000 (10:07 +0000)]
the interface is simply called the "C" one these days

22 years agoextended the proxy chapter mucho
Daniel Stenberg [Wed, 30 Jan 2002 10:04:40 +0000 (10:04 +0000)]
extended the proxy chapter mucho

22 years agonow re-seed by force (even if already seeded) if a random file or egd socket
Daniel Stenberg [Wed, 30 Jan 2002 08:17:23 +0000 (08:17 +0000)]
now re-seed by force (even if already seeded) if a random file or egd socket
is given

22 years agoconn->upload_bufsize exists no more
Daniel Stenberg [Tue, 29 Jan 2002 20:34:30 +0000 (20:34 +0000)]
conn->upload_bufsize exists no more

22 years agoappend a CRLF pair after the content-type line
Daniel Stenberg [Tue, 29 Jan 2002 20:32:10 +0000 (20:32 +0000)]
append a CRLF pair after the content-type line

22 years agoremoved three loust fprintf()s
Daniel Stenberg [Tue, 29 Jan 2002 20:30:56 +0000 (20:30 +0000)]
removed three loust fprintf()s
removed the initial CRLF in the formpost, as they are part of the request
and should be written by the code in http.c!

22 years agoupload progress counter fix, removed the adjustable upload buffer size
Daniel Stenberg [Tue, 29 Jan 2002 20:28:59 +0000 (20:28 +0000)]
upload progress counter fix, removed the adjustable upload buffer size

22 years agono more adjustable upload buffer size, we use non-blocking sockets now so
Daniel Stenberg [Tue, 29 Jan 2002 20:28:26 +0000 (20:28 +0000)]
no more adjustable upload buffer size, we use non-blocking sockets now so
this work-around is not needed anymore!

22 years agonine items since 7.9.3
Daniel Stenberg [Tue, 29 Jan 2002 14:12:12 +0000 (14:12 +0000)]
nine items since 7.9.3

22 years ago- T. Bharath pointed out that we seed SSL on every connect, which is a time-
Daniel Stenberg [Tue, 29 Jan 2002 14:11:38 +0000 (14:11 +0000)]
- T. Bharath pointed out that we seed SSL on every connect, which is a time-
  consuming operation that should only be needed to do once. We patched
  libcurl to now only seed on the first connect when unseeded. The seeded
  status is global so it'll now only happen once during a program's life time.

22 years agobad tag
Daniel Stenberg [Tue, 29 Jan 2002 10:55:57 +0000 (10:55 +0000)]
bad tag

22 years agoGiaslas Georgios introduced CURLINFO_CONTENT_TYPE
Daniel Stenberg [Tue, 29 Jan 2002 10:49:32 +0000 (10:49 +0000)]
Giaslas Georgios introduced CURLINFO_CONTENT_TYPE

22 years agoSteve Marx helped us realize that we shouldn't treat customrequest as a
Daniel Stenberg [Mon, 28 Jan 2002 19:31:26 +0000 (19:31 +0000)]
Steve Marx helped us realize that we shouldn't treat customrequest as a
request of its own, it just changes the keyword of a request.

22 years agosomeone should have me punished, but this bug made curl bug seriously
Daniel Stenberg [Mon, 28 Jan 2002 19:23:18 +0000 (19:23 +0000)]
someone should have me punished, but this bug made curl bug seriously
on IPv4-linux machines

22 years agodon't count a custom request as a request type of its own, it is merely
Daniel Stenberg [Mon, 28 Jan 2002 19:22:40 +0000 (19:22 +0000)]
don't count a custom request as a request type of its own, it is merely
a modifier of another type

22 years agonewly generated
Daniel Stenberg [Mon, 28 Jan 2002 18:39:55 +0000 (18:39 +0000)]
newly generated

22 years agoAndreas Damm made it reentrant safe!
Daniel Stenberg [Mon, 28 Jan 2002 18:39:40 +0000 (18:39 +0000)]
Andreas Damm made it reentrant safe!

22 years agono longer add CRLF _after_ POST data, it should not be needed. Pedro Neves
Daniel Stenberg [Sun, 27 Jan 2002 11:51:11 +0000 (11:51 +0000)]
no longer add CRLF _after_ POST data, it should not be needed. Pedro Neves
pointed out this ugliness.

22 years agoset header and request size to 0 before each *_perform()
Daniel Stenberg [Sun, 27 Jan 2002 11:49:17 +0000 (11:49 +0000)]
set header and request size to 0 before each *_perform()

22 years agopostit.c is removed, it used the deprecated curl_formparse() and may
Daniel Stenberg [Fri, 25 Jan 2002 10:07:07 +0000 (10:07 +0000)]
postit.c is removed, it used the deprecated curl_formparse() and may
encourage people to use bad functions

22 years agobug report #508235 identified a non-working Location: following, and this
Daniel Stenberg [Fri, 25 Jan 2002 08:35:49 +0000 (08:35 +0000)]
bug report #508235 identified a non-working Location: following, and this
little fix seems to correct it. another case where we just returned and
didn't shut off the reading. This bug is introduced in 7.9.3 due to the
new internal "order".

22 years agodon't install the example programs! :-O
Daniel Stenberg [Thu, 24 Jan 2002 07:38:01 +0000 (07:38 +0000)]
don't install the example programs! :-O

22 years ago7.9.3
Daniel Stenberg [Wed, 23 Jan 2002 18:10:00 +0000 (18:10 +0000)]
7.9.3

22 years ago7.9.3 public
Daniel Stenberg [Wed, 23 Jan 2002 18:01:16 +0000 (18:01 +0000)]
7.9.3 public

22 years agoAndrés García found out that we didn't properly stop reading from a connection
Daniel Stenberg [Wed, 23 Jan 2002 07:15:32 +0000 (07:15 +0000)]
Andrés García found out that we didn't properly stop reading from a connection
after the headers on a HEAD request. This bug has been added in 7.9.3 and was
mnot present earlier.

22 years agomore about passwords and started about proxies
Daniel Stenberg [Tue, 22 Jan 2002 13:41:00 +0000 (13:41 +0000)]
more about passwords and started about proxies

22 years agoverify big files
Daniel Stenberg [Tue, 22 Jan 2002 13:10:16 +0000 (13:10 +0000)]
verify big files

22 years agominor edit
Daniel Stenberg [Tue, 22 Jan 2002 08:22:04 +0000 (08:22 +0000)]
minor edit

22 years agoadded --cc description and an example
Daniel Stenberg [Mon, 21 Jan 2002 14:57:07 +0000 (14:57 +0000)]
added --cc description and an example

22 years agopre4
Daniel Stenberg [Mon, 21 Jan 2002 12:11:45 +0000 (12:11 +0000)]
pre4

22 years agoHTTP POST explained
Daniel Stenberg [Mon, 21 Jan 2002 10:54:56 +0000 (10:54 +0000)]
HTTP POST explained