Age | Commit message (Expand) | Author |
2014-08-02 | HTTP2: Support expect: 100-continue | Tatsuhiro Tsujikawa |
2014-04-04 | CURLOPT_PROXYHEADER: set headers for proxy-only | Daniel Stenberg |
2014-02-17 | http2: Support HTTP POST/PUT | Tatsuhiro Tsujikawa |
2014-02-04 | http2: handle incoming data larger than remaining buffer | Tatsuhiro Tsujikawa |
2014-02-04 | http2: Check stream ID we are interested in | Tatsuhiro Tsujikawa |
2014-02-04 | http2: store response header in temporary buffer | Tatsuhiro Tsujikawa |
2014-02-04 | HTTP2: add layer between existing http and socket(TLS) layer | Tatsuhiro Tsujikawa |
2014-01-30 | http2: add CRLF when first data arrives | Daniel Stenberg |
2014-01-30 | http2: convert HEADER frames to HTTP1-like headers | Daniel Stenberg |
2014-01-30 | http2: do the POST Upgrade dance properly | Daniel Stenberg |
2014-01-29 | http2: switch recv/send functions to http2 ones after 101 | 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-09-07 | http: fix build warning under LLVM | Nick Zitzmann |
2013-09-07 | http2: actually init nghttp2 and send HTTP2-Settings properly | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2012-12-28 | build: rename 76 lib/*.h files | Yang Tse |
2012-12-28 | lib/*.h: use our standard naming scheme for header inclusion guards | Yang Tse |
2011-06-03 | privatise: make private functions static | Daniel Stenberg |
2011-04-04 | http-proxy: move proxy code to http_proxy.c | Daniel Stenberg |
2010-07-24 | add_buffer_send: fix compiler warning | Daniel Stenberg |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-01-21 | Chris Conroy brought support for RTSP transfers, and with it comes 8(!) new | Daniel Stenberg |
2010-01-07 | removed a parameter from the Curl_http_readwrite_headers() prototype to remove | Daniel Stenberg |
2010-01-07 | removed Curl_http_header_append() prototype as it isn't used anymore, the | Daniel Stenberg |
2009-12-29 | move HTTP-specific functions to http.c where they belong | Daniel Stenberg |
2009-12-12 | split out more protocol-specific structs from urldata.h into their own | Daniel Stenberg |
2008-08-04 | - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 and | Daniel Stenberg |
2008-07-30 | Factored out Curl_copy_header_value | Dan Fandrich |
2007-10-12 | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat |
2007-08-27 | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich |
2007-08-26 | Fixed some minor mismatched types found by splint. | Dan Fandrich |
2007-01-27 | update copyright year notice | Yang Tse |
2007-01-16 | - Armel Asselin improved libcurl to behave a lot better when an easy handle | Daniel Stenberg |
2006-08-18 | Andrew Biggs pointed out a "Expect: 100-continue" flaw where libcurl didn't | Daniel Stenberg |
2006-04-10 | First curl_multi_socket() commit. Should primarily be considered as an internal | Daniel Stenberg |
2006-03-21 | Xavier Bouchoux made the SSL connection non-blocking for the multi interface | Daniel Stenberg |
2005-07-03 | Andrew Bushnell provided enough info for me to tell that we badly needed to | Daniel Stenberg |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg |
2004-11-05 | Tim Sneddon's VMS fix for huge HTTP POSTs | Daniel Stenberg |
2004-06-15 | Fix the auth code to enable us to i.e set DIGEST and then find out that the | Daniel Stenberg |
2004-05-12 | Curl_done() and the protocol-specific conn->curl_done() functions now all | Daniel Stenberg |
2004-05-04 | General HTTP authentication cleanup and fixes | Daniel Stenberg |
2004-03-30 | David Byron made CURLOPT_FAILONERROR work with authentications such as NTLM | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-09-03 | Re-arranged code to make the proxy-CONNECT loop able to do some of the | Daniel Stenberg |
2003-08-11 | Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies | Daniel Stenberg |
2003-01-16 | copyright year update in the source header | Daniel Stenberg |