summaryrefslogtreecommitdiffhomepage
path: root/src/http/v3/ngx_http_v3_table.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-28HTTP/3: fixed dynamic table overflow.Roman Arutyunyan1-1/+1
2023-01-03HTTP/3: handled insertion reference to a going to be evicted entry.Roman Arutyunyan1-21/+16
2022-06-08HTTP/3: updated SETTINGS_MAX_FIELD_SECTION_SIZE name.Sergey Kandaurov1-2/+3
2022-01-27HTTP/3: delayed Insert Count Increment instruction.Roman Arutyunyan1-4/+45
2021-12-07HTTP/3: renamed files.Roman Arutyunyan1-0/+0
2021-10-18HTTP/3: adjusted QUIC connection finalization.Roman Arutyunyan1-0/+4
2021-07-01HTTP/3: quic-qpack term updates.Sergey Kandaurov1-33/+33
2021-05-27HTTP/3: fixed Insert With Name Reference index processing.Sergey Kandaurov1-1/+12
2021-04-28HTTP/3: clean up table from session cleanup handler.Roman Arutyunyan1-19/+10
2021-04-27HTTP/3: renamed ngx_http_v3_client_XXX() functions.Roman Arutyunyan1-1/+1
2021-05-05HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.Roman Arutyunyan1-11/+11
2021-05-05HTTP/3: reference h3c directly from ngx_http_connection_t.Roman Arutyunyan1-4/+3
2021-04-30HTTP/3: ngx_http_v3_get_session() macro.Roman Arutyunyan1-11/+10
2021-05-05HTTP/3: moved Stream Cancellation stub to ngx_http_v3_streams.c.Roman Arutyunyan1-12/+0
2021-05-04HTTP/3: fixed decoder stream stubs.Roman Arutyunyan1-5/+5
2020-11-10QUIC: renamed c->qs to c->quic.Roman Arutyunyan1-8/+8
2020-07-23HTTP/3: renamed server configuration variables from v3cf to h3scf.Roman Arutyunyan1-10/+10
2020-07-02HTTP/3: close QUIC connection with HTTP/QPACK errors when needed.Roman Arutyunyan1-11/+11
2020-07-02HTTP/3: refactored dynamic table implementation.Roman Arutyunyan1-118/+361
2020-05-14HTTP/3: reallocate strings inserted into the dynamic table.Roman Arutyunyan1-3/+30
2020-03-28HTTP/3: static table cleanup.Sergey Kandaurov1-7/+8
2020-03-18Refactored HTTP/3 parser.Roman Arutyunyan1-0/+30
2020-03-13HTTP/3.Roman Arutyunyan1-0/+385