- Mar 31, 2015
-
-
Dan Fandrich authored
This allows test 405 to pass on axTLS.
-
- Mar 30, 2015
-
-
Jay Satiro authored
lib/config-win32ce.h - Fix whitespace for checksrc compliance. lib/checksrc.pl - Remove trailing carriage returns from input. projects/checksrc.bat - Ignore tool_hugehelp.c.
-
Dagobert Michelsen authored
Allows the user to easier override its path. Bug: http://curl.haxx.se/bug/view.cgi?id=1486
-
- Mar 29, 2015
-
-
Daniel Stenberg authored
If the handle removed from the multi handle happens to be the one "owning" the pipeline other transfers will be waiting indefinitely. Now we move such handles back to connect to have them race (again) for getting the connection and thus avoid hanging. Bug: http://curl.haxx.se/bug/view.cgi?id=1465 Reported-by: Jiri Dvorak
-
Daniel Stenberg authored
Disabling pipelining on multi handle with in-progress pipelined requests leads to heap corruption and crash
-
- Mar 28, 2015
-
-
Jay Satiro authored
- More descriptive fail message for NO_FILESYSTEM builds. - Cosmetic changes. - Change more of CURLOPT_SSL_CTX_* doc to not be OpenSSL specific.
-
Daniel Stenberg authored
-
Dan Fandrich authored
-
- Mar 27, 2015
-
-
Dan Fandrich authored
-
Kyle L. Huff authored
Adds support for CURLOPT_SSL_CTX_FUNCTION when using CyaSSL, and better handles CyaSSL instances using NO_FILESYSTEM.
-
Kyle L. Huff authored
CyaSSL_no_filesystem_verify is not (or no longer) defined by cURL or CyaSSL. This reference causes build errors when compiling with NO_FILESYSTEM.
-
Jay Satiro authored
Prior to this change some Release configurations had an active configuration assignment to their Debug counterpart.
-
Jay Satiro authored
-
Jay Satiro authored
-
- Mar 26, 2015
-
-
Paul Howarth authored
This fixes a build failure where openssl and libmetalink are used together and the system linker does not do implicit linking (e.g. Fedora 13 and later releases). The MD5 functions required for metalink support must be pulled in from the openssl crypto library. This is similar to commit c6e7cbb9, which fixes the same sort of problem for NSS builds.
-
Daniel Stenberg authored
... even if they don't have an associated connection anymore. It could leave the waiting transfers pending with no active one on the connection. Bug: http://curl.haxx.se/bug/view.cgi?id=1465 Reported-by: Jiri Dvorak
-
- Mar 25, 2015
-
-
Emil Lerner authored
In function glob_range, the number of urls was multiplied by (max - min + 1), regardless of step. The correct formula is (max - min) / step + 1
-
Daniel Stenberg authored
-
Emil Lerner authored
The glob_range function used wrong offset (3 instead of 4) for parsing integer step inside character range specification, which led to 'bad range' error when using character ranges with explicitly specified step (such as '[a-z:2]')
-
Daniel Stenberg authored
-
Daniel Stenberg authored
and simplify code by changing if-elses to a switch() CID 1291706: Logically dead code. Execution cannot reach this statement
-
Daniel Stenberg authored
"unreachable: Since the loop increment is unreachable, the loop body will never execute more than once." Coverity CID 1291707
-
Daniel Stenberg authored
... since the funciton can fail on OOM. Check this return code. Coverity CID 1291705.
-
Jay Satiro authored
(cyassl_connect_step1) - Use TLS 1.0-1.2 by default when available. CyaSSL/wolfSSL >= v3.3.0 supports setting a minimum protocol downgrade version. cyassl/cyassl@322f79f
-
Jay Satiro authored
-
Jay Satiro authored
-
- Mar 24, 2015
-
-
Dan Fandrich authored
-
Dan Fandrich authored
Support for notes has been in place for a while, but it required being added to the setup file manually.
-
Dan Fandrich authored
This header file must be included after all header files except memdebug.h, as it does similar memory function redefinitions and can be similarly affected by conflicting definitions in system or dependent library headers.
-
Daniel Stenberg authored
I tested with libressl git master now (v2.1.4-27-g34bf96c) and it seems to still require the work-around for stapling to work.
-
Daniel Stenberg authored
URL: http://curl.haxx.se/mail/lib-2015-03/0205.html Reported-by: Alessandro Ghedini
-
Daniel Stenberg authored
-
Jay Satiro authored
-
Viktor Szakats authored
-
Viktor Szakats authored
-
Dan Fandrich authored
This is a strange combination of options, but is allowed.
-
Patrick Monnerat authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
--path-as-is is the command line option Added docs in curl.1 and CURLOPT_PATH_AS_IS.3 Added test in test 1241
-