- Jan 28, 2008
-
-
Daniel Stenberg authored
release but hopefully they'll all be fixed in 7.18.1...
-
- Jan 25, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 23, 2008
-
-
Yang Tse authored
-
- Jan 20, 2008
-
-
Daniel Stenberg authored
status. It uses Gtk+ to make a smooth pulse. Written by Jud Bishop
-
- Jan 17, 2008
-
-
Daniel Stenberg authored
-
- Jan 15, 2008
-
-
Daniel Stenberg authored
silly code left from when we switched to let the multi handle "hold" the dns cache when using the multi interface... Of course this only triggered when a certain function call returned error at the correct moment.
-
Daniel Stenberg authored
-
- Jan 14, 2008
-
-
Daniel Stenberg authored
-
- Jan 12, 2008
-
-
Daniel Stenberg authored
--keepalive-time to curl to set the keepalive probe interval. I also took the opportunity to rename the recently added no-keep-alive option to no-keepalive to keep a consistent naming and to avoid getting two dashes in these option names. Eric also provided an update to the man page for the new option.
-
- Jan 11, 2008
-
-
Daniel Stenberg authored
already worked for FTP:// URLs
-
- Jan 10, 2008
-
-
Daniel Stenberg authored
libcurl to seek in a given input stream. This is particularly important when doing upload resumes when there's already a huge part of the file present remotely. Before, and still if this callback isn't used, libcurl will read and through away the entire file up to the point to where the resuming begins (which of course can be a slow opereration depending on file size, I/O bandwidth and more). This new function will also be preferred to get used instead of the CURLOPT_IOCTLFUNCTION for seeking back in a stream when doing multi-stage HTTP auth with POST/PUT.
-
- Jan 08, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and the write callbacks that now can make a connection's reading and/or writing get paused.
-
- Jan 05, 2008
-
-
Daniel Stenberg authored
code to instead introduce support for a new proxy type called CURLPROXY_SOCKS5_HOSTNAME that is used to send the host name to the proxy instead of IP address and there's thus no longer any need for a new curl_easy_setopt() option. The default SOCKS5 proxy is again back to sending the IP address to the proxy. The new curl command line option for enabling sending host name to a SOCKS5 proxy is now --socks5-hostname.
-
- Jan 04, 2008
-
-
Daniel Stenberg authored
proxy do the host name resolving and only if --socks5ip (or CURLOPT_SOCKS5_RESOLVE_LOCAL) is used we resolve the host name locally and pass on the IP address only to the proxy.
-
Daniel Stenberg authored
(for next SONAME bump)
-
- Jan 02, 2008
-
-
Daniel Stenberg authored
is an inofficial PROXY4 variant that sends the hostname to the proxy instead of the resolved address (which is already supported by SOCKS5). --socks4a is the curl command line option for it and CURLOPT_PROXYTYPE can now be set to CURLPROXY_SOCKS4A as well.
-
- Dec 27, 2007
-
-
Daniel Stenberg authored
-
- Dec 14, 2007
-
-
Daniel Stenberg authored
will prompt for a password. Denis Bredelet pointed out!
-
- Dec 12, 2007
-
-
Daniel Stenberg authored
added the --no-keep-alive option that can disable that on demand.
-
- Dec 11, 2007
-
-
Daniel Stenberg authored
values and what they mean
-
- Dec 10, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 09, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 08, 2007
-
-
Daniel Stenberg authored
script(s) on it online
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Dec 06, 2007
-
-
Daniel Stenberg authored
is no current timeout. It does not mean wait forever and it does not mean do not wait at all. It means there is no timeout value known at this point in time.
-
- Dec 02, 2007
-
-
Daniel Stenberg authored
the appending of the "type=" thing on FTP URLs when they are passed to a HTTP proxy. Some proxies just don't like that appending (which is done unconditionally in 7.17.1), and some proxies treat binary/ascii transfers better with the appending done!
-
- Nov 26, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Nov 22, 2007
-
-
Daniel Stenberg authored
and documentation.
-
- Nov 20, 2007
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Patrick Monnerat authored
-