- Sep 08, 2006
-
-
Daniel Stenberg authored
-
- Sep 07, 2006
-
-
Daniel Stenberg authored
cache within the multi handle.
-
- Sep 03, 2006
-
-
Daniel Stenberg authored
them.
-
- Aug 29, 2006
-
-
Daniel Stenberg authored
allow applications to set their own socket options.
-
- Aug 23, 2006
-
-
Daniel Stenberg authored
-
- Aug 09, 2006
-
-
Daniel Stenberg authored
-
- Aug 08, 2006
-
-
Daniel Stenberg authored
CURLOPT_NOBODY is set true. PREQUOTE is then run roughly at the same place in the command sequence as it would have run if there would've been a transfer.
-
- Aug 02, 2006
-
-
Daniel Stenberg authored
-
- Aug 01, 2006
-
-
Daniel Stenberg authored
-
- 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 07, 2006
-
-
Daniel Stenberg authored
-
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()).
-
- 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
-
- Jun 08, 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 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.
-
- Apr 26, 2006
-
-
Daniel Stenberg authored
-
- Apr 19, 2006
-
-
Daniel Stenberg authored
-
- Apr 10, 2006
-
-
Daniel Stenberg authored
-
- Apr 09, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Apr 08, 2006
-
-
Daniel Stenberg authored
-
- Apr 07, 2006
-
-
Daniel Stenberg authored
-
- Mar 21, 2006
-
-
Daniel Stenberg authored
-
- Mar 17, 2006
-
-
Daniel Stenberg authored
-
- Mar 14, 2006
-
-
Daniel Stenberg authored
-
- Mar 13, 2006
-
-
Daniel Stenberg authored
-
- Mar 02, 2006
-
-
Daniel Stenberg authored
-
- Feb 21, 2006
-
-
Daniel Stenberg authored
type to the already provided type CURLPROXY_SOCKS4. I added a --socks4 option that works like the current --socks5 option but instead use the socks4 protocol.
-
- Feb 17, 2006
-
-
Daniel Stenberg authored
-
- Feb 11, 2006
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
an app can use to let libcurl only connect to a remote host and then extract the socket from libcurl. libcurl will then not attempt to do any transfer at all after the connect is done.
-
- Feb 09, 2006
-
-
Daniel Stenberg authored
due to the use of the static variable for sigsetjmp()
-