aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-11-24checksrc: add ASTERISKSPACEDaniel Stenberg
2016-11-24openssl: remove dead codeDaniel Stenberg
2016-11-24HTTPS-proxy: fixed mbedtls and polishingOkhin Vasilij
2016-11-24darwinssl: adopted to the HTTPS proxy changesDaniel Stenberg
2016-11-24gtls: fix indent to silence compiler warningDaniel Stenberg
2016-11-24mbedtls: Fix compile errorsThomas Glanzmann
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-24Declare endian read functions argument as a const pointer.Patrick Monnerat
2016-11-24Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows.Patrick Monnerat
2016-11-22url: Fix conn reuse for local ports and interfacesJay Satiro
2016-11-21rand: pass in number of randoms as an unsigned argumentDaniel Stenberg
2016-11-20rand: Fix potentially uninitialized result warningJay Satiro
2016-11-19vtls: fix build warningsMarcel Raad
2016-11-18lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2016-11-17Don't mix unix domain sockets with regular onesIsaac Boukris
2016-11-16http2: Use huge HTTP/2 windowsJay Satiro
2016-11-16http2: Fix address sanitizer memcpy warningJay Satiro
2016-11-15darwinssl: fix SSL client certificate not found on MacOS SierraDavid Schweikert
2016-11-14Curl_rand: fixed and moved to rand.cDaniel Stenberg
2016-11-13time_t fix: follow-up to de4de4e3c7cDaniel Stenberg
2016-11-12timeval: prefer time_t to hold seconds instead of longDaniel Stenberg
2016-11-11URL-parser: for file://[host]/ URLs, the [host] must be localhostDaniel Stenberg
2016-11-11openssl: make sure to fail in the unlikely event that PRNG seeding failsDaniel Stenberg
2016-11-11openssl: avoid unnecessary seeding if already doneDaniel Stenberg
2016-11-11openssl: RAND_status always exists in OpenSSL >= 0.9.7Daniel Stenberg
2016-11-11Curl_pgrsUpdate: use dedicated function for time passedDaniel Stenberg
2016-11-11realloc: use Curl_saferealloc to avoid common mistakesDaniel Stenberg
2016-11-10openssl: raise the max_version to 1.3 if asked forDaniel Stenberg
2016-11-09vtls: Fail on unrecognized param for CURLOPT_SSLVERSIONJay Satiro
2016-11-09SPNEGO: Fix memory leak when authentication failsIsaac Boukris
2016-11-08printf: fix ".*f" handlingDaniel Stenberg
2016-11-07nss: silence warning 'SSL_NEXT_PROTO_EARLY_VALUE not handled in switch'Kamil Dudka
2016-11-07openssl: initial TLS 1.3 adaptionsDaniel Stenberg
2016-11-07ssh: check md5 fingerprints case insensitively (regression)Daniel Stenberg
2016-11-07vtls: support TLS 1.3 via CURL_SSLVERSION_TLSv1_3Kamil Dudka
2016-11-07nss: map CURL_SSLVERSION_DEFAULT to NSS defaultKamil Dudka
2016-11-07s/cURL/curlDaniel Stenberg
2016-11-07http2: Don't send header fields prohibited by HTTP/2 specTatsuhiro Tsujikawa
2016-11-05easy: Initialize info variables on easy init and duphandleJay Satiro
2016-11-04mbedtls: fix build with mbedtls versions < 2.4.0Daniel Stenberg
2016-11-02msvc: removed a straggling reference to strequal.cDan Fandrich
2016-11-02ftp_done: don't clobber the passed in error codeDaniel Stenberg
2016-11-02ftp: remove dead code in ftp_doneDaniel Stenberg
2016-11-01file: fix compiler warningMichael Kaufmann
2016-11-01strcase: fixed Metalink builds by redefining checkprefix()Dan Fandrich
2016-10-31strcase: make the tool use curl_str[n]equal insteadDaniel Stenberg
2016-10-31gskit, nss: do not include strequal.hKamil Dudka
2016-10-31strcasecompare: include curl.h in strcase.cDan Fandrich
2016-10-31strcase: fix the remaining rawstr usersDaniel Stenberg