summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* openssl: stricter connection check functionJay Satiro2016-05-111-7/+36
* TLS: SSL_peek is not a const operationAnders Bakken2016-05-111-8/+8
* TLS: move the ALPN/NPN enable bits to the connectionDaniel Stenberg2016-05-0910-25/+36
* connect: fix invalid "Network is unreachable" errorsAntonio Larrosa2016-05-081-0/+1
* connections: non-HTTP proxies on different ports aren't reused eitherDaniel Stenberg2016-05-032-2/+2
* http: make sure a blank header overrides accept_decodingDaniel Stenberg2016-05-021-0/+4
* tls: make setting pinnedkey option fail if not supportedDaniel Stenberg2016-05-019-25/+51
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-2948-101/+88
* memdebug.h: remove inclusion of other headersDaniel Stenberg2016-04-291-4/+0
* mbedtls: Fix session resumeJay Satiro2016-04-284-72/+60
* openssl: avoid BN_print a NULL bignumDaniel Stenberg2016-04-261-1/+2
* CONNECT_ONLY: don't close connection on GSS 401/407 reponsesMarcel Raad2016-04-261-2/+4
* mbedtls.c: silly spellfix of a commentDaniel Stenberg2016-04-261-1/+1
* multi: accidentally used resolved host name instead of proxyDaniel Stenberg2016-04-251-2/+4
* url.c: fixed DEBUGASSERT() for WinSock workaroundKarlson2k2016-04-251-1/+3
* PolarSSL: Implement public key pinningmoparisthebest2016-04-242-0/+68
* openssl: builds with OpenSSL 1.1.0-pre5Daniel Stenberg2016-04-211-1/+72
* url.c: Prefer we don't use explicit NULLs in conditionsSteve Holme2016-04-201-2/+2
* NTLM: check for NULL pointer before deferencingIsaac Boukris2016-04-201-0/+4
* sendf.c: added ability to call recv() before send() as workaroundKarlson2k2016-04-204-1/+179
* connect: make sure that rc is initialized in singleipconnect()Kamil Dudka2016-04-191-1/+1
* lib/checksrc.whitelist: not needed anymoreDaniel Stenberg2016-04-192-9/+1
* vtls.h: remove a space before semicolonDaniel Stenberg2016-04-191-2/+2
* darwinssl: removed commented out codeDaniel Stenberg2016-04-191-2/+1
* http_chunks: removed checksrc disableDaniel Stenberg2016-04-191-1/+0
* imap: inlined checksrc disable instead of whitelist editDaniel Stenberg2016-04-191-0/+1
* checksrc: taught to skip commentsDaniel Stenberg2016-04-191-7/+48
* connect: implement TCP Fast Open for LinuxAlessandro Ghedini2016-04-183-5/+18
* connect: implement TCP Fast Open for OS XAlessandro Ghedini2016-04-181-1/+18
* url: add CURLOPT_TCP_FASTOPEN optionAlessandro Ghedini2016-04-182-0/+13
* checksrc: pass on -D so the whitelists are found correctlyDaniel Stenberg2016-04-181-2/+2
* includes: avoid duplicate memory callback typdefs even harderDaniel Stenberg2016-04-181-0/+1
* checksrc/makefile.am: use $top_srcdir to find source filesDaniel Stenberg2016-04-181-1/+2
* news: CURLOPT_CONNECT_TO and --connect-toMichael Kaufmann2016-04-178-34/+407
* http2: Use size_t type for data drain countJay Satiro2016-04-123-4/+6
* http2: Improve header parsingJay Satiro2016-04-111-30/+102
* http2: Add Curl_http2_strerror for HTTP/2 error codesJay Satiro2016-04-112-4/+39
* http2: Don't increment drain when one header field is receivedTatsuhiro Tsujikawa2016-04-111-4/+0
* http2: Ensure that http2_handle_stream_close is calledTatsuhiro Tsujikawa2016-04-112-19/+39
* http2: Process paused data first before tear down http2 sessionTatsuhiro Tsujikawa2016-04-111-2/+125
* http2: Check session closure early in http2_recvTatsuhiro Tsujikawa2016-04-111-7/+8
* http2: Add handling stream level errorTatsuhiro Tsujikawa2016-04-113-2/+13
* http2: drain the socket better...Daniel Stenberg2016-04-111-0/+4
* CURLOPT_SOCKS5_GSSAPI_SERVICE: Merged with CURLOPT_PROXY_SERVICE_NAMESteve Holme2016-04-095-22/+9
* urldata: Use bool for socks5_gssapi_nec as it is a flagSteve Holme2016-04-091-1/+1
* url: Ternary operator code style changesSteve Holme2016-04-091-54/+56
* sasl: Fixed compilation errors from commit 9d89a0387Steve Holme2016-04-093-1/+11
* url: Corrected comments following 9d89a0387Steve Holme2016-04-091-1/+1
* Makefile: Fixed echo of checksrc checkSteve Holme2016-04-081-1/+1
* checksrc: Fix issue with the autobuilds not picking up the whitelistSteve Holme2016-04-081-1/+1