0f523228 | 18-Apr-2006 |
Daniel Stenberg |
mention Katie Wang as author of the patch |
38898ba4 | 18-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) |
48f56d96 | 18-Apr-2006 |
Daniel Stenberg |
attempt to silence the MIPSPro compiler warning |
17bf5ac2 | 18-Apr-2006 |
Daniel Stenberg |
avoid a warning about declaring a variable that shadows an earlier declared one |
343b882d | 18-Apr-2006 |
Daniel Stenberg |
there's an curl_easy_unescape too now |
db06d213 | 17-Apr-2006 |
Gunter Knauf |
minor Makefile fix - let's go 2006; use correct version var. |
19240f08 | 17-Apr-2006 |
Gunter Knauf |
added missing symbol export. |
d774730f | 12-Apr-2006 |
Daniel Stenberg |
added splay |
c2edf425 | 12-Apr-2006 |
Gisle Vanem |
Added splay.c. |
08f0e55b | 12-Apr-2006 |
Gisle Vanem |
Add "multiif.h" for GETSOCK_WRITESOCK() macro. |
deeb74b7 | 11-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 ...
|
0542002d | 11-Apr-2006 |
Daniel Stenberg |
adjusted to the new internal *_getsock() concept for providing info internally about what sockets to wait for what action on |
c1e307f5 | 11-Apr-2006 |
Daniel Stenberg |
added docs and removed proto |
7b4ba43d | 10-Apr-2006 |
Daniel Stenberg |
mention recent additions |
b0e4deba | 10-Apr-2006 |
Daniel Stenberg |
adding the new man pages to the package |
676597e9 | 10-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! |
686d9074 | 10-Apr-2006 |
Daniel Stenberg |
First curl_multi_socket() commit. Should primarily be considered as an internal code rearrange to fit the future better. |
5dc02d53 | 10-Apr-2006 |
Daniel Stenberg |
This no longer needs the extra define! |
0598547b | 10-Apr-2006 |
Daniel Stenberg |
added README.multi_socket |
67c7745f | 10-Apr-2006 |
Daniel Stenberg |
state of the multi_socket API works |
a2c28964 | 10-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 |
e6efecd0 | 10-Apr-2006 |
Daniel Stenberg |
avoid duplicate typedefs, as this type is also defined in our public headers |
778b6a86 | 10-Apr-2006 |
Daniel Stenberg |
curl_multi_socket() updates |
e5babd08 | 10-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 ...
|
c212ebbd | 10-Apr-2006 |
Daniel Stenberg |
output the exit code from stunnel to stderr in case it is non-zero |