- Jul 26, 2006
-
-
Daniel Stenberg authored
set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function.
-
- Jul 25, 2006
-
-
Daniel Stenberg authored
tool option named --ftp-alternative-to-user. It provides a mean to send a particular command if the normal USER/PASS approach fails.
-
- Jul 08, 2006
-
-
Daniel Stenberg authored
-
- Jul 07, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jul 05, 2006
-
-
Yang Tse authored
Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows headers when compiled with Cygwin in POSIX emulation mode.
-
- Jun 30, 2006
-
-
Daniel Stenberg authored
-
- Jun 26, 2006
-
-
Daniel Stenberg authored
-
- Jun 24, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
(serialise) a previously built formpost (as with curl_formadd()).
-
Daniel Stenberg authored
library, so that the same application code can use mutex-locking independently of OpenSSL or GnutTLS being used.
-
- 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 16, 2006
-
-
Daniel Stenberg authored
of how to write such a file
-
- 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
-
- Jun 08, 2006
-
-
Daniel Stenberg authored
-
- May 30, 2006
-
-
Daniel Stenberg authored
project. Also added a few obvious ones.
-
- May 28, 2006
-
-
Daniel Stenberg authored
-
- May 25, 2006
-
-
Daniel Stenberg authored
-
- May 24, 2006
-
-
Daniel Stenberg authored
CURLOPT_COOKIELIST, which then makes all session cookies get cleared. (slightly edited by me, and the re-indent in cookie.c was also done by me)
-
- May 15, 2006
-
-
Daniel Stenberg authored
-
- May 14, 2006
-
-
Daniel Stenberg authored
-
- May 11, 2006
-
-
Daniel Stenberg authored
-
- May 09, 2006
-
-
Daniel Stenberg authored
autotools project, which optionally (default=yes) uses libcurl on a system without a (usable) libcurl installation, but not specifying `--without-libcurl', configure determines correctly that no libcurl is available, however, the LIBCURL variable gets expanded to `LIBCURL = -lcurl' in the resulting Makefiles. David Shaw fixed the flaw.
-
- May 08, 2006
-
-
Daniel Stenberg authored
thus works reliably on more platforms.
-
- May 02, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 26, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
transfers. They are done on non-windows systems and translate CRLF to LF.
-
- Apr 21, 2006
-
-
Daniel Stenberg authored
-
- Apr 19, 2006
-
-
Daniel Stenberg authored
-
- Apr 10, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
This happens because the multi-pass code abuses the redirect following code for doing multiple requests, and when we following redirects to an absolute URL we must use the newly specified port and not the one specified in the original URL. A proper fix to this would need to separate the negotiation "redirect" from an actual redirect.
-
- Apr 09, 2006
-
-
Daniel Stenberg authored
-