Age | Commit message (Expand) | Author |
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 |
2015-05-18 | http: switch on "pipelining" (multiplexing) for HTTP/2 servers | Daniel Stenberg |
2015-05-12 | bundles: merged into conncache.c | Daniel Stenberg |
2015-04-21 | http_done: close Negotiate connections when done | Daniel Stenberg |
2015-04-17 | Revert "HTTP: don't abort connections with pending Negotiate authentication" | Daniel Stenberg |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-17 | HTTP: don't use Expect: headers when on HTTP/2 | Daniel Stenberg |
2015-03-17 | checksrc: detect and remove space before trailing semicolons | Daniel Stenberg |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-03-12 | http: always send Host: header as first header | Daniel Stenberg |
2015-03-07 | http2: use CURL_HTTP_VERSION_* symbols instead of NPN_* | Daniel Stenberg |
2015-03-05 | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-01-17 | http_negotiate: Return CURLcode in Curl_input_negotiate() instead of int | Steve Holme |
2014-12-04 | http_perhapsrewind: don't abort CONNECT requests | Stefan Bühler |
2014-12-04 | HTTP: Free (proxy)userpwd for NTLM/Negotiate after sending a request | Stefan Bühler |
2014-12-04 | HTTP: don't abort connections with pending Negotiate authentication | Stefan Bühler |
2014-11-27 | http.c: Fixed compilation warnings from features being disabled | Steve Holme |
2014-11-20 | http.c: log if it notices HTTP 1.1 after a upgrade to http2 | Daniel Stenberg |
2014-11-20 | http: Disable pipelining for HTTP/2 and upgraded connections | Tatsuhiro Tsujikawa |
2014-11-15 | http2: Don't send Upgrade headers when we already do HTTP/2 | Tatsuhiro Tsujikawa |
2014-11-13 | http2: Deal with HTTP/2 data inside response header buffer | Tatsuhiro Tsujikawa |
2014-11-05 | http_digest: Use CURLcode instead of CURLdigest | Steve Holme |
2014-10-27 | HTTP: return larger than 3 digit response codes too | Daniel Stenberg |
2014-10-25 | ntlm: Only define ntlm data structure when USE_NTLM is defined | Steve Holme |
2014-10-24 | code cleanup: we prefer 'CURLcode result' | Daniel Stenberg |
2014-10-24 | Curl_add_timecondition: skip superfluous varible assignment | Daniel Stenberg |
2014-09-07 | Ensure progress.size_dl/progress.size_ul are always >= 0 | Brandon Casey |
2014-08-15 | http: fix the Content-Range: parser | Daniel Stenberg |
2014-08-02 | HTTP2: Support expect: 100-continue | Tatsuhiro Tsujikawa |
2014-07-23 | http2: more and better error checking | Daniel Stenberg |
2014-07-23 | docs: Improve inline GSS-API naming in code documentation | Michael Osipov |
2014-07-23 | curl.h/features: Deprecate GSS-Negotiate macros due to bad naming | Michael Osipov |
2014-07-23 | HTTP: Remove checkprefix("GSS-Negotiate") | Michael Osipov |
2014-07-16 | Fix negotiate auth to proxies to track correct state | David Woodhouse |
2014-07-16 | Don't abort Negotiate auth when the server has a response for us | David Woodhouse |