Age | Commit message (Expand) | Author |
2016-05-17 | dprintf_formatf: fix (false?) Coverity warning | Daniel Stenberg |
2016-05-15 | ftp: fix incorrect out-of-memory code in Curl_pretransfer | Jay Satiro |
2016-05-15 | ftp wildcard: segfault due to init only in multi_perform | Daniel Stenberg |
2016-05-13 | darwinssl.c: fix OS X codename typo in comment | Viktor Szakats |
2016-05-13 | mprintf: Fix processing of width and prec args | Jay Satiro |
2016-05-13 | ConnectionExists: follow-up fix for proxy re-use | Michael Kaufmann |
2016-05-12 | darwinssl: fix certificate verification disable on OS X 10.8 | Per Malmberg |
2016-05-12 | http2: Add space between colon and header value | Cory Benfield |
2016-05-12 | openssl: fix compile-time warning in Curl_ossl_check_cxn() | Kamil Dudka |
2016-05-11 | openssl: stricter connection check function | Jay Satiro |
2016-05-11 | TLS: SSL_peek is not a const operation | Anders Bakken |
2016-05-09 | TLS: move the ALPN/NPN enable bits to the connection | Daniel Stenberg |
2016-05-08 | connect: fix invalid "Network is unreachable" errors | Antonio Larrosa |
2016-05-03 | connections: non-HTTP proxies on different ports aren't reused either | Daniel Stenberg |
2016-05-02 | http: make sure a blank header overrides accept_decoding | Daniel Stenberg |
2016-05-01 | tls: make setting pinnedkey option fail if not supported | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-29 | memdebug.h: remove inclusion of other headers | Daniel Stenberg |
2016-04-28 | mbedtls: Fix session resume | Jay Satiro |
2016-04-26 | openssl: avoid BN_print a NULL bignum | Daniel Stenberg |
2016-04-26 | CONNECT_ONLY: don't close connection on GSS 401/407 reponses | Marcel Raad |
2016-04-26 | mbedtls.c: silly spellfix of a comment | Daniel Stenberg |
2016-04-25 | multi: accidentally used resolved host name instead of proxy | Daniel Stenberg |
2016-04-25 | url.c: fixed DEBUGASSERT() for WinSock workaround | Karlson2k |
2016-04-24 | PolarSSL: Implement public key pinning | moparisthebest |
2016-04-21 | openssl: builds with OpenSSL 1.1.0-pre5 | Daniel Stenberg |
2016-04-20 | url.c: Prefer we don't use explicit NULLs in conditions | Steve Holme |
2016-04-20 | NTLM: check for NULL pointer before deferencing | Isaac Boukris |
2016-04-20 | sendf.c: added ability to call recv() before send() as workaround | Karlson2k |
2016-04-19 | connect: make sure that rc is initialized in singleipconnect() | Kamil Dudka |
2016-04-19 | lib/checksrc.whitelist: not needed anymore | Daniel Stenberg |
2016-04-19 | vtls.h: remove a space before semicolon | Daniel Stenberg |
2016-04-19 | darwinssl: removed commented out code | Daniel Stenberg |
2016-04-19 | http_chunks: removed checksrc disable | Daniel Stenberg |
2016-04-19 | imap: inlined checksrc disable instead of whitelist edit | Daniel Stenberg |
2016-04-19 | checksrc: taught to skip comments | Daniel Stenberg |
2016-04-18 | connect: implement TCP Fast Open for Linux | Alessandro Ghedini |
2016-04-18 | connect: implement TCP Fast Open for OS X | Alessandro Ghedini |
2016-04-18 | url: add CURLOPT_TCP_FASTOPEN option | Alessandro Ghedini |
2016-04-18 | checksrc: pass on -D so the whitelists are found correctly | Daniel Stenberg |
2016-04-18 | includes: avoid duplicate memory callback typdefs even harder | Daniel Stenberg |
2016-04-18 | checksrc/makefile.am: use $top_srcdir to find source files | Daniel Stenberg |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-04-12 | http2: Use size_t type for data drain count | Jay Satiro |
2016-04-11 | http2: Improve header parsing | Jay Satiro |
2016-04-11 | http2: Add Curl_http2_strerror for HTTP/2 error codes | Jay Satiro |
2016-04-11 | http2: Don't increment drain when one header field is received | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Ensure that http2_handle_stream_close is called | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Process paused data first before tear down http2 session | Tatsuhiro Tsujikawa |
2016-04-11 | http2: Check session closure early in http2_recv | Tatsuhiro Tsujikawa |