aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-02-24Curl_read: check for activated HTTP/1 pipelining, not only requestedDaniel Stenberg
2016-02-23getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSIONJay Satiro
2016-02-23multi_remove_handle: keep the timeout list until after disconnectDaniel Stenberg
2016-02-23TFTP: add option to suppress TFTP option requests (Part 2)Jay Satiro
2016-02-23TFTP: add option to suppress TFTP option requests (Part 1)Michael Koenig
2016-02-19curl_sasl: Fix memory leak in digest parserEmil Lerner
2016-02-17http2: don't decompress gzip decoding automaticallyDaniel Stenberg
2016-02-16http: Don't break the header into chunks if HTTP/2Tatsuhiro Tsujikawa
2016-02-16openssl: use macro to guard the opaque EVP_PKEY branchViktor Szakats
2016-02-16openssl: avoid direct PKEY access with OpenSSL 1.1.0Viktor Szakats
2016-02-14SCP: use libssh2_scp_recv2 to support > 2GB files on windowsDavid Byron
2016-02-13gtls: fix for builds lacking encrypted key file supportShine Fan
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