Age | Commit message (Expand) | Author |
2016-11-11 | realloc: use Curl_saferealloc to avoid common mistakes | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-10-31 | cookies: getlist() now holds deep copies of all cookies | Daniel Stenberg |
2016-09-22 | New libcurl option to keep sending on error | Michael Kaufmann |
2016-09-16 | http: accept "Transfer-Encoding: chunked" for HTTP/2 as well | Daniel Stenberg |
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg |
2016-08-25 | HTTP: stop parsing headers when switching to unknown protocols | Michael Kaufmann |
2016-08-21 | http.c: Remove duplicate (authp->avail & CURLAUTH_DIGEST) check | Steve Holme |
2016-08-20 | http.c: Corrected indentation change from commit 2708d4259b | Steve Holme |
2016-08-20 | http: Added calls to Curl_auth_is_<mechansism>_supported() | Steve Holme |
2016-08-16 | Revert "Proxy-Connection: stop sending this header by default" | Daniel Stenberg |
2016-06-28 | cleanup: minor code cleanup in Curl_http_readwrite_headers() | Michael Kaufmann |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-06-21 | cleanup: fix method names in code comments | Michael Kaufmann |
2016-06-05 | http: Fix HTTP/2 connection reuse | Jay Satiro |
2016-05-09 | TLS: move the ALPN/NPN enable bits to the connection | Daniel Stenberg |
2016-05-02 | http: make sure a blank header overrides accept_decoding | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-26 | CONNECT_ONLY: don't close connection on GSS 401/407 reponses | Marcel Raad |
2016-04-17 | news: CURLOPT_CONNECT_TO and --connect-to | Michael Kaufmann |
2016-04-03 | code: style updates | Daniel Stenberg |
2016-03-31 | http2: support "prior knowledge", no upgrade from HTTP/1.1 | Diego Bes |
2016-03-31 | http: remove ((expression)) double parentheses | Daniel Stenberg |
2016-03-31 | Curl_add_buffer_send: avoid possible NULL dereference | Daniel Stenberg |
2016-03-30 | multi: turn Curl_done into file local multi_done | Daniel Stenberg |
2016-03-27 | http_ntlm: Renamed from curl_ntlm.[c|h] | Steve Holme |
2016-03-26 | vauth: Moved the Negotiate authentication code to the new vauth directory | Steve Holme |
2016-03-24 | http: Minor update based on CODE_STYLE guidelines | Steve Holme |
2016-03-20 | connect/ntlm/http: Fixed compilation warnings when verbose strings disabled | Steve Holme |
2016-02-17 | http2: don't decompress gzip decoding automatically | Daniel Stenberg |
2016-02-16 | http: Don't break the header into chunks if HTTP/2 | Tatsuhiro Tsujikawa |
2016-02-08 | Proxy-Connection: stop sending this header by default | Daniel Stenberg |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-12-15 | http2: Support trailer fields | Tatsuhiro Tsujikawa |
2015-12-13 | http: add libcurl option to allow HTTP/2 for HTTPS only | Daniel Stenberg |
2015-12-09 | fix b6d5cb40d7038fe | Daniel Stenberg |
2015-12-08 | build: fix compilation error with CURL_DISABLE_VERBOSE_STRINGS | Christian Stewart |
2015-11-25 | timecond: do not add if-modified-since without timecondition | Daniel Stenberg |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-17 | http2: http_done: don't free already-freed push headers | Daniel Stenberg |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-10-20 | vtls: added support for mbedTLS | Jonas Minnberg |
2015-10-15 | fread_func: move callback pointer from set to state struct | Daniel Stenberg |
2015-08-20 | rtsp: stop reading empty DESCRIBE responses | Erik Janssen |
2015-08-11 | http2: discard frames with no SessionHandle | Anders Bakken |
2015-07-30 | http: move HTTP/2 cleanup code off http_disconnect() | Kamil Dudka |
2015-07-25 | HTTP: ignore "Content-Encoding: compress" | Michael Kaufmann |
2015-07-07 | http2: Fix memory leak in push header array | Tatsuhiro Tsujikawa |
2015-06-24 | http2: fixed the header accessor functions for the push callback | Daniel Stenberg |