Age | Commit message (Expand) | Author |
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 |
2014-07-16 | Don't clear GSSAPI state between each exchange in the negotiation | David Woodhouse |
2014-06-15 | https: Fix build when http2 is disabled | Dan Fandrich |
2014-06-14 | http2: better return code error checking | Daniel Stenberg |
2014-05-22 | http: Fix a compiler warning when http2 support is disabled | Dan Fandrich |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-05-20 | http2: make connection re-use work | Daniel Stenberg |
2014-05-15 | HTTP: CREDSPERREQUEST is for HTTP too | Daniel Stenberg |
2014-05-09 | http: avoid auth failure on a duplicated header | Kamil Dudka |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-04-25 | nss: propagate blocking direction from NSPR I/O | Kamil Dudka |
2014-04-23 | handler: make 'protocol' always specified as a single bit | Daniel Stenberg |
2014-04-04 | PROXYHEADER: send these headers in "normal" proxy requests too | Daniel Stenberg |
2014-04-04 | CURLOPT_HEADEROPT: added | Daniel Stenberg |
2014-04-04 | CURLOPT_PROXYHEADER: set headers for proxy-only | Daniel Stenberg |
2014-04-04 | HTTP: don't send Content-Length: 0 _and_ Expect: 100-continue | Daniel Stenberg |
2014-03-31 | http2: let openssl mention the exact protocol negotiated | Daniel Stenberg |
2014-03-31 | http2: remove _DRAFT09 from the NPN_HTTP2 enum | Daniel Stenberg |
2014-03-25 | url: Fixed connection re-use when using different log-in credentials | Steve Holme |
2014-03-19 | polarssl: fix possible handshake timeout issue in multi. | Gaël PORTAY |
2014-02-17 | http2: Support HTTP POST/PUT | Tatsuhiro Tsujikawa |
2014-02-05 | http2: rely on content-encoding header | Fabian Frank |
2014-02-04 | HTTP2: add layer between existing http and socket(TLS) layer | Tatsuhiro Tsujikawa |
2014-01-30 | http2: switch into http2 mode if NPN indicates | Fabian Frank |
2014-01-30 | http2: s/Curl_http2_request/Curl_http2_request_upgrade | Daniel Stenberg |
2014-01-29 | http2: handle 101 responses and switch to HTTP2 | Daniel Stenberg |
2014-01-20 | HTTP POST: omit Content-Length if data size is unknown | Cédric Deltheil |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |