Age | Commit message (Expand) | Author |
2019-08-01 | timediff: make it 64 bit (if possible) even with 32 bit time_t | Daniel Stenberg |
2019-07-30 | cleanup: remove the 'numsocks' argument used in many places | Daniel Stenberg |
2019-07-29 | http2_recv: trigger another read when the last data is returned | Daniel Stenberg |
2019-07-10 | headers: Remove no longer exported functions | Daniel Gustafsson |
2019-06-24 | http2: call done_sending on end of upload | Daniel Stenberg |
2019-06-21 | http2: don't call stream-close on already closed streams | Daniel Stenberg |
2019-06-11 | http2: remove CURL_DISABLE_TYPECHECK define | Daniel Stenberg |
2019-05-30 | http2: Stop drain from being permanently set on | Josie Huddleston |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-04-06 | pipelining: removed | Daniel Stenberg |
2019-04-03 | documentation: Fix several typos | Tim Rühsen |
2019-02-20 | http2: verify :athority in push promise requests | Daniel Stenberg |
2019-02-12 | http2: multi_connchanged() moved from multi.c, only used for h2 | Daniel Stenberg |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2019-01-11 | urldata: rename easy_conn to just conn | Daniel Stenberg |
2018-12-20 | http2: clear pause stream id if it gets closed | Daniel Stenberg |
2018-12-08 | Upon HTTP_1_1_REQUIRED, retry the request with HTTP/1.1 | Johannes Schindelin |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-10-18 | travis: add build for "configure --disable-verbose" | Daniel Stenberg |
2018-10-03 | memory: ensure to check allocation results | Daniel Gustafsson |
2018-09-25 | Curl_http2_done: fix memleak in error path | Daniel Stenberg |
2018-09-16 | http: made Curl_add_buffer functions take a pointer-pointer | Daniel Stenberg |
2018-09-16 | http2: fix memory leaks on error-path | Daniel Stenberg |
2018-09-10 | misc: fix typos in comments | Daniel Gustafsson |
2018-09-07 | upkeep: add a connection upkeep API: curl_easy_conn_upkeep() | Max Dymond |
2018-09-02 | http2: Use correct format identifier for stream_id | Rikard Falkeborn |
2018-08-22 | http2: abort the send_callback if not setup yet | Daniel Stenberg |
2018-08-21 | http2: remove four unused nghttp2 callbacks | Daniel Stenberg |
2018-08-21 | http2: avoid set_stream_user_data() before stream is assigned | Daniel Stenberg |
2018-08-17 | http2: make sure to send after RST_STREAM | Daniel Stenberg |
2018-08-15 | http2: check nghttp2_session_set_stream_user_data return code | Daniel Stenberg |
2018-08-13 | http: fix for tiny "HTTP/0.9" response | Daniel Stenberg |
2018-07-30 | http2: clear the drain counter in Curl_http2_done | Daniel Stenberg |
2018-07-20 | http2: several cleanups | Daniel Stenberg |
2018-05-31 | strictness: correct {infof, failf} format specifiers | Rikard Falkeborn |
2018-05-21 | checksrc: make sure sizeof() is used *with* parentheses | Daniel Stenberg |
2018-05-14 | http2: remove unused variable | steini2000 |
2018-05-14 | http2: use easy handle of stream for logging | steini2000 |
2018-05-14 | http2: use the correct function pointer typedef | Daniel Stenberg |
2018-05-14 | http2: getsock fix for uploads | Daniel Stenberg |
2018-04-26 | http2: fix null pointer dereference in http2_connisdead | Daniel Stenberg |
2018-04-26 | http2: get rid of another strstr() | Daniel Stenberg |
2018-04-23 | http2: convert an assert to run-time check | Daniel Stenberg |
2018-04-20 | http2: handle GOAWAY properly | Daniel Stenberg |
2018-04-20 | http2: clear the "drain counter" when a stream is closed | Daniel Stenberg |
2018-04-20 | http2: avoid strstr() on data not zero terminated | Daniel Stenberg |
2018-04-19 | http2: handle on_begin_headers() called more than once | Daniel Stenberg |
2018-03-22 | http2: read pending frames (including GOAWAY) in connection-check | Daniel Stenberg |
2018-03-15 | http2: fixes typo | Kobi Gurkan |
2018-03-12 | http2: mark the connection for close on GOAWAY | Daniel Stenberg |