summaryrefslogtreecommitdiff
path: root/src/h2.h
Commit message (Expand)AuthorAgeFilesLines
* [core] hxcon "base class" for h2conGlenn Strauss2023-05-031-1/+2
* [core] http_dispatch[] tables for HTTP proto versGlenn Strauss2023-05-031-14/+0
* [core] h2_recv_reqbody()Glenn Strauss2023-04-291-2/+0
* [core] h2_process_streams()Glenn Strauss2023-04-291-16/+2
* [core] h2_check_timeout()Glenn Strauss2023-04-291-0/+2
* [core] h2_send_goaway_graceful()Glenn Strauss2023-04-241-0/+2
* [core] connection_check_upgrade() h2_upgrade_h2c()Glenn Strauss2023-04-241-2/+2
* [core] HTTP/2 PRIORITY_UPDATE frame (experimental)Glenn Strauss2022-04-101-0/+2
* [core] reformat h2.h for cleaner enum additionsGlenn Strauss2022-04-031-36/+36
* [multiple] WebSockets over HTTP/2 (fixes #3151)Glenn Strauss2022-03-251-1/+2
* [core] h2_send_cqdata() returns how much data sentGlenn Strauss2021-10-011-1/+1
* [multiple] Y2038 32-bit signed time_t mitigationsGlenn Strauss2021-09-041-2/+2
* [core] consistent inclusion of sys-time.hGlenn Strauss2021-04-281-9/+1
* [core] discard some HTTP/2 DATA after response (fixes #3078)Glenn Strauss2021-04-231-0/+1
* [core] relay 1xx from backend over HTTP/2Glenn Strauss2020-10-111-0/+2
* [core] h2_send_headers() specialized for resp hdrsGlenn Strauss2020-10-111-1/+1
* [core] HTTP/2 HPACK using LiteSpeed ls-hpackGlenn Strauss2020-10-111-0/+4
* [core] connection transition to HTTP/2; incompleteGlenn Strauss2020-10-111-0/+8
* [core] h2.[ch] with stub funcs (incomplete)Glenn Strauss2020-10-111-0/+109