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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-24
Merged with the default branch.
Ruslan Ermilov
2
-6
/
+6
2021-12-07
HTTP/3: avoid sending stream cancellation for pushed streams.
Sergey Kandaurov
1
-1
/
+3
2021-12-07
HTTP/3: renamed files.
Roman Arutyunyan
5
-8
/
+8
2021-12-06
QUIC: simplified configuration.
Vladimir Homutov
4
-202
/
+41
2021-12-01
HTTP/3: $http3 variable.
Roman Arutyunyan
1
-7
/
+25
2021-12-04
HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.
Roman Arutyunyan
3
-11
/
+36
2021-12-06
HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
Roman Arutyunyan
3
-8
/
+556
2021-12-02
HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf.
Sergey Kandaurov
1
-1
/
+1
2021-10-18
HTTP/3: send Stream Cancellation instruction.
Roman Arutyunyan
1
-0
/
+8
2021-10-18
HTTP/3: allowed QUIC stream connection reuse.
Roman Arutyunyan
3
-23
/
+142
2021-10-18
HTTP/3: adjusted QUIC connection finalization.
Roman Arutyunyan
4
-30
/
+82
2021-10-07
HTTP/3: traffic-based flood detection.
Roman Arutyunyan
5
-23
/
+138
2021-10-06
HTTP/3: fixed request length calculation.
Roman Arutyunyan
1
-2
/
+2
2021-10-06
HTTP/3: removed client-side encoder support.
Roman Arutyunyan
2
-156
/
+0
2021-09-27
HTTP/3: fixed server push after ea9b645472b5.
Sergey Kandaurov
1
-1
/
+1
2021-09-22
HTTP/3: fixed null pointer dereference with server push.
Sergey Kandaurov
1
-0
/
+4
2021-09-22
HTTP/3: fixed ngx_stat_active counter.
Roman Arutyunyan
2
-0
/
+8
2021-09-17
HTTP/3: fixed pushed request finalization in case of error.
Roman Arutyunyan
1
-32
/
+23
2021-09-17
HTTP/3: make ngx_http_log_error() static again.
Roman Arutyunyan
1
-1
/
+1
2021-09-16
HTTP/3: added CONNECT and TRACE methods rejection.
Sergey Kandaurov
1
-1
/
+14
2021-09-13
HTTP/3: added debug logging of response fields.
Sergey Kandaurov
1
-3
/
+38
2021-09-13
HTTP/3: Huffman encoding for the Location response field.
Sergey Kandaurov
1
-59
/
+55
2021-09-13
HTTP/3: Huffman encoding for the Last-Modified response field.
Sergey Kandaurov
1
-4
/
+11
2021-09-13
HTTP/3: Huffman encoding for the Content-Type response field.
Sergey Kandaurov
1
-20
/
+20
2021-09-13
HTTP/3: implemented QPACK Huffman encoding for response fields.
Sergey Kandaurov
1
-5
/
+82
2021-09-09
HTTP/3: reading body buffering in filters.
Roman Arutyunyan
1
-3
/
+35
2021-07-08
HTTP/3: bulk parse functions.
Roman Arutyunyan
4
-870
/
+1068
2021-08-24
HTTP/3: fixed dead store assignment.
Sergey Kandaurov
1
-1
/
+0
2021-08-10
HTTP/3: disabled control characters and space in header names.
Sergey Kandaurov
1
-1
/
+1
2021-08-04
HTTP/3: replaced macros with values.
Roman Arutyunyan
2
-13
/
+4
2021-07-29
HTTP/3: close connection on keepalive_requests * 2.
Roman Arutyunyan
1
-2
/
+9
2021-07-29
HTTP/3: http3_max_uni_streams directive.
Roman Arutyunyan
3
-0
/
+28
2021-07-29
HTTP/3: require mandatory uni streams before additional ones.
Roman Arutyunyan
1
-2
/
+11
2021-07-16
HTTP/3: use request pool instead of connection pool.
Roman Arutyunyan
1
-5
/
+5
2021-07-13
HTTP/3: response trailers support.
Roman Arutyunyan
1
-16
/
+118
2021-07-01
HTTP/3: quic-qpack term updates.
Sergey Kandaurov
10
-232
/
+232
2021-06-11
HTTP/3: client GOAWAY support.
Roman Arutyunyan
6
-0
/
+49
2021-06-11
HTTP/3: generate more H3_FRAME_UNEXPECTED.
Roman Arutyunyan
1
-3
/
+23
2021-06-11
HTTP/3: reordered H3_MISSING_SETTINGS and H3_FRAME_UNEXPECTED.
Roman Arutyunyan
1
-6
/
+6
2021-06-01
HTTP/3: undo 5a92523e50d3 after parser refactoring (e1eb7f4ca9f1).
Sergey Kandaurov
1
-1
/
+0
2021-06-01
HTTP/3: fixed parsing encoder insertions with empty header value.
Sergey Kandaurov
1
-0
/
+2
2021-05-31
HTTP/3: removed $http3 that served its purpose.
Sergey Kandaurov
1
-50
/
+1
2021-05-27
HTTP/3: fixed Insert With Name Reference index processing.
Sergey Kandaurov
1
-1
/
+12
2021-05-18
HTTP/3: fixed server push after 9ec3e71f8a61.
Roman Arutyunyan
1
-4
/
+3
2021-04-28
HTTP/3: clean up table from session cleanup handler.
Roman Arutyunyan
3
-19
/
+13
2021-05-05
HTTP/3: moved session initialization to a separate file.
Roman Arutyunyan
3
-75
/
+87
2021-05-05
HTTP/3: separate header files for existing source files.
Roman Arutyunyan
4
-74
/
+135
2021-05-05
HTTP/3: moved parsing uni stream type to ngx_http_v3_parse.c.
Roman Arutyunyan
4
-125
/
+159
2021-04-27
HTTP/3: renamed ngx_http_v3_client_XXX() functions.
Roman Arutyunyan
4
-17
/
+16
2021-05-05
HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t.
Roman Arutyunyan
5
-38
/
+38
[next]