- 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
-
Steve Holme authored
If the mail sent during the transfer contains a terminating <CRLF> then we should not send the first <CRLF> of the EOB as specified in RFC-5321. Additionally don't send the <CRLF> if there is "no mail data" as the DATA command already includes it.
-
- May 03, 2013
-
-
Steve Holme authored
... which was missed in commit: f5c3d953
-
Steve Holme authored
... which was missed in commit: f5c3d953
-
Steve Holme authored
-
- May 02, 2013
-
-
Steve Holme authored
-
Steve Holme authored
Introduced in commit: 51481766
-
Steve Holme authored
-
Steve Holme authored
...and removed references to libcurl and test1406.
-
Steve Holme authored
-
- May 01, 2013
-
-
Lars Johannesen authored
The code within #ifdef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID wrongly had two closing braces when it should only have one, so builds without that define would fail. Bug: http://curl.haxx.se/mail/lib-2013-05/0000.html
-
- Apr 30, 2013
-
-
Steve Holme authored
Move the eob counter from the smtp_conn structure to the SMTP structure as it is associated with a SMTP payload on a per-request basis.
-
- Apr 29, 2013
-
-
Steve Holme authored
-
Steve Holme authored
The curl command line utility would display the the completed progress bar with a percentage of zero as the progress routines didn't know the size of the transfer.
-
Daniel Stenberg authored
Fix regressions in commit b56e3d43. Make @data local and filter off non-numerical digits from $testno in STATUS_imap.
-
Steve Holme authored
...to be more realistic and consistent with the other imap responses.
-