- Nov 03, 2009
-
-
Dan Fandrich authored
-
- Nov 02, 2009
-
-
Daniel Stenberg authored
-
- Oct 26, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 24, 2009
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
-
- Oct 22, 2009
-
-
Daniel Stenberg authored
and another is sponsoring more
-
- Oct 21, 2009
-
-
Yang Tse authored
-
Yang Tse authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 17, 2009
-
-
Daniel Stenberg authored
As it actually builds with gcrypt these days, but not the NSS functions.
-
- Oct 06, 2009
-
-
Dan Fandrich authored
-
- Oct 01, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 21, 2009
-
-
Guenter Knauf authored
-
- Sep 11, 2009
-
-
Daniel Stenberg authored
-
- Sep 10, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 05, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
done!
-
Guenter Knauf authored
-
- Sep 04, 2009
-
-
Guenter Knauf authored
-
- Sep 03, 2009
-
-
Guenter Knauf authored
-
Guenter Knauf authored
-
- Sep 02, 2009
-
-
Daniel Stenberg authored
going on
-
- Aug 31, 2009
-
-
Daniel Stenberg authored
sends the 220 response or otherwise is dead slow, libcurl will not acknowledge the connection timeout during that phase but only the "real" timeout - which may surprise users as it is probably considered to be the connect phase to most people. Brought up (and is being misunderstood) in: http://curl.haxx.se/bug/view.cgi?id=2844077
-
Guenter Knauf authored
-
- Aug 24, 2009
-
-
Daniel Stenberg authored
read stdin in a non-blocking fashion. This also brings back -T- (minus) to the previous blocking behavior since it could break stuff for people at times.
-
- Aug 21, 2009
-
-
Daniel Stenberg authored
Fix SIGSEGV on free'd easy_conn when pipe unexpectedly breaks Fix data corruption issue with re-connected transfers Fix use after free if we're completed but easy_conn not NULL
-
- Aug 19, 2009
-
-
Daniel Stenberg authored
5.4 Rearrange request header order Things to play with when you're bored
-
- Aug 18, 2009
-
-
Daniel Stenberg authored
-
- Aug 14, 2009
-
-
Daniel Stenberg authored
than what's absolutely necessary: curl will do its best to use what you pass to it as a URL. It is not trying to validate it as a syntactically correct URL by any means but is instead VERY liberal with what it accepts.
-
- Aug 12, 2009
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
bugs we know about that will appear in the next release (too)
-
- Aug 04, 2009
-
-
Daniel Stenberg authored
-
- Jul 31, 2009
-
-
Daniel Stenberg authored
something beyond ascii but currently libcurl will only pass in the verbatim string the app provides. There are several browsers that already do this encoding. The key seems to be the updated draft to RFC2231: http://tools.ietf.org/html/draft-reschke-rfc2231-in-http-02
-
- Jul 22, 2009
-
-
Daniel Stenberg authored
They introduce known_host support for SSH keys to libcurl. See docs for details.
-
- Jul 21, 2009
-
-
- Jul 15, 2009
-
-
Michal Marek authored
errno is not reset on success.
-