aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-05-19openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0Daniel Stenberg
2016-05-19http2: use HTTP/2 in the HTTP/1.1-alike headerDaniel Stenberg
2016-05-18schannel: fix compile break with MSVC XP toolsetMarcel Raad
2016-05-17mbedtls/polarssl: set "hostname" unconditionallyDaniel Stenberg
2016-05-17openssl: get_cert_chain: fix NULL dereferenceDaniel Stenberg
2016-05-17openssl: get_cert_chain: avoid NULL dereferenceDaniel Stenberg
2016-05-17dprintf_formatf: fix (false?) Coverity warningDaniel Stenberg
2016-05-15ftp: fix incorrect out-of-memory code in Curl_pretransferJay Satiro
2016-05-15ftp wildcard: segfault due to init only in multi_performDaniel Stenberg
2016-05-13darwinssl.c: fix OS X codename typo in commentViktor Szakats
2016-05-13mprintf: Fix processing of width and prec argsJay Satiro
2016-05-13ConnectionExists: follow-up fix for proxy re-useMichael Kaufmann
2016-05-12darwinssl: fix certificate verification disable on OS X 10.8Per Malmberg
2016-05-12http2: Add space between colon and header valueCory Benfield
2016-05-12openssl: fix compile-time warning in Curl_ossl_check_cxn()Kamil Dudka
2016-05-11openssl: stricter connection check functionJay Satiro
2016-05-11TLS: SSL_peek is not a const operationAnders Bakken
2016-05-09TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg
2016-05-08connect: fix invalid "Network is unreachable" errorsAntonio Larrosa
2016-05-03connections: non-HTTP proxies on different ports aren't reused eitherDaniel Stenberg
2016-05-02http: make sure a blank header overrides accept_decodingDaniel Stenberg
2016-05-01tls: make setting pinnedkey option fail if not supportedDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-29memdebug.h: remove inclusion of other headersDaniel Stenberg
2016-04-28mbedtls: Fix session resumeJay Satiro
2016-04-26openssl: avoid BN_print a NULL bignumDaniel Stenberg
2016-04-26CONNECT_ONLY: don't close connection on GSS 401/407 reponsesMarcel Raad
2016-04-26mbedtls.c: silly spellfix of a commentDaniel Stenberg
2016-04-25multi: accidentally used resolved host name instead of proxyDaniel Stenberg
2016-04-25url.c: fixed DEBUGASSERT() for WinSock workaroundKarlson2k
2016-04-24PolarSSL: Implement public key pinningmoparisthebest
2016-04-21openssl: builds with OpenSSL 1.1.0-pre5Daniel Stenberg
2016-04-20url.c: Prefer we don't use explicit NULLs in conditionsSteve Holme
2016-04-20NTLM: check for NULL pointer before deferencingIsaac Boukris
2016-04-20sendf.c: added ability to call recv() before send() as workaroundKarlson2k
2016-04-19connect: make sure that rc is initialized in singleipconnect()Kamil Dudka
2016-04-19lib/checksrc.whitelist: not needed anymoreDaniel Stenberg
2016-04-19vtls.h: remove a space before semicolonDaniel Stenberg
2016-04-19darwinssl: removed commented out codeDaniel Stenberg
2016-04-19http_chunks: removed checksrc disableDaniel Stenberg
2016-04-19imap: inlined checksrc disable instead of whitelist editDaniel Stenberg
2016-04-19checksrc: taught to skip commentsDaniel Stenberg
2016-04-18connect: implement TCP Fast Open for LinuxAlessandro Ghedini
2016-04-18connect: implement TCP Fast Open for OS XAlessandro Ghedini
2016-04-18url: add CURLOPT_TCP_FASTOPEN optionAlessandro Ghedini
2016-04-18checksrc: pass on -D so the whitelists are found correctlyDaniel Stenberg
2016-04-18includes: avoid duplicate memory callback typdefs even harderDaniel Stenberg
2016-04-18checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg
2016-04-17news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann
2016-04-12http2: Use size_t type for data drain countJay Satiro