- Aug 31, 2009
-
-
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.
-
- Jul 14, 2009
-
-
Guenter Knauf authored
updated openssl version to latest; removed obsolete link to openssl patch since its now in the openssl releases.
-
Guenter Knauf authored
renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.
-
- Jul 08, 2009
-
-
Daniel Stenberg authored
-
- Jun 30, 2009
-
-
Daniel Stenberg authored
-
- Jun 29, 2009
-
-
Daniel Stenberg authored
range if given colon-separated after the host name/address part. Like "192.168.0.1:2000-10000"
-
- Jun 15, 2009
-
-
Daniel Stenberg authored
pointed out!
-
- Jun 10, 2009
-
-
Daniel Stenberg authored
-
Yang Tse authored
-
Yang Tse authored
With the curl memory tracking feature decoupled from the debug build feature, CURLDEBUG and DEBUGBUILD preprocessor symbol definitions are used as follows: CURLDEBUG used for curl debug memory tracking specific code (--enable-curldebug) DEBUGBUILD used for debug enabled specific code (--enable-debug)
-
- Jun 09, 2009
-
-
Daniel Stenberg authored
-
- Jun 08, 2009
- Jun 06, 2009
-
-
Bill Hoffman authored
-
- Jun 05, 2009
-
-
Yang Tse authored
-
- May 28, 2009
-
-
Dan Fandrich authored
-
- May 19, 2009
- May 18, 2009
-
-
Yang Tse authored
-
Daniel Stenberg authored
-
- May 11, 2009
-
-
Daniel Stenberg authored
release, or bump or whatevere
-
Daniel Stenberg authored
the function we should use, while both curl_multi_socket() and curl_multi_socket_all() should be killed!
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
not in the mood enough to fight this now. 65. When doing FTP over a socks proxy or CONNECT through HTTP proxy and the multi interface is used, libcurl will fail if the (passive) TCP connection for the data transfer isn't more or less instant as the code does not properly wait for the connect to be confirmed. See test case 564 for a first shot at a test case.
-
- May 08, 2009
-
-
Yang Tse authored
Renamed vc6 workspace and project files to avoid filename clash when used for conversion to later VS versions.
-
- May 07, 2009
-
-
Daniel Stenberg authored
reported in the Debian package.
-
- May 04, 2009
-
-
Daniel Stenberg authored
-