- Jul 04, 2006
-
-
Daniel Stenberg authored
Proxy-Connection: header when using a proxy and not doing CONNECT.
-
Yang Tse authored
-
- Jul 03, 2006
- Jul 02, 2006
- Jul 01, 2006
- Jun 30, 2006
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
- Jun 29, 2006
-
-
Daniel Stenberg authored
in fact provided by yassl instead
-
- Jun 28, 2006
-
-
Daniel Stenberg authored
bugfixes
-
Yang Tse authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jun 26, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 24, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to get a better overview
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(serialise) a previously built formpost (as with curl_formadd()).
-
Daniel Stenberg authored
-
Daniel Stenberg authored
library, so that the same application code can use mutex-locking independently of OpenSSL or GnutTLS being used.
-
- Jun 23, 2006
-
-
Daniel Stenberg authored
curl_socket_t is unsigned (like Windows) that could cause it to wrongly return a max fd of -1.
-
- Jun 22, 2006
-
-
Daniel Stenberg authored
CURLOPT_MAX_RECV_SPEED_LARGE that limit tha maximum rate libcurl is allowed to send or receive data. This kind of adds the the command line tool's option --limit-rate to the library. The rate limiting logic in the curl app is now removed and is instead provided by libcurl itself. Transfer rate limiting will now also work for -d and -F, which it didn't before.
-
- Jun 21, 2006
-
-
Daniel Stenberg authored
-
- Jun 20, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 19, 2006
-
-
Daniel Stenberg authored
-
William Ahern authored
ares_dns.h, which break c-ares on my Sparc64. Bit-wise operations in C operate on logical values. And in any event the octets are already in big-endian (aka network) byte order so they're being reversed (thus the source of the breakage).
-
William Ahern authored
UDP even when a poll(2) or select(2) suggest otherwise.
-
- Jun 16, 2006
-
-
Daniel Stenberg authored
of how to write such a file
-