- Feb 04, 2008
-
-
Guenter Knauf authored
-
- Feb 03, 2008
-
-
Daniel Stenberg authored
use of the "is_in_pipeline" struct field.
-
Daniel Stenberg authored
HTTPS sites with OpenSSL-enabled libcurl (and pthreads) and thus do the thread-locking and things openssl-style.
-
Daniel Stenberg authored
-
- Feb 01, 2008
-
-
Dan Fandrich authored
install process. Note that mkinstalldirs appears to be used only in some configurations.
-
- Jan 31, 2008
-
-
Yang Tse authored
which are deprecated in recent OpenSSH versions but are current for SunSSH.
-
Daniel Stenberg authored
"HttpOnly" feature introduced by Microsoft and apparently also supported by Firefox: http://msdn2.microsoft.com/en-us/library/ms533046.aspx . HttpOnly is now supported when received from servers in HTTP headers, when written to cookie jars and when read from existing cookie jars.
-
Daniel Stenberg authored
the SingleRequest one to make pipelining better. It is a bit tricky to keep them in the right place, to keep things related to the actual request or to the actual connection in the right place.
-
Daniel Stenberg authored
51.Kevin Reed's reported problem with a proxy when doing CONNECT and it wants NTLM and close the connection to the initial CONNECT response: http://curl.haxx.se/bug/view.cgi?id=1879375
-
- Jan 29, 2008
-
-
Guenter Knauf authored
added curl.res to clean target.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
crash!
-
Daniel Stenberg authored
working on other IP-addresses or port numbers.
-
- Jan 28, 2008
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
release but hopefully they'll all be fixed in 7.18.1...
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Jan 27, 2008
-
-
Daniel Stenberg authored
pipelining. Broken connection is not restored and we get into infinite loop. It happens because of wrong is_in_pipeline values.
-
Yang Tse authored
-
- Jan 26, 2008
-
-
Daniel Stenberg authored
-
- Jan 25, 2008
-
-
Daniel Stenberg authored
(http://curl.haxx.se/bug/view.cgi?id=1879375) which describes how libcurl got lost in this scenario: proxy tunnel (or HTTPS over proxy), ask to do any proxy authentication and the proxy replies with an auth (like NTLM) and then closes the connection after that initial informational response. libcurl would not properly re-initialize the connection to the proxy and continue the auth negotiation like supposed. It does now however, as it will now detect if one or more authentication methods were available and asked for, and will thus retry the connection and continue from there. - I made the progress callback get called properly during proxy CONNECT.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-
- Jan 24, 2008
-
-
Daniel Stenberg authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Jan 23, 2008
-
-
Daniel Stenberg authored
did "SESS". Fixed now.
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
-