summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-12-10openssl: avoid BIO_reset() warnings since it returns a valueDaniel Stenberg
2015-12-10openssl: adapt to 1.1.0+ name changesDaniel Stenberg
2015-12-09fix b6d5cb40d7038feDaniel Stenberg
2015-12-08http2: Fix hanging paused streamTatsuhiro Tsujikawa
2015-12-08build: fix compilation error with CURL_DISABLE_VERBOSE_STRINGSChristian Stewart
2015-12-07config-win32: Fix warning HAVE_WINSOCK2_H undefinedGisle Vanem
2015-12-07openssl: BoringSSL doesn't have CONF_modules_freeGisle Vanem
2015-12-07lwip: Fix compatibility issues with later versionsGisle Vanem
2015-12-07version: Add flag CURL_VERSION_PSL for libpslGisle Vanem
2015-12-07formdata: Check if length is too large for memoryJay Satiro