aboutsummaryrefslogtreecommitdiff
path: root/lib/http2.c
AgeCommit message (Expand)Author
2018-08-21http2: avoid set_stream_user_data() before stream is assignedDaniel Stenberg
2018-08-17http2: make sure to send after RST_STREAMDaniel Stenberg
2018-08-15http2: check nghttp2_session_set_stream_user_data return codeDaniel Stenberg
2018-08-13http: fix for tiny "HTTP/0.9" responseDaniel Stenberg
2018-07-30http2: clear the drain counter in Curl_http2_doneDaniel Stenberg
2018-07-20http2: several cleanupsDaniel Stenberg
2018-05-31strictness: correct {infof, failf} format specifiersRikard Falkeborn
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-14http2: remove unused variablesteini2000
2018-05-14http2: use easy handle of stream for loggingsteini2000
2018-05-14http2: use the correct function pointer typedefDaniel Stenberg
2018-05-14http2: getsock fix for uploadsDaniel Stenberg
2018-04-26http2: fix null pointer dereference in http2_connisdeadDaniel Stenberg
2018-04-26http2: get rid of another strstr()Daniel Stenberg
2018-04-23http2: convert an assert to run-time checkDaniel Stenberg
2018-04-20http2: handle GOAWAY properlyDaniel Stenberg
2018-04-20http2: clear the "drain counter" when a stream is closedDaniel Stenberg
2018-04-20http2: avoid strstr() on data not zero terminatedDaniel Stenberg
2018-04-19http2: handle on_begin_headers() called more than onceDaniel Stenberg
2018-03-22http2: read pending frames (including GOAWAY) in connection-checkDaniel Stenberg
2018-03-15http2: fixes typoKobi Gurkan
2018-03-12http2: mark the connection for close on GOAWAYDaniel Stenberg
2018-03-10http2: verbose output new MAX_CONCURRENT_STREAMS valuesDaniel Stenberg
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2018-01-30http2: set DEBUG_HTTP2 to enable more HTTP/2 loggingDaniel Stenberg
2018-01-11http2: fix incorrect trailer buffer sizeZhouyihai Ding
2017-11-21http2: fix "Value stored to 'end' is never read" scan-build errorDaniel Stenberg
2017-11-21http2: fix "Value stored to 'hdbuf' is never read" scan-build errorDaniel Stenberg
2017-11-01http2: Fixed OOM handling in upgrade requestDan Fandrich
2017-11-01include: remove conncache.h inclusion from where its not neededDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-09-02mime: new MIME API.Patrick Monnerat
2017-08-18http2_recv: return error better on fatal h2 errorsDaniel Stenberg
2017-06-30http2: handle PING framesMax Dymond
2017-06-30handler: refactor connection checkingMax Dymond
2017-06-18http2: fix OOM crashDaniel Stenberg
2017-06-05test1521: test *all* curl_easy_setopt optionsDaniel Stenberg
2017-05-22assert: avoid, use DEBUGASSERT instead!Daniel Stenberg
2017-05-10multi: use a fixed array of timers instead of mallocDaniel Stenberg
2017-05-10multi: assign IDs to all timers and make each timer singletonDaniel Stenberg
2017-05-01http2: use the correct set buffer sizeDaniel Stenberg
2017-04-30http2: declare TU-local variables staticMarcel Raad
2017-04-15http2: fix handle leak in error pathLarry Stefani
2017-03-30http2: silence unused parameter warningsMarcel Raad
2017-02-13http2: fix memory-leak when denying push streamsDaniel Stenberg
2017-02-07http2: reset push header counter fixes crashDaniel Stenberg
2017-01-15http2: disable server push if not requestedAlessandro Ghedini
2017-01-11http2_send: avoid unsigned integer wrap aroundDaniel Stenberg
2016-11-28http2: check nghttp2_session_set_local_window_size existsJay Satiro