Age | Commit message (Expand) | Author |
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 |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-11-03 | http: Post base64 decoding tidy up | Steve Holme |
2013-11-02 | http: Added proxy tunnel authentication message header value extraction | Steve Holme |
2013-10-31 | http: Added authentication message header value extraction | Steve Holme |
2013-09-07 | http2: first embryo toward Upgrade: | Daniel Stenberg |
2013-09-07 | http: rename use_http_1_1 to use_http_1_1plus | Daniel Stenberg |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-03-25 | NTLM: fix several NTLM code paths memory leaks | Yang Tse |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing |
2013-01-17 | always-multi: always use non-blocking internals | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-12-14 | setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h> | Yang Tse |
2012-12-07 | Introducing a new persistent connection caching system using "bundles". | Linus Nielsen Feltzing |
2012-11-26 | Remove stray CRLF in chunk-encoded content-free request bodies | Fabian Keil |
2012-11-07 | http_perhapsrewind: consider NTLM over proxy too | Daniel Stenberg |