Age | Commit message (Expand) | Author |
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 |
2015-06-24 | http2: setup the new pushed stream properly | Daniel Stenberg |
2015-06-17 | http: do not leak basic auth credentials on re-used connections | Kamil Dudka |
2015-06-14 | urldata: store POST size in state.infilesize too | Daniel Stenberg |
2015-05-31 | HTTP-NTLM: fail auth on connection close instead of looping | Isaac Boukris |
2015-05-22 | http: removed self assignment | Daniel Stenberg |
2015-05-20 | read_callback: move to SessionHandle from connectdata | Daniel Stenberg |
2015-05-19 | http: silence compile-time warnings without USE_NGHTTP2 | Kamil Dudka |
2015-05-18 | http: Add some include guards for the new HTTP/2 stuff | Jay Satiro |
2015-05-18 | http2: fix build when NOT h2-enabled | Daniel Stenberg |
2015-05-18 | pipeline: switch some code over to functions | Daniel Stenberg |
2015-05-18 | Curl_http_readwrite_headers: minor code simplification | Daniel Stenberg |
2015-05-18 | http2: rename s/data/pausedata | Daniel Stenberg |
2015-05-18 | http2: set default concurrency, fix ConnectionExists for multiplex | Daniel Stenberg |
2015-05-18 | bundles: store no/default/pipeline/multiplex | Daniel Stenberg |
2015-05-18 | http2: lazy init header_recvbuf | Daniel Stenberg |
2015-05-18 | http2: separate multiplex/pipelining + cleanup memory leaks | Daniel Stenberg |
2015-05-18 | http2: force "drainage" of streams | Daniel Stenberg |
2015-05-18 | http2: move the mem+len pair to the stream struct | Daniel Stenberg |
2015-05-18 | http2: more stream-oriented data, stream ID 0 is for connections | Daniel Stenberg |
2015-05-18 | http2: move lots of state data to the 'stream' struct | Daniel Stenberg |