index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
http
/
v3
/
ngx_http_v3.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-18
HTTP/3: fixed NGX_HTTP_V3_VARLEN_INT_LEN value.
Roman Arutyunyan
1
-1
/
+1
2023-09-14
HTTP/3: postponed session creation to init() callback.
Roman Arutyunyan
1
-3
/
+6
2023-05-12
HTTP/3: removed server push support.
Roman Arutyunyan
1
-13
/
+0
2023-05-11
QUIC: style.
Maxim Dounin
1
-2
/
+2
2023-02-27
HTTP/3: "quic" parameter of "listen" directive.
Roman Arutyunyan
1
-5
/
+3
2022-11-30
QUIC: application init() callback.
Roman Arutyunyan
1
-0
/
+1
2022-08-22
HTTP/3: renamed functions.
Roman Arutyunyan
1
-2
/
+2
2022-10-19
QUIC: idle mode for main connection.
Roman Arutyunyan
1
-0
/
+2
2022-10-19
HTTP/3: unified hq code with regular HTTP/3 code.
Roman Arutyunyan
1
-1
/
+4
2022-06-08
HTTP/3: updated SETTINGS_MAX_FIELD_SECTION_SIZE name.
Sergey Kandaurov
1
-1
/
+1
2022-01-31
QUIC: allowed main QUIC connection for some operations.
Roman Arutyunyan
1
-3
/
+6
2022-01-26
HTTP/3: removed draft versions support in ALPN.
Sergey Kandaurov
1
-3
/
+0
2021-12-30
HTTP/3: improved processing of multiple Cookie field lines.
Sergey Kandaurov
1
-0
/
+1
2021-12-07
HTTP/3: renamed files.
Roman Arutyunyan
1
-2
/
+2
2021-12-06
QUIC: simplified configuration.
Vladimir Homutov
1
-1
/
+4
2021-12-04
HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.
Roman Arutyunyan
1
-2
/
+5
2021-12-06
HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
Roman Arutyunyan
1
-3
/
+7
2021-12-02
HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf.
Sergey Kandaurov
1
-1
/
+1
2021-10-18
HTTP/3: allowed QUIC stream connection reuse.
Roman Arutyunyan
1
-0
/
+4
2021-10-07
HTTP/3: traffic-based flood detection.
Roman Arutyunyan
1
-0
/
+4
2021-08-04
HTTP/3: replaced macros with values.
Roman Arutyunyan
1
-5
/
+0
2021-07-29
HTTP/3: http3_max_uni_streams directive.
Roman Arutyunyan
1
-0
/
+2
2021-06-11
HTTP/3: client GOAWAY support.
Roman Arutyunyan
1
-0
/
+1
2021-05-05
HTTP/3: separate header files for existing source files.
Roman Arutyunyan
1
-74
/
+6
2021-05-05
HTTP/3: moved parsing uni stream type to ngx_http_v3_parse.c.
Roman Arutyunyan
1
-0
/
+1
2021-04-27
HTTP/3: renamed ngx_http_v3_client_XXX() functions.
Roman Arutyunyan
1
-7
/
+7
2021-05-05
HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.
Roman Arutyunyan
1
-1
/
+1
2021-05-05
HTTP/3: reference h3c directly from ngx_http_connection_t.
Roman Arutyunyan
1
-12
/
+7
2021-04-30
HTTP/3: ngx_http_v3_get_session() macro.
Roman Arutyunyan
1
-0
/
+3
2021-04-16
HTTP/3: keepalive_time support.
Sergey Kandaurov
1
-0
/
+2
2021-04-12
HTTP/3: removed h3scf->quic leftover after 0d2b2664b41c.
Sergey Kandaurov
1
-1
/
+0
2021-03-30
HTTP/3: keepalive timeout.
Roman Arutyunyan
1
-0
/
+8
2021-03-15
QUIC: connection shutdown.
Roman Arutyunyan
1
-0
/
+3
2021-03-15
HTTP/3: send GOAWAY when last request is accepted.
Roman Arutyunyan
1
-0
/
+1
2021-02-17
HTTP/3: limited client header size.
Roman Arutyunyan
1
-0
/
+1
2021-02-17
HTTP/3: introduced ngx_http_v3_parse_t structure.
Roman Arutyunyan
1
-0
/
+6
2021-02-16
HTTP/3: removed http3_max_field_size.
Roman Arutyunyan
1
-2
/
+0
2021-01-25
HTTP/3: refactored request body parser.
Roman Arutyunyan
1
-2
/
+2
2021-01-12
HTTP/3: added comment.
Roman Arutyunyan
1
-0
/
+1
2021-01-22
HTTP/3: refactored request parser.
Roman Arutyunyan
1
-7
/
+3
2020-11-27
HTTP/3: introduced ngx_http_v3_filter.
Roman Arutyunyan
1
-2
/
+0
2020-11-10
QUIC: renamed c->qs to c->quic.
Roman Arutyunyan
1
-3
/
+3
2020-11-10
QUIC: multiple versions support in ALPN.
Sergey Kandaurov
1
-3
/
+2
2020-07-23
HTTP/3: server pushes.
Roman Arutyunyan
1
-0
/
+21
2020-07-13
HTTP/3: header encoding functions.
Roman Arutyunyan
1
-0
/
+12
2020-07-21
QUIC: added "quic" listen parameter.
Roman Arutyunyan
1
-3
/
+2
2020-07-02
HTTP/3: close QUIC connection with HTTP/QPACK errors when needed.
Roman Arutyunyan
1
-0
/
+3
2020-06-30
HTTP/3: error code definitions for HTTP/3 and QPACK.
Roman Arutyunyan
1
-0
/
+23
2020-07-02
HTTP/3: refactored dynamic table implementation.
Roman Arutyunyan
1
-16
/
+37
2020-06-29
HTTP/3: http3_max_field_size directive to limit string size.
Roman Arutyunyan
1
-0
/
+3
[next]