- Jun 02, 2013
-
-
Marc Hoersken authored
-
Marc Hoersken authored
-
- May 30, 2013
-
-
Daniel Stenberg authored
-
- May 28, 2013
-
-
Daniel Stenberg authored
A single backslash in the content is not legal nroff syntax. Reported and fixed by: Eric S. Raymond Bug: http://curl.haxx.se/bug/view.cgi?id=1234
-
Daniel Stenberg authored
Reported and fixed by: Eric S. Raymond Bug: http://curl.haxx.se/bug/view.cgi?id=1233
-
Daniel Stenberg authored
-
- May 27, 2013
-
-
Daniel Stenberg authored
When sending the HTTP Authorization: header for digest, the user name needs to be escaped if it contains a double-quote or backslash. Test 1229 was added to verify Reported and fixed by: Nach M. S Bug: http://curl.haxx.se/bug/view.cgi?id=1230
-
- May 22, 2013
-
-
Mike Giancola authored
SSL_read can return 0 for "not successful", according to the open SSL documentation: http://www.openssl.org/docs/ssl/SSL_read.html
-
Mike Giancola authored
We found that in specific cases if the connection is abruptly closed, the underlying socket is listed in a close_wait state. We continue to call the curl_multi_perform, curl_mutli_fdset etc. None of these APIs report the socket closed / connection finished. Since we have cases where the multi connection is only used once, this can pose a problem for us. I've read that if another connection was to come in, curl would see the socket as bad and attempt to close it at that time - unfortunately, this does not work for us. I found that in specific situations, if SSL_write returns 0, curl did not recognize the socket as closed (or errored out) and did not report it to the application. I believe we need to change the code slightly, to check if ssl_write returns 0. If so, treat it as an error - the same as a negative return code. For OpenSSL - the ssl_write documentation is here: http://www.openssl.org/docs/ssl/SSL_write.html
-
- May 21, 2013
-
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/bug/view.cgi?id=1169
-
Daniel Stenberg authored
1 - don't skip host names with a colon in them in an attempt to bail out on HTTP headers in the cookie file parser. It was only a shortcut anyway and trying to parse a file with HTTP headers will still be handled, only slightly slower. 2 - don't skip domain names based on number of dots. The original netscape cookie spec had this oddity mentioned and while our code decreased the check to only check for two, the existing cookie spec has no such dot counting required. Bug: http://curl.haxx.se/bug/view.cgi?id=1221 Reported-by: Stefan Neis
-
- May 20, 2013
-
-
Daniel Stenberg authored
Explain the callback and its arguments better and with more descriptive text.
-
- May 19, 2013
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
David Strauss authored
Add an XML stream parsing example using Expat. Add missing ignore for the binary from an unrelated example.
-
- May 18, 2013
-
-
Yamada Yasuharu authored
I found a bug which cURL sends cookies to the path not to aim at. For example: - cURL sends a request to http://example.fake/hoge/ - server returns cookie which with path=/hoge; the point is there is NOT the '/' end of path string. - cURL sends a request to http://example.fake/hogege/ with the cookie. The reason for this old "feature" is because that behavior is what is described in the original netscape cookie spec: http://curl.haxx.se/rfc/cookie_spec.html The current cookie spec (RFC6265) clarifies the situation: http://tools.ietf.org/html/rfc6265#section-5.2.4
-
- May 16, 2013
-
-
Eric Hu authored
-
- May 12, 2013
-
-
Daniel Stenberg authored
This reverts commit 8ec2cb55. We don't have any code anywhere in libcurl (or the curl tool) that use wcsdup so there's no such memory use to track. It seems to cause mild problems with the Borland compiler though that we may avoid by reverting this change again. Bug: http://curl.haxx.se/mail/lib-2013-05/0070.html
-
Daniel Stenberg authored
-
- May 11, 2013
-
-
Guenter Knauf authored
-
- May 09, 2013
-
-
Renaud Guillard authored
-
Daniel Stenberg authored
Reported by: David Strauss Bug: http://curl.haxx.se/mail/lib-2013-05/0088.html
-
- May 08, 2013
-
-
Daniel Stenberg authored
-
- May 07, 2013
-
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/bug/view.cgi?id=1220 Patch by: John Gardiner Myers
-
Steve Holme authored
-
Daniel Stenberg authored
-
- May 06, 2013
-
-
Daniel Stenberg authored
-
Kamil Dudka authored
-
Jared Jennings authored
-
Kamil Dudka authored
-
Kamil Dudka authored
-
Kamil Dudka authored
-
Kamil Dudka authored
... and de-duplicate the code initializing *passphrase
-
Kamil Dudka authored
-
Jared Jennings authored
-
- May 05, 2013
-
-
Marc Hoersken authored
-
- May 04, 2013
-
-
Steve Holme authored
-
Steve Holme authored
comparison between signed and unsigned integer expressions
-
Steve Holme authored
-
Steve Holme authored
-