- Jun 24, 2006
-
-
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
-
- Jun 15, 2006
-
-
Daniel Stenberg authored
-
- Jun 13, 2006
-
-
Dan Fandrich authored
-
- Jun 12, 2006
-
-
Dan Fandrich authored
-fvisibility=hidden on gcc >= 4.0. This reduces the size of the libcurl binary and speeds up dynamic linking by hiding all the internal symbols from the symbol table.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
trying to maintain an accurate list in this file (too).
-
- Jun 10, 2006
-
-
Gisle Vanem authored
-
- Jun 09, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 08, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jun 07, 2006
-
-
Daniel Stenberg authored
-
- May 31, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 30, 2006
-
-
Daniel Stenberg authored
project. Also added a few obvious ones.
-
- May 28, 2006
-
-
Daniel Stenberg authored
-
- May 27, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
variables, simplified the splayprint function, modified Curl_splayremovebyaddr() to return error code. All in an effort to track down the reported splay problem, but I've failed to do that so far...
-
Daniel Stenberg authored
more similar to other configure builds (== use .la for libext and no binext)
-
- May 26, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- May 25, 2006
-
-
Daniel Stenberg authored
fail. When using the md5-sess, the result was not Md5 encoded and Base64 transformed.
-