| Commit message (Expand) | Author | Age | Files | Lines |
* | build: link curl to openssl libraries when openssl support is enabled | Paul Howarth | 2015-03-26 | 2 | -1/+2 |
* | multi: on a request completion, check all CONNECT_PEND transfers | Daniel Stenberg | 2015-03-26 | 1 | -2/+3 |
* | globbing: fix url number calculation when using range with step | Emil Lerner | 2015-03-25 | 1 | -5/+7 |
* | README.http2: refreshed and added TODO items | Daniel Stenberg | 2015-03-25 | 1 | -14/+24 |
* | globbing: fix step parsing for character globbing ranges | Emil Lerner | 2015-03-25 | 1 | -1/+1 |
* | polarssl: called mbedTLS in 1.3.10 and later | Daniel Stenberg | 2015-03-25 | 1 | -2/+6 |
* | polarssl: remove dead code | Daniel Stenberg | 2015-03-25 | 1 | -19/+16 |
* | polarssl: remove superfluous for(;;) loop | Daniel Stenberg | 2015-03-25 | 1 | -21/+18 |
* | Curl_ssl_md5sum: return CURLcode | Daniel Stenberg | 2015-03-25 | 3 | -13/+16 |
* | cyassl: default to highest possible TLS version | Jay Satiro | 2015-03-25 | 1 | -8/+27 |
* | cyassl: Check for invalid length parameter in Curl_cyassl_random | Jay Satiro | 2015-03-25 | 1 | -1/+3 |
* | cyassl: If wolfSSL then identify as such in version string | Jay Satiro | 2015-03-25 | 1 | -2/+2 |
* | symbols-in-versions: added CURLOPT_PATH_AS_IS | Dan Fandrich | 2015-03-24 | 1 | -0/+1 |
* | testcurl.pl: add the --notes option to supply more info about a build | Dan Fandrich | 2015-03-24 | 1 | -1/+5 |
* | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich | 2015-03-24 | 40 | -80/+101 |
* | openssl: do the OCSP work-around for libressl too | Daniel Stenberg | 2015-03-24 | 1 | -1/+2 |
* | openssl: verifystatus: only use the OCSP work-around <= 1.0.2a | Daniel Stenberg | 2015-03-24 | 1 | -0/+2 |
* | openssl: adapt to ASN1/X509 things gone opaque in 1.1 | Daniel Stenberg | 2015-03-24 | 1 | -1/+1 |
* | curl_easy_setopt.3: Fix misspelling in CURLOPT_PATH_AS_IS description | Jay Satiro | 2015-03-24 | 1 | -1/+1 |
* | CURLOPT_HTTPHEADER.3: fix typo in recent commit | Viktor Szakáts | 2015-03-24 | 1 | -1/+1 |
* | CURLOPT_PATH_AS_IS.3: add type 'long' to prototype | Viktor Szakáts | 2015-03-24 | 1 | -1/+1 |
* | vtls: fix compile with --disable-crypto-auth but with SSL | Dan Fandrich | 2015-03-24 | 1 | -0/+2 |
* | os400: define new options in ILE/RPG binding. | Patrick Monnerat | 2015-03-24 | 1 | -1/+5 |
* | RELEASE-NOTES: synced with f6878609361 | Daniel Stenberg | 2015-03-24 | 1 | -9/+35 |
* | curl_easy_setopt.3: Add CURLOPT_PATH_AS_IS | Daniel Stenberg | 2015-03-24 | 1 | -0/+2 |
* | CURLOPT_PATH_AS_IS: added | Daniel Stenberg | 2015-03-24 | 12 | -20/+165 |
* | curl_easy_recv/send: make them work with the multi interface | Yamada Yasuharu | 2015-03-23 | 3 | -10/+17 |
* | http2: move the init too for when its actually needed | Daniel Stenberg | 2015-03-23 | 1 | -5/+6 |
* | dict: rename byte to avoid compiler shadowed declaration warning | Dan Fandrich | 2015-03-23 | 1 | -5/+5 |
* | cyassl: include version.h to ensure the version macros are defined | Dan Fandrich | 2015-03-23 | 1 | -0/+1 |
* | test1513: eliminated race condition in test run | Dan Fandrich | 2015-03-22 | 1 | -5/+9 |
* | darwinsssl: add support for TLS False Start | Nick Zitzmann | 2015-03-21 | 4 | -4/+18 |
* | gtls: add check of return code | Daniel Stenberg | 2015-03-21 | 1 | -1/+9 |
* | gtls: dereferencing NULL pointer | Daniel Stenberg | 2015-03-21 | 1 | -1/+1 |
* | gtls: avoid uninitialized variable. | Daniel Stenberg | 2015-03-21 | 1 | -1/+1 |
* | tests/certs: rebuild certificates with modified key usage bits | Dan Fandrich | 2015-03-21 | 39 | -655/+640 |
* | tests/certs: added make target to rebuild certificates | Dan Fandrich | 2015-03-21 | 3 | -13/+34 |
* | x509asn1: add /* fallthrough */ in switch() case | Daniel Stenberg | 2015-03-21 | 1 | -0/+2 |
* | x509asn1: minor edit to unconfuse Coverity | Daniel Stenberg | 2015-03-21 | 1 | -3/+1 |
* | testcurl: Allow '=' in values given on command line | Dagobert Michelsen | 2015-03-21 | 1 | -7/+7 |
* | nss: error: unused variable 'connssl' | Daniel Stenberg | 2015-03-21 | 1 | -4/+0 |
* | test938: added missing closing tags | Dan Fandrich | 2015-03-21 | 1 | -0/+2 |
* | cyassl: use new library version macro when available | Dan Fandrich | 2015-03-20 | 1 | -1/+3 |
* | curl: add --false-start option | Alessandro Ghedini | 2015-03-20 | 5 | -0/+20 |
* | nss: add support for TLS False Start | Alessandro Ghedini | 2015-03-20 | 2 | -0/+81 |
* | url: add CURLOPT_SSL_FALSESTART option | Alessandro Ghedini | 2015-03-20 | 9 | -5/+87 |
* | gtls: implement CURLOPT_CERTINFO | Alessandro Ghedini | 2015-03-20 | 5 | -13/+32 |
* | openssl: try to avoid accessing OCSP structs when possible | Alessandro Ghedini | 2015-03-20 | 1 | -4/+2 |
* | CURLOPT_URL.3: spelling! | Daniel Stenberg | 2015-03-20 | 1 | -1/+1 |
* | CURLOPT_URL.3: Added "SECURITY CONCERNS" | Daniel Stenberg | 2015-03-20 | 1 | -1/+24 |