Age | Commit message (Expand) | Author |
2015-03-25 | Curl_ssl_md5sum: return CURLcode | Daniel Stenberg |
2015-03-25 | cyassl: default to highest possible TLS version | Jay Satiro |
2015-03-25 | cyassl: Check for invalid length parameter in Curl_cyassl_random | Jay Satiro |
2015-03-25 | cyassl: If wolfSSL then identify as such in version string | Jay Satiro |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-24 | openssl: do the OCSP work-around for libressl too | Daniel Stenberg |
2015-03-24 | openssl: verifystatus: only use the OCSP work-around <= 1.0.2a | Daniel Stenberg |
2015-03-24 | openssl: adapt to ASN1/X509 things gone opaque in 1.1 | Daniel Stenberg |
2015-03-24 | vtls: fix compile with --disable-crypto-auth but with SSL | Dan Fandrich |
2015-03-24 | CURLOPT_PATH_AS_IS: added | Daniel Stenberg |
2015-03-23 | curl_easy_recv/send: make them work with the multi interface | Yamada Yasuharu |
2015-03-23 | http2: move the init too for when its actually needed | Daniel Stenberg |
2015-03-23 | dict: rename byte to avoid compiler shadowed declaration warning | Dan Fandrich |
2015-03-23 | cyassl: include version.h to ensure the version macros are defined | Dan Fandrich |
2015-03-21 | darwinsssl: add support for TLS False Start | Nick Zitzmann |
2015-03-21 | gtls: add check of return code | Daniel Stenberg |
2015-03-21 | gtls: dereferencing NULL pointer | Daniel Stenberg |
2015-03-21 | gtls: avoid uninitialized variable. | Daniel Stenberg |
2015-03-21 | x509asn1: add /* fallthrough */ in switch() case | Daniel Stenberg |
2015-03-21 | x509asn1: minor edit to unconfuse Coverity | Daniel Stenberg |
2015-03-21 | nss: error: unused variable 'connssl' | Daniel Stenberg |
2015-03-20 | cyassl: use new library version macro when available | Dan Fandrich |
2015-03-20 | nss: add support for TLS False Start | Alessandro Ghedini |
2015-03-20 | url: add CURLOPT_SSL_FALSESTART option | Alessandro Ghedini |
2015-03-20 | gtls: implement CURLOPT_CERTINFO | Alessandro Ghedini |
2015-03-20 | openssl: try to avoid accessing OCSP structs when possible | Alessandro Ghedini |
2015-03-19 | HTTP: don't switch to HTTP/2 from 1.1 until we get the 101 | Daniel Stenberg |
2015-03-19 | axtls: version 1.5.2 now requires that config.h be manually included | Dan Fandrich |
2015-03-18 | nss: explicitly tell NSS to disable NPN/ALPN | Kamil Dudka |
2015-03-17 | checksrc: Fix whitelist on out-of-tree builds | Dan Fandrich |
2015-03-17 | Curl_sh_entry: remove unused 'timestamp' | Stefan Bühler |
2015-03-17 | HTTP: don't use Expect: headers when on HTTP/2 | Daniel Stenberg |
2015-03-17 | checksrc: detect and remove space before trailing semicolons | Daniel Stenberg |
2015-03-17 | checksrc: introduce a whitelisting concept | Daniel Stenberg |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-17 | checksrc: use space before paren in "return (expr);" | Daniel Stenberg |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before a few calls of cURL functions | Markus Elfring |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-16 | connect: Fix happy eyeballs logic for IPv4-only builds | Jay Satiro |
2015-03-15 | closesocket: call multi socket cb on close even with custom close | Frank Meier |
2015-03-14 | hostip: Fix signal race in Curl_resolv_timeout. | Tobias Stoeckmann |
2015-03-14 | http2: detect prematures close without data transfered | Daniel Stenberg |
2015-03-12 | openssl: use colons properly in the ciphers list | Daniel Stenberg |
2015-03-12 | openssl: sort the ciphers on strength | Daniel Stenberg |
2015-03-12 | openssl: show the cipher selection to use | Daniel Stenberg |
2015-03-12 | http: always send Host: header as first header | Daniel Stenberg |
2015-03-11 | mk-ca-bundle bugfix: Don't report SHA1 numbers with "-q". | Alexander Pepper |
2015-03-11 | proxy: re-use proxy connections (regression) | Daniel Stenberg |
2015-03-10 | gtls: correctly align certificate status verification messages | Alessandro Ghedini |