- May 15, 2014
-
-
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
-
Kamil Dudka authored
... 'WWW-Authenticate: Negotiate' received from server Reported by: David Woodhouse Bug: https://bugzilla.redhat.com/1093348
-
Daniel Stenberg authored
While "just" an example it still isn't nice to leak memory. Bug: http://curl.haxx.se/bug/view.cgi?id=1368 Fixed-by: Marko
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
- May 08, 2014
-
-
Patrick Watson authored
-p takes a list of Mozilla trust purposes and levels for certificates to include in output. Takes the form of a comma separated list of purposes, a colon, and a comma separated list of levels.
-
Daniel Stenberg authored
-
- May 07, 2014
-
-
Dan Fandrich authored
-
Aaro Koskinen authored
Most of LD_LIBRARY_PATH adjustments are already guarded, but not all. The patch fixes cross-compilation failure when libidn is present.
-
Tatsuhiro Tsujikawa authored
Now nghttp2_submit_request returns assigned stream ID, we don't have to check stream ID using before_stream_send_callback. The adjust_priority_callback was removed.
-
Steve Holme authored
...and removed ;OPTIONS from --user as that functionality was removed in 7.34.0.
-
Steve Holme authored
...and removed ;OPTIONS from --user as that functionality was removed in 7.34.0.
-
Steve Holme authored
Depending on compiler line 3505 could generate the following warning or error: * warning: ISO C90 forbids mixed declarations and code * A declaration cannot appear after an executable statement in a block * error C2275: 'size_t' : illegal use of this type as an expression
-
- May 06, 2014
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Unlike previous versions of Visual Studio the VC12 solution file format does not increment the format version number, but instead, only changes the version comment text. This incorrectly set version number would cause problems for any third party piece of software that would read the solution file expecting the version number to be 12.00 and found it to be 13.00, such as some build accelerators. Verified against a freshly created solution file which was generated with VC12.
-
Ivo Bellin Salarin authored
Angled brackets were used in the help output to indicate that the compiler and platform arguments are mandatory. Unfortunately this caused a "< was unexpected at this time" error as the characters are interpreted as re-direction characters when not escaped.
-
Dan Fandrich authored
-
Daniel Stenberg authored
-