Age | Commit message (Expand) | Author |
2017-11-01 | http2: Fixed OOM handling in upgrade request | Dan Fandrich |
2017-11-01 | include: remove conncache.h inclusion from where its not needed | Daniel Stenberg |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-09-11 | code style: use spaces around equals signs | Daniel Stenberg |
2017-09-02 | mime: new MIME API. | Patrick Monnerat |
2017-08-18 | http2_recv: return error better on fatal h2 errors | Daniel Stenberg |
2017-06-30 | http2: handle PING frames | Max Dymond |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-06-18 | http2: fix OOM crash | Daniel Stenberg |
2017-06-05 | test1521: test *all* curl_easy_setopt options | Daniel Stenberg |
2017-05-22 | assert: avoid, use DEBUGASSERT instead! | Daniel Stenberg |
2017-05-10 | multi: use a fixed array of timers instead of malloc | Daniel Stenberg |
2017-05-10 | multi: assign IDs to all timers and make each timer singleton | Daniel Stenberg |
2017-05-01 | http2: use the correct set buffer size | Daniel Stenberg |
2017-04-30 | http2: declare TU-local variables static | Marcel Raad |
2017-04-15 | http2: fix handle leak in error path | Larry Stefani |
2017-03-30 | http2: silence unused parameter warnings | Marcel Raad |
2017-02-13 | http2: fix memory-leak when denying push streams | Daniel Stenberg |
2017-02-07 | http2: reset push header counter fixes crash | Daniel Stenberg |
2017-01-15 | http2: disable server push if not requested | Alessandro Ghedini |
2017-01-11 | http2_send: avoid unsigned integer wrap around | Daniel Stenberg |
2016-11-28 | http2: check nghttp2_session_set_local_window_size exists | Jay Satiro |
2016-11-28 | http2: Fix crashes when parent stream gets aborted | Anders Bakken |
2016-11-24 | checksrc: move open braces to comply with function declaration style | Daniel Stenberg |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-16 | http2: Use huge HTTP/2 windows | Jay Satiro |
2016-11-16 | http2: Fix address sanitizer memcpy warning | Jay Satiro |
2016-11-11 | realloc: use Curl_saferealloc to avoid common mistakes | Daniel Stenberg |
2016-11-07 | http2: Don't send header fields prohibited by HTTP/2 spec | Tatsuhiro Tsujikawa |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-09-16 | http2: debug ouput sent HTTP/2 request headers | Daniel Stenberg |
2016-09-09 | http2: support > 64bit sized uploads | Daniel Stenberg |
2016-09-05 | http2: return EOF when done uploading without known size | Daniel Stenberg |
2016-09-05 | http2: skip the content-length parsing, detect unknown size | Daniel Stenberg |
2016-09-05 | http2: minor white space edit | Daniel Stenberg |
2016-09-05 | http2: use named define instead of magic constant in read callback | Daniel Stenberg |
2016-08-28 | http2: return CURLE_HTTP2_STREAM for unexpected stream close | Daniel Stenberg |
2016-08-28 | http2: handle closed streams when uploading | Tatsuhiro Tsujikawa |
2016-08-28 | http2: make sure stream errors don't needlessly close the connection | Daniel Stenberg |
2016-08-25 | http2: Remove incorrect comments | Jay Satiro |
2016-08-05 | http2: always wait for readable socket | Daniel Stenberg |
2016-08-05 | CURLOPT_TCP_NODELAY: now enabled by default | Daniel Stenberg |
2016-08-04 | multi: make Curl_expire() work with 0 ms timeouts | Daniel Stenberg |
2016-06-22 | typedefs: use the full structs in internal code... | Daniel Stenberg |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-05-19 | http2: use HTTP/2 in the HTTP/1.1-alike header | Daniel Stenberg |
2016-05-12 | http2: Add space between colon and header value | Cory Benfield |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-12 | http2: Use size_t type for data drain count | Jay Satiro |
2016-04-11 | http2: Improve header parsing | Jay Satiro |