- Oct 10, 2012
-
-
Daniel Stenberg authored
-
- Oct 09, 2012
-
-
Daniel Stenberg authored
This is a minor change in behavior after having been pointed out by Mark Tully and discussed on the list. Initially this case would internally call poll() with no sockets and a timeout which would equal a sleep for that specified time. Bug: http://curl.haxx.se/mail/lib-2012-10/0076.html Reported by: Mark Tully
-
- Oct 08, 2012
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Oct 01, 2012
-
-
Kamil Dudka authored
... in order not to leak memory on initializing an SSL library. Reported by: Tomas Mlcoch
-
- Sep 28, 2012
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Sep 16, 2012
-
-
Sara Golemon authored
Minor change to recently introduced function. BC breaking, but since curl_multi_wait() doesn't exist in any releases that should be fine.
-
- Sep 13, 2012
-
-
Marc Hoersken authored
-
- Sep 09, 2012
-
-
Anthony Bryan authored
-
- Sep 03, 2012
-
-
Dan Fandrich authored
-
- Sep 01, 2012
-
-
Daniel Stenberg authored
-
Sara Golemon authored
-
- Aug 31, 2012
-
-
Daniel Stenberg authored
The test would hang and get aborted with a "ABORTING TEST, since it seems that it would have run forever." until I prevented that from happening. I also fixed the data file which got broken CRLF line endings when I sucked down the path from Joe's repo == my fault. Removed #37 from KNOWN_BUGS as this fix and test case verifies exactly this.
-
- Aug 28, 2012
-
-
Daniel Stenberg authored
-
- Aug 27, 2012
-
-
Daniel Stenberg authored
"Currently you can only share DNS and/or COOKIE data" is incorrect since also SSL sessions can be shared. Bug: http://curl.haxx.se/bug/view.cgi?id=3562261 Reported by: Joe Mason
-
Dave Reisner authored
It's conceivable that after the first time curl_multi_perform returns, the outvalue still_running will be 0, but work will have been done. This is shown by a workload of small, purely file:// based URLs. Ensure that we always read pending messages off the multi handle by forcing the while loop to run at least once.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Armel Asselin authored
... using SSH-agent
-
- Aug 26, 2012
-
-
Daniel Stenberg authored
-
- Aug 23, 2012
-
-
Daniel Stenberg authored
-
- Aug 21, 2012
-
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/bug/view.cgi?id=3559845 Reported by: Olivier Berger
-
- Aug 16, 2012
-
-
Daniel Stenberg authored
-
- Aug 14, 2012
-
-
Ant Bryan authored
-
- Aug 10, 2012
-
-
Daniel Stenberg authored
-
Ant Bryan authored
"If this option is used several times, the last one will be used." uniformity
-
- Aug 09, 2012
-
-
Kamil Dudka authored
... and make the list of cipher-suites in nss.c readable by humans. Bug: http://curl.haxx.se/mail/archive-2012-08/0016.html
-
- Aug 08, 2012
-
-
Armel Asselin authored
-
- Aug 07, 2012
-
-
Daniel Stenberg authored
... and removal of trailing whitespace on a single line
-
Ant Bryan authored
-
Daniel Stenberg authored
-
- Jul 28, 2012
-
-
Steve Holme authored
Removed APOP and SASL authentication from the POP3 section and metalink support from the client section as these features were implemented in this release. Moved adding gssapi to SASL into it's own section rather than repeat it for each protocol.
-
- Jul 27, 2012
-
-
Daniel Stenberg authored
-
- Jul 26, 2012
-
-
Ant Bryan authored
-
- Jul 23, 2012
-
-
Daniel Stenberg authored
Reported by: Santhana Todatry
-
- Jul 21, 2012
-
-
Guenter Knauf authored
-
- Jul 20, 2012
-
-
Dan Fandrich authored
-
- Jul 12, 2012
-
-
Guenter Knauf authored
-