- Feb 10, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
to better know and track symbols in earlier libcurl versions
-
Daniel Stenberg authored
-
- Feb 09, 2009
-
-
Daniel Stenberg authored
getaddrinfo() sorts the response list This isn't a libcurl bug since this is how getaddrinfo() is *supposed* to work! Apparently you deal with this using the /etc/gai.conf file.
-
Daniel Stenberg authored
later)
-
- Feb 06, 2009
-
-
Dan Fandrich authored
-
- Feb 04, 2009
-
-
Dan Fandrich authored
-
- Feb 02, 2009
-
-
Daniel Stenberg authored
version 1.1 instead of 1.0 like before. This change also introduces the new proxy type for libcurl called 'CURLPROXY_HTTP_1_0' that then allows apps to switch (back) to CONNECT 1.0 requests. The curl tool also got a --proxy1.0 option that works exactly like --proxy but sets CURLPROXY_HTTP_1_0. I updated all test cases cases that use CONNECT and I tried to do some using --proxy1.0 and some updated to do CONNECT 1.1 to get both versions run.
-
- Jan 30, 2009
-
-
Dan Fandrich authored
line and fixed a few typos.
-
- Jan 28, 2009
-
-
Daniel Stenberg authored
CURLOPT_SOCKS5_GSSAPI_SERVICE and CURLOPT_SOCKS5_GSSAPI_NEC to allow libcurl to do GSS-style authentication with SOCKS5 proxies. The curl tool got the options called --socks5-gssapi-service and --socks5-gssapi-nec to enable these.
-
- Jan 26, 2009
-
-
Daniel Stenberg authored
to set desired block size to use for TFTP transfers instead of the default 512 bytes.
-
- Jan 25, 2009
-
-
Daniel Stenberg authored
They basically offer the same thing the NO_PROXY environment variable only offered previously: list a set of host names that shall not use the proxy even if one is specified.
-
- Jan 19, 2009
-
-
Daniel Stenberg authored
-
- Jan 15, 2009
-
-
Dan Fandrich authored
-
- Jan 14, 2009
-
-
Daniel Stenberg authored
-
- Jan 13, 2009
-
-
Daniel Stenberg authored
multi_socket interfaces. The work-around for apps is to simply remove the easy handle once the time is up. See also: http://curl.haxx.se/bug/view.cgi?id=2501457
-
- Jan 12, 2009
-
-
Daniel Stenberg authored
new and non-standard one
-
Daniel Stenberg authored
-
- Jan 08, 2009
-
-
Dan Fandrich authored
-
- Dec 29, 2008
-
-
Daniel Stenberg authored
-
- Dec 28, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
corrupted in ouputs. Another report from Anthony Bryan.
-
Daniel Stenberg authored
escape these letters what I think is the correct way.
-
- Dec 22, 2008
-
-
Daniel Stenberg authored
corrected spellings and more.
-
- Dec 19, 2008
-
-
Daniel Stenberg authored
-
- Dec 10, 2008
-
-
Daniel Stenberg authored
there are servers "out there" that relies on the client doing this broken Digest authentication. Apache even comes with an option to work with such broken clients. The difference is only for URLs that contain a query-part (a '?'-letter and text to the right of it). libcurl now supports this quirk, and you enable it by setting the CURLAUTH_DIGEST_IE bit in the bitmask you pass to the CURLOPT_HTTPAUTH or CURLOPT_PROXYAUTH options. They are thus individually controlled to server and proxy.
-
- Dec 09, 2008
-
-
Dan Fandrich authored
-
- Dec 03, 2008
-
-
Daniel Stenberg authored
-
- Dec 01, 2008
-
-
Daniel Stenberg authored
-
- Nov 30, 2008
-
-
Daniel Stenberg authored
-
- Nov 21, 2008
-
-
Daniel Stenberg authored
-
- Nov 19, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
*_socket_all() and *_socket() aren't used at all but only *_socket_action() is.
-
- Nov 17, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Dan Fandrich authored
calls. Added a paragraph explaining that libcurl takes care of low-level protocol details. Made a few minor edits.
-
- Nov 14, 2008
-
-
Dan Fandrich authored
as a known-working environment.
-