History log of /curl/ (Results 26176 – 26200 of 33767)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
0f52322818-Apr-2006 Daniel Stenberg

mention Katie Wang as author of the patch

38898ba418-Apr-2006 Daniel Stenberg

corrected the SSL timeout, as Ates Goral's patch did it and that works (opposed
to my previous brain-damaged version)

48f56d9618-Apr-2006 Daniel Stenberg

attempt to silence the MIPSPro compiler warning

17bf5ac218-Apr-2006 Daniel Stenberg

avoid a warning about declaring a variable that shadows an earlier declared
one

343b882d18-Apr-2006 Daniel Stenberg

there's an curl_easy_unescape too now

db06d21317-Apr-2006 Gunter Knauf

minor Makefile fix - let's go 2006;
use correct version var.

19240f0817-Apr-2006 Gunter Knauf

added missing symbol export.

d774730f12-Apr-2006 Daniel Stenberg

added splay

c2edf42512-Apr-2006 Gisle Vanem

Added splay.c.

08f0e55b12-Apr-2006 Gisle Vanem

Add "multiif.h" for GETSOCK_WRITESOCK() macro.

deeb74b711-Apr-2006 Daniel Stenberg

#1468330 (http://curl.haxx.se/bug/view.cgi?id=1468330) pointed out a bad
typecast in the curl tool leading to a crash with (64bit?) VS2005 (at least)
since the struct timeval field tv_sec is

#1468330 (http://curl.haxx.se/bug/view.cgi?id=1468330) pointed out a bad
typecast in the curl tool leading to a crash with (64bit?) VS2005 (at least)
since the struct timeval field tv_sec is an int while time_t is 64bit.

show more ...

0542002d11-Apr-2006 Daniel Stenberg

adjusted to the new internal *_getsock() concept for providing info internally
about what sockets to wait for what action on

c1e307f511-Apr-2006 Daniel Stenberg

added docs and removed proto

7b4ba43d10-Apr-2006 Daniel Stenberg

mention recent additions

b0e4deba10-Apr-2006 Daniel Stenberg

adding the new man pages to the package

676597e910-Apr-2006 Daniel Stenberg

Ates Goral found out that if you specified both CURLOPT_CONNECTTIMEOUT and
CURLOPT_TIMEOUT, the _longer_ time would wrongly be used for the SSL
connection time-out!

686d907410-Apr-2006 Daniel Stenberg

First curl_multi_socket() commit. Should primarily be considered as an internal
code rearrange to fit the future better.

5dc02d5310-Apr-2006 Daniel Stenberg

This no longer needs the extra define!

0598547b10-Apr-2006 Daniel Stenberg

added README.multi_socket

67c7745f10-Apr-2006 Daniel Stenberg

state of the multi_socket API works

a2c2896410-Apr-2006 Daniel Stenberg

check for fork() as well, so that we can build the sws http test server with
fork support for cooler tests

e6efecd010-Apr-2006 Daniel Stenberg

avoid duplicate typedefs, as this type is also defined in our public headers

778b6a8610-Apr-2006 Daniel Stenberg

curl_multi_socket() updates

e5babd0810-Apr-2006 Daniel Stenberg

if configure found a fork(), sws supports --fork which is *NOT* used by the
ordinary test suite. Also removed the perror() calls and instead made the
logging output the errno code to ease err

if configure found a fork(), sws supports --fork which is *NOT* used by the
ordinary test suite. Also removed the perror() calls and instead made the
logging output the errno code to ease error tracking using logs.

show more ...

c212ebbd10-Apr-2006 Daniel Stenberg

output the exit code from stunnel to stderr in case it is non-zero

1...<<1041104210431044104510461047104810491050>>...1351