- May 18, 2014
-
-
Daniel Stenberg authored
Follow-up to commit 121bcfee. curl-config --features now lists GSS-API but it is not a listed feature in curl -V. This should probably be synchronized.
-
Daniel Stenberg authored
Verifies that the change in 68f0166a works as intended and that different HTTP auth credentials to the same host still re-uses the connection properly.
-
Daniel Stenberg authored
-
- May 17, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Daniel Stenberg authored
To get the VC project files generated before packaging!
-
Steve Holme authored
-
Steve Holme authored
-
Daniel Stenberg authored
-
Steve Holme authored
-
Dan Fandrich authored
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/bug/view.cgi?id=1344 Reported-by: Michael Osipov
-
Daniel Stenberg authored
Bug: http://curl.haxx.se/bug/view.cgi?id=1343 Reported-by: Michael Osipov
-
- May 16, 2014
-
-
Dan Fandrich authored
-
Daniel Stenberg authored
It counts "body" data only, no meta data, no headers.
-
Daniel Stenberg authored
-
- May 15, 2014
-
-
Daniel Stenberg authored
Commit 517b06d6 (in 7.36.0) that brought the CREDSPERREQUEST flag only set it for HTTPS, making HTTP less good at doing connection re-use than it should be. Now set it for HTTP as well. Simple test case "curl -v -u foo:bar localhost --next -u bar:foo localhos" Bug: http://curl.haxx.se/mail/lib-2014-05/0127.html Reported-by: Kamil Dudka
-
Daniel Stenberg authored
-
Daniel Stenberg authored
The variable wasn't assigned at all until step3 which would lead to a failed connect never assigning the variable and thus returning a bad value. Reported-by: Larry Lin Bug: http://curl.haxx.se/mail/lib-2014-04/0203.html
-
Daniel Stenberg authored
In commit 0b3750b5 (released in 7.36.0) we fixed a timeout issue but instead broke the timings. To fix this, I introduce a new timestamp to use for the timeouts and restored the previous timestamp and timestamp position so that the old timer functionality is restored. In addition to that, that change also broke connection timeouts for when more than one connect was used (as it would then count the total time from the first connect and not for the most recent one). Now Curl_timeleft() has been modified so that it checks against different start times depending on which timeout it checks. Test 1303 is updated accordingly. Bug: http://curl.haxx.se/mail/lib-2014-05/0147.html Reported-by: Ryan Braud
-
Steve Holme authored
-
- May 14, 2014
-
-
Nick Zitzmann authored
from a P12 file This could've happened if SecPKCS12Import() returned noErr _and_ no identity.
-
- May 12, 2014
-
-
Steve Holme authored
-
Daniel Stenberg authored
Regression introduced in ce362e8e (7.31.0) Bug: http://curl.haxx.se/bug/view.cgi?id=1371 Reported-by: Dmitry
-
- May 11, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Whilst the qop directive isn't required to be present in a client's response, as servers should assume a qop of "auth" if it isn't specified, some may return authentication failure if it is missing.
-
- May 10, 2014
-
-
Steve Holme authored
An enumerated type is mixed with another type.
-
- May 09, 2014
-
-
Steve Holme authored
To cater for the automatic generation of the new Visual Studio project files, moved the lib file list into a separated variable so that lib and lib/vtls can be referenced independently.
-
Steve Holme authored
-
Steve Holme authored
Follow up fix to commits a47c142a, 11e8066e and 92b9ae5c. Bug: http://curl.haxx.se/mail/lib-2014-05/0025.html Reported and assisted by: Jon Torrey
-
Daniel Stenberg authored
Just to make sure the test is properly repeatable. Bug: http://curl.haxx.se/mail/lib-2014-05/0081.html Reported-by: Henrik
-
Daniel Stenberg authored
This allows a libcurl test to portably sleep for a given number of milliseconds.
-
Steve Holme authored
-
Steve Holme authored
An enumerated type is mixed with another type.
-
Steve Holme authored
An enumerated type is mixed with another type.
-
Steve Holme authored
The indicated statement is not reachable.
-
Daniel Stenberg authored
-