- Aug 24, 2015
-
-
Daniel Stenberg authored
"Explicit null dereferenced (FORWARD_NULL)" Coverity CID 1317366
-
- Aug 23, 2015
-
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
Nathaniel Waisbrot authored
- Add new option CURLOPT_DEFAULT_PROTOCOL to allow specifying a default protocol for schemeless URLs. - Add new tool option --proto-default to expose CURLOPT_DEFAULT_PROTOCOL. In the case of schemeless URLs libcurl will behave in this way: When the option is used libcurl will use the supplied default. When the option is not used, libcurl will follow its usual plan of guessing from the hostname and falling back to 'http'.
-
Jay Satiro authored
-
- Aug 22, 2015
-
-
Daniel Stenberg authored
... so improve the #ifdefs for using our local implementation.
-
- Aug 21, 2015
-
-
Daniel Stenberg authored
Since boringssl brought back DES_set_odd_parity again, it cannot be used to differentiate from boringssl. Using the OPENSSL_IS_BORINGSSL define seems better anyway. URL: https://android.googlesource.com/platform/external/curl/+/f551028d5caab29d4b4a4ae8c159c76c3cfd4887%5E!/ Original-patch-by: Bertrand Simonnet Closes #393
-
Daniel Stenberg authored
... since boringssl moved the former ones and the check started to fail. URL: https://android.googlesource.com/platform/external/curl/+/f551028d5caab29d4b4a4ae8c159c76c3cfd4887%5E!/ Original-patch-by: Bertrand Simonnet
-
Alessandro Ghedini authored
If strict certificate checking is disabled (CURLOPT_SSL_VERIFYPEER and CURLOPT_SSL_VERIFYHOST are disabled) do not fail if the server doesn't present a certificate at all. Closes #392
-
Daniel Stenberg authored
The multi state machine would otherwise go into the DO_MORE state after DO, even for the case when the FTP state machine had already performed those duties, which caused libcurl to get stuck in that state and fail miserably. This occured for for active ftp uploads. Reported-by: Patricia Muscalu
-
Jactry Zeng authored
-
- Aug 20, 2015
-
-
Rémy Léone authored
http://docs.travis-ci.com/user/migrating-from-legacy Closes #388
-
Daniel Stenberg authored
-
Erik Janssen authored
Based-on-patch-by: Jim Hollinger
-
Erik Janssen authored
-
- Aug 19, 2015
-
-
Sam Roth authored
Closes #389 Closes #386
-
Marcel Raad authored
Visual Studio complains with a message box: "Run-Time Check Failure #1 - A cast to a smaller data type has caused a loss of data. If this was intentional, you should mask the source of the cast with the appropriate bitmask. For example: char c = (i & 0xFF); Changing the code in this way will not affect the quality of the resulting optimized code." This is because only 'val' is cast to unsigned char, so the "& 0xff" has no effect. Closes #387
-
- Aug 18, 2015
-
-
Jay Satiro authored
- Clarify that FILE and SCP are disabled by default since 7.19.4 - Add that SMB and SMBS are disabled by default since 7.40.0 - Add CURLPROTO_SMBS to the list of protocols
-
Jay Satiro authored
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
-
- Aug 15, 2015
-
-
Daniel Stenberg authored
... and changed "oriented" to "related" Closes #378
-
Daniel Stenberg authored
-
Daniel Kahn Gillmor authored
Acknowledge that SSLv3 is also widely considered to be insecure. Also, provide references for people who want to know more about why it's insecure.
-
- Aug 14, 2015
-
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
-
Steve Holme authored
Bug: https://github.com/bagder/curl/pull/379 Reported-by: Daniel Seither
-
Jay Satiro authored
Bug: http://curl.haxx.se/mail/lib-2015-08/0016.html Reported-by: Eric Ridge
-
- Aug 12, 2015
-
-
Svyatoslav Mishyn authored
"can not" => "cannot" closes #377
-
Alessandro Ghedini authored
closes #376
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Aug 11, 2015
-
-
Daniel Stenberg authored
-
Svyatoslav Mishyn authored
Closes #375
-
Svyatoslav Mishyn authored
Closes #374
-
Svyatoslav Mishyn authored
-
Anders Bakken authored
Return 0 instead of NGHTTP2_ERR_CALLBACK_FAILURE if we can't locate the SessionHandle. Apparently mod_h2 will sometimes send a frame for a stream_id we're finished with. Use nghttp2_session_get_stream_user_data and nghttp2_session_set_stream_user_data to identify SessionHandles instead of a hash. Closes #372
-
- Aug 10, 2015
-
-
Daniel Stenberg authored
-