aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-02-12curlx_tvdiff: handle 32bit time_t overflowsDaniel Stenberg
2016-02-10nss: search slash in forward direction in dup_nickname()Kamil Dudka
2016-02-10nss: do not count enabled cipher-suitesKamil Dudka
2016-02-10mbedtls.c: re-indent to better match curl standardsDaniel Stenberg
2016-02-09mbedtls: fix memory leak when destroying SSL connection dataRafael Antonio
2016-02-09mbedtls: fix ALPN usage segfaultDaniel Stenberg
2016-02-09openssl: remove most BoringSSL #ifdefs.David Benjamin
2016-02-08cookies: allow spaces in cookie names, cut of trailing spacesDaniel Stenberg
2016-02-08configure: --with-ca-fallback: use built-in TLS CA fallbackLudwig Nussel
2016-02-08Proxy-Connection: stop sending this header by defaultDaniel Stenberg
2016-02-06openssl: Fix signed/unsigned mismatch warning in X509V3_extJay Satiro
2016-02-06idn_win32: Better error checkingMichael Kaufmann
2016-02-04URLs: change more http to httpsViktor Szakats
2016-02-04sasl_sspi: Fix memory leak in domain populateJay Satiro
2016-02-04URLs: follow GitHub project rename (also Travis CI)Viktor Szakats
2016-02-03URLs: Change more haxx.se URLs from http: to https:Dan Fandrich
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2016-02-02dotdot: allow an empty input string tooDaniel Stenberg
2016-01-29urldata: Error on missing SSL backend-specific connect infoGisle Vanem
2016-01-28urldata: moved common variable out of ifdefSergei Nikulov
2016-01-26NTLM: Fix ConnectionExists to compare Proxy credentialsIsaac Boukris
2016-01-18mbedtls: Fix pinned key return value on failJay Satiro
2016-01-15ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULLKamil Dudka
2016-01-14openssl: improved error detection/reportingDaniel Stenberg
2016-01-14openssl: for 1.1.0+ they now provide a SSLeay() macro of their ownDaniel Stenberg
2016-01-11ConnectionExists: only do pipelining/multiplexing when askedDaniel Stenberg
2016-01-11lib: Prefix URLs with lower-case protocol names/schemesMohammad AlSaleh
2016-01-11IDN host names: Remove the port number before converting to ACEMichael Kaufmann
2016-01-10mbedtls: implement CURLOPT_PINNEDPUBLICKEYThomas Glanzmann
2016-01-09url: Fix compile error with --enable-werrorTatsuhiro Tsujikawa
2016-01-08http2: Ensure that http2_handle_stream_close is calledTatsuhiro Tsujikawa
2016-01-08http2: handle the received SETTINGS frameDaniel Stenberg
2016-01-08Revert "multiplex: allow only once HTTP/2 is actually used"Daniel Stenberg
2016-01-08http2: Fix PUSH_PROMISE headers being treated as trailersTatsuhiro Tsujikawa
2016-01-08connection reuse: IDN host names fixedMichael Kaufmann
2016-01-07mbedtls: Fix ALPN supportJay Satiro
2016-01-06http2: Fix client write for trailers on stream closeJay Satiro
2016-01-06ConnectionExists: add missing newline in infof() callDaniel Stenberg
2016-01-06multiplex: allow only once HTTP/2 is actually usedDaniel Stenberg
2015-12-23ftplistparser.c: fix handling of file LISTings using Windows EOLMarc Hoersken
2015-12-23ConnectionExists: with *PIPEWAIT, wait for connectionsAnders Bakken
2015-12-16cyassl: deal with lack of *get_peer_certificateDaniel Stenberg
2015-12-16wolfssl: handle builds without SSLv3 supportDaniel Stenberg
2015-12-15http2: Support trailer fieldsTatsuhiro Tsujikawa
2015-12-15x509asn1: Fix host altname verificationJay Satiro
2015-12-15cyassl: fix compiler warning on type conversionDaniel Stenberg
2015-12-14setstropt: const-correctnessAnders Bakken
2015-12-14libressl: the latest openssl x509 funcs are not in libresslDaniel Stenberg
2015-12-13http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg
2015-12-10openssl: adapt to openssl >= 1.1.0 X509 opaque structsDaniel Stenberg