- Nov 13, 2013
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
- Nov 12, 2013
-
-
Steve Holme authored
-
Steve Holme authored
Rather than set the authentication options as part of the login details specified in the URL, or via the older CURLOPT_USERPWD option, added a new libcurl option to allow the login options to be set separately.
-
Daniel Stenberg authored
-
Tomas Hoger authored
- better describe what happens when 1 is specified as parameter - clarify what "is ignored" means for NSS builds
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
- Nov 11, 2013
-
-
Björn Stenberg authored
This patch fixes and issue introduced in commit 7d7df831, if the tunnel state was TUNNEL_CONNECT, waitconnect_getsock() would return a bitmask indicating a readable socket but never stored the socket in the return array.
-
Daniel Stenberg authored
Due to all the news and changes.
-
- Nov 10, 2013
-
-
Björn Stenberg authored
The temporary sockets used for Happy Eyeballs were not closed properly, if curl exited prematurely, which this patch fixes.
-
Steve Holme authored
-
Steve Holme authored
Fixed authentication text due to incorrect digest-uri property.
-
Steve Holme authored
-
Steve Holme authored
-
Kim Vandry authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
1) To fix issues with IMAP custom replies 2) So initial space is not required in IMAP display text 3) To be more readable and understandable
-
Steve Holme authored
As the IMAP regex could fail and $1 would not contain the command id updated the unrecognised command response to be more generic and realistic (like those used in the command handlers). Additionally updated the POP3, SMTP and FTP responses.
-
Steve Holme authored
-
- Nov 08, 2013
-
-
Daniel Stenberg authored
Patch-by: "Z98"
-
- Nov 06, 2013
-
-
Steve Holme authored
This reverts commit 558034ab as it appears to break the auto builds. More thought is required for this!
-
Steve Holme authored
-
Steve Holme authored
-
- Nov 05, 2013
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Björn Stenberg authored
The reason for this loop's existence was removed in commit 02fbc26d.
-
Daniel Stenberg authored
added 85. Wrong STARTTRANSFER timer accounting for POST requests
-
Daniel Stenberg authored
Our own printf() replacement clearly can't properly handle %.*s with a string that isn't zero terminated. Instead of fixing the printf code or even figuring out what the proper posix behavior is, I reverted this piece of the code back to the previous version where it does malloc + memcpy instead. Regression added in e839446c, released in curl 7.32.0. Reported-by: Felix Yan Bug: http://curl.haxx.se/bug/view.cgi?id=1295
-
Steve Holme authored
-
Steve Holme authored
-
- Nov 04, 2013
-
-
Björn Stenberg authored
This patch adds a 200ms delay between the first and second address family socket connection attempts. It also iterates over IP addresses in the order returned by the system, meaning most dual-stack systems will try IPv6 first. Additionally, it refactors the connect code, removing most code that handled synchronous connects. Since all sockets are now non-blocking, the logic can be made simpler.
-