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
/
modules
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-26
HTTP/3: removed draft versions support in ALPN.
Sergey Kandaurov
1
-15
/
+0
2021-12-24
Merged with the default branch.
Ruslan Ermilov
2
-8
/
+11
2021-12-21
Moved Huffman coding out of HTTP/2.
Ruslan Ermilov
1
-8
/
+8
2021-12-04
HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro.
Roman Arutyunyan
1
-18
/
+23
2021-12-06
HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module.
Roman Arutyunyan
3
-607
/
+6
2021-12-02
HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf.
Sergey Kandaurov
2
-5
/
+5
2021-11-17
HTTP/3: fixed compilation with QUIC, but without HTTP/3.
Roman Arutyunyan
1
-0
/
+2
2021-11-11
QUIC: reject streams which we could not create.
Roman Arutyunyan
1
-0
/
+3
2021-11-01
SSL: $ssl_curve (ticket #2135).
Sergey Kandaurov
1
-0
/
+3
2021-10-28
Mp4: mp4_start_key_frame directive.
Roman Arutyunyan
1
-27
/
+194
2021-10-28
Mp4: added ngx_http_mp4_update_mdhd_atom() function.
Roman Arutyunyan
1
-8
/
+32
2021-11-03
QUIC: connections with wrong ALPN protocols are now rejected.
Vladimir Homutov
1
-1
/
+0
2021-11-03
Merged with the default branch.
Sergey Kandaurov
6
-95
/
+240
2021-09-29
HTTP/3: fixed segfault when using SSL certificates with variables.
Sergey Kandaurov
1
-2
/
+0
2021-09-29
Fixed mismerge of ssl_reject_handshake in 71b7453fb11f.
Sergey Kandaurov
1
-10
/
+11
2021-09-01
Merged with the default branch.
Sergey Kandaurov
4
-25
/
+25
2021-10-20
HTTP: connections with wrong ALPN protocols are now rejected.
Vladimir Homutov
1
-7
/
+6
2021-10-14
SSL: added $ssl_alpn_protocol variable.
Vladimir Homutov
1
-0
/
+3
2021-10-15
HTTP/2: removed support for NPN.
Vladimir Homutov
1
-54
/
+5
2021-10-18
Upstream: fixed logging level of upstream invalid header errors.
Maxim Dounin
4
-4
/
+4
2021-10-07
Proxy: disabled keepalive on extra data in non-buffered mode.
Awdhesh Mathpal
1
-0
/
+1
2021-08-16
SSL: ciphers now set before loading certificates (ticket #2035).
Maxim Dounin
4
-25
/
+25
2021-08-02
QUIC: stream limits in "hq" mode.
Roman Arutyunyan
1
-0
/
+35
2021-07-20
QUIC: the "quic_gso" directive.
Vladimir Homutov
1
-0
/
+9
2021-07-15
Merged with the default branch.
Sergey Kandaurov
5
-15
/
+36
2021-06-30
QUIC: consider max_ack_delay=16384 invalid.
Roman Arutyunyan
1
-1
/
+1
2021-06-28
Improved logging of invalid headers.
Maxim Dounin
4
-12
/
+20
2021-06-28
Disabled control characters and space in header names.
Maxim Dounin
1
-1
/
+1
2021-06-28
Disabled spaces in URIs (ticket #196).
Maxim Dounin
1
-2
/
+2
2021-06-17
gRPC: RST_STREAM(NO_ERROR) handling micro-optimization.
Sergey Kandaurov
1
-0
/
+4
2021-06-17
gRPC: handling GOAWAY with a higher last stream identifier.
Sergey Kandaurov
1
-0
/
+9
2021-05-28
Merged with the default branch.
Sergey Kandaurov
7
-118
/
+187
2021-05-24
Location header escaping in redirects (ticket #882).
Ruslan Ermilov
2
-4
/
+38
2021-05-06
Upstream: variables support in certificates.
Maxim Dounin
3
-73
/
+111
2021-05-06
Auth basic: changed alcf->user_file to be a pointer.
Maxim Dounin
1
-9
/
+12
2021-05-06
Changed complex value slots to use NGX_CONF_UNSET_PTR.
Maxim Dounin
5
-32
/
+26
2021-05-05
HTTP/3: reference h3c directly from ngx_http_connection_t.
Roman Arutyunyan
2
-1
/
+5
2021-04-13
QUIC: normalize header inclusion.
Sergey Kandaurov
1
-2
/
+0
2021-04-08
Changed keepalive_requests default to 1000 (ticket #2155).
Maxim Dounin
1
-1
/
+1
2021-04-08
Introduced the "keepalive_time" directive.
Maxim Dounin
1
-0
/
+14
2021-04-16
Merged with the default branch.
Sergey Kandaurov
2
-15
/
+31
2021-04-05
Gzip: updated handling of zlib variant from Intel.
Maxim Dounin
1
-26
/
+9
2021-04-05
Gzip: support for zlib-ng.
Maxim Dounin
1
-2
/
+21
2021-03-28
Fixed handling of already closed connections.
Maxim Dounin
1
-2
/
+7
2021-03-23
gRPC: fixed handling of padding on DATA frames.
Maxim Dounin
1
-11
/
+24
2021-03-30
Merged with the default branch.
Sergey Kandaurov
2
-13
/
+31
2021-03-22
HTTP/3: set initial_max_streams_uni default value to 3.
Roman Arutyunyan
1
-1
/
+1
2021-03-16
QUIC: fixed hq ALPN id for the final draft.
Sergey Kandaurov
1
-1
/
+1
2021-03-10
Merged with the default branch.
Sergey Kandaurov
4
-34
/
+71
2021-03-05
SSL: fixed build by Sun C with old OpenSSL versions.
Maxim Dounin
4
-8
/
+8
[next]