summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* openssl: Fix signed/unsigned mismatch warning in X509V3_extJay Satiro2016-02-061-2/+2
* idn_win32: Better error checkingMichael Kaufmann2016-02-061-25/+21
* URLs: change more http to httpsViktor Szakats2016-02-0412-19/+21
* sasl_sspi: Fix memory leak in domain populateJay Satiro2016-02-041-0/+1
* URLs: follow GitHub project rename (also Travis CI)Viktor Szakats2016-02-041-1/+1
* URLs: Change more haxx.se URLs from http: to https:Dan Fandrich2016-02-033-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-03251-259/+259
* dotdot: allow an empty input string tooDaniel Stenberg2016-02-021-1/+8
* urldata: Error on missing SSL backend-specific connect infoGisle Vanem2016-01-291-20/+13
* urldata: moved common variable out of ifdefSergei Nikulov2016-01-281-10/+1
* NTLM: Fix ConnectionExists to compare Proxy credentialsIsaac Boukris2016-01-261-22/+40
* mbedtls: Fix pinned key return value on failJay Satiro2016-01-181-49/+66
* ssh: make CURLOPT_SSH_PUBLIC_KEYFILE treat "" as NULLKamil Dudka2016-01-151-2/+5
* openssl: improved error detection/reportingDaniel Stenberg2016-01-141-25/+18
* openssl: for 1.1.0+ they now provide a SSLeay() macro of their ownDaniel Stenberg2016-01-141-2/+1
* ConnectionExists: only do pipelining/multiplexing when askedDaniel Stenberg2016-01-111-3/+18
* lib: Prefix URLs with lower-case protocol names/schemesMohammad AlSaleh2016-01-111-0/+5
* IDN host names: Remove the port number before converting to ACEMichael Kaufmann2016-01-111-7/+7
* mbedtls: implement CURLOPT_PINNEDPUBLICKEYThomas Glanzmann2016-01-102-1/+54
* url: Fix compile error with --enable-werrorTatsuhiro Tsujikawa2016-01-091-0/+2
* http2: Ensure that http2_handle_stream_close is calledTatsuhiro Tsujikawa2016-01-081-1/+12
* http2: handle the received SETTINGS frameDaniel Stenberg2016-01-081-29/+25
* Revert "multiplex: allow only once HTTP/2 is actually used"Daniel Stenberg2016-01-081-4/+3
* http2: Fix PUSH_PROMISE headers being treated as trailersTatsuhiro Tsujikawa2016-01-081-17/+17
* connection reuse: IDN host names fixedMichael Kaufmann2016-01-081-26/+30
* mbedtls: Fix ALPN supportJay Satiro2016-01-071-13/+23
* http2: Fix client write for trailers on stream closeJay Satiro2016-01-061-12/+14
* ConnectionExists: add missing newline in infof() callDaniel Stenberg2016-01-061-1/+1
* multiplex: allow only once HTTP/2 is actually usedDaniel Stenberg2016-01-061-3/+4
* ftplistparser.c: fix handling of file LISTings using Windows EOLMarc Hoersken2015-12-231-4/+2
* ConnectionExists: with *PIPEWAIT, wait for connectionsAnders Bakken2015-12-231-0/+10
* cyassl: deal with lack of *get_peer_certificateDaniel Stenberg2015-12-161-0/+6
* wolfssl: handle builds without SSLv3 supportDaniel Stenberg2015-12-161-0/+7
* http2: Support trailer fieldsTatsuhiro Tsujikawa2015-12-153-13/+71
* x509asn1: Fix host altname verificationJay Satiro2015-12-151-8/+4
* cyassl: fix compiler warning on type conversionDaniel Stenberg2015-12-151-1/+1
* setstropt: const-correctnessAnders Bakken2015-12-141-10/+10
* libressl: the latest openssl x509 funcs are not in libresslDaniel Stenberg2015-12-141-2/+4
* http: add libcurl option to allow HTTP/2 for HTTPS onlyDaniel Stenberg2015-12-137-21/+23
* openssl: adapt to openssl >= 1.1.0 X509 opaque structsDaniel Stenberg2015-12-101-14/+38
* openssl: avoid BIO_reset() warnings since it returns a valueDaniel Stenberg2015-12-101-3/+4
* openssl: adapt to 1.1.0+ name changesDaniel Stenberg2015-12-101-0/+6
* fix b6d5cb40d7038feDaniel Stenberg2015-12-091-2/+0
* http2: Fix hanging paused streamTatsuhiro Tsujikawa2015-12-081-0/+9
* build: fix compilation error with CURL_DISABLE_VERBOSE_STRINGSChristian Stewart2015-12-081-1/+1
* config-win32: Fix warning HAVE_WINSOCK2_H undefinedGisle Vanem2015-12-071-1/+2
* openssl: BoringSSL doesn't have CONF_modules_freeGisle Vanem2015-12-071-1/+2
* lwip: Fix compatibility issues with later versionsGisle Vanem2015-12-074-12/+22
* version: Add flag CURL_VERSION_PSL for libpslGisle Vanem2015-12-071-0/+3
* formdata: Check if length is too large for memoryJay Satiro2015-12-071-4/+11