History log of /curl/ (Results 32776 – 32800 of 33760)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8eb8a0a812-Mar-2001 Daniel Stenberg

bugfix: don't use the connectindex if it is -1

a4af638812-Mar-2001 Daniel Stenberg

added persistant connection details

75a9a87e12-Mar-2001 Daniel Stenberg

replaced I and my with we and us

b5ba011112-Mar-2001 Daniel Stenberg

updated

e9b763ff09-Mar-2001 Daniel Stenberg

use the new name and hostname even though an old connection is reused, since
we can re-use a proxy connection that actually has different host names on
the same connection

ac0bad2409-Mar-2001 Daniel Stenberg

remake Host: for each connection and it'll work with proxies too

67d5c0a909-Mar-2001 Daniel Stenberg

for HTTP/1.0 we default to non keep-alive connections, but when we get a
1.0-reply from a proxy we use and the Proxy-Connection: keep-alive header
is used, we switch it on and live happily ev

for HTTP/1.0 we default to non keep-alive connections, but when we get a
1.0-reply from a proxy we use and the Proxy-Connection: keep-alive header
is used, we switch it on and live happily ever after

show more ...

580896d609-Mar-2001 Daniel Stenberg

Added httpversion to the progress struct, we do read it, we can just as well
store it.

11693c0f09-Mar-2001 Daniel Stenberg

the socklen_t check is more involved now, but works on linux at least

26cd8eda09-Mar-2001 Daniel Stenberg

Added socklen_t

8cd3f44009-Mar-2001 Daniel Stenberg

added a check for socklen_t
removed the tiny/Makefile that was added accidentaly before

2b30bfc309-Mar-2001 Daniel Stenberg

all comments for the former public "low level" interface have been removed
since they were out-of-date and not correct anymore.

moved around some struct fields

8ec4dba509-Mar-2001 Daniel Stenberg

removed handles and states from the main structs
renamed prefixes from curl_ to Curl_
made persistant connections work with http proxies (at least partly)

1efec65709-Mar-2001 Daniel Stenberg

curl_transfer became Curl_perform() to better match the public name and
use the correct prefix

781dd7a909-Mar-2001 Daniel Stenberg

prefix changes curl_ to Curl_
made it work (partly) with persistant connections for HTTP/1.0 replies
moved the 'newurl' struct field for Location: to the connectdata struct

beb8761b09-Mar-2001 Daniel Stenberg

#include <string.h> removed a warning

071c7de909-Mar-2001 Daniel Stenberg

removed curl_read() and curl_write() - they weren't used and the public
"low leve" interface is dumped

3e7ebcd009-Mar-2001 Daniel Stenberg

uses socklen_t now

c67952fc09-Mar-2001 Daniel Stenberg

curl_ prefix modified to Curl_

7d7c24f909-Mar-2001 Daniel Stenberg

accept() and getsockname() now use socklen_t types, as that was just added
to configure

0dc8c4d409-Mar-2001 Daniel Stenberg

use unsigned int hex to receive the hex digit in, caused a warning with
-Wall and a new gcc

9cf4434a09-Mar-2001 Daniel Stenberg

Modified to use Curl_* functions instead of curl_* ones

8ccd8b6d09-Mar-2001 Daniel Stenberg

only generate maximum 509 characters in each string

b4f70aa208-Mar-2001 Daniel Stenberg

version 7.7-beta1

f54a282c08-Mar-2001 Daniel Stenberg

persistant adjusts

1...<<1311131213131314131513161317131813191320>>...1351