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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-22
QUIC: fixed building ALPN callback without debug and http2.
Sergey Kandaurov
1
-1
/
+1
2020-12-16
HTTP/3: staticize internal parsing functions.
Sergey Kandaurov
2
-45
/
+45
2020-12-16
HTTP/3: staticize ngx_http_v3_methods.
Sergey Kandaurov
1
-1
/
+1
2020-12-15
Merged with the default branch.
Sergey Kandaurov
8
-22
/
+45
2020-12-11
Fixed double close of non-regular files in flv and mp4.
Maxim Dounin
2
-12
/
+0
2020-12-10
Removed extra allocation for r->uri.
Maxim Dounin
1
-1
/
+1
2020-12-10
Fixed parsing of absolute URIs with empty path (ticket #2079).
Maxim Dounin
3
-2
/
+26
2020-12-08
SSL: fixed SSL shutdown on lingering close.
Ruslan Ermilov
2
-4
/
+0
2020-11-27
HTTP/3: introduced ngx_http_v3_filter.
Roman Arutyunyan
5
-1204
/
+1369
2020-11-27
Upstream: excluded down servers from the next_upstream tries.
Ruslan Ermilov
2
-3
/
+18
2020-11-25
HTTP/3: eliminated r->method_start.
Roman Arutyunyan
4
-17
/
+14
2020-11-18
gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses.
Pavel Pautov
1
-0
/
+1
2020-11-17
HTTP/3: null-terminate empty header value.
Roman Arutyunyan
1
-0
/
+1
2020-11-17
HTTP/3: finalize chunked response body chain with NULL.
Roman Arutyunyan
1
-0
/
+3
2020-11-24
Merged with the default branch.
Sergey Kandaurov
4
-54
/
+82
2020-11-10
Fixed generating chunked response after 46e3542d51b3.
Roman Arutyunyan
1
-19
/
+26
2020-11-11
QUIC: generate default stateless reset token key.
Roman Arutyunyan
1
-0
/
+13
2020-11-10
QUIC: renamed c->qs to c->quic.
Roman Arutyunyan
9
-32
/
+32
2020-11-11
QUIC: connection multiplexing per port.
Roman Arutyunyan
1
-5
/
+5
2020-11-09
Request body: removed error assumption (ticket #2058).
Maxim Dounin
1
-2
/
+3
2020-11-09
Request body: improved logging.
Maxim Dounin
1
-0
/
+3
2020-11-10
QUIC: multiple versions support in ALPN.
Sergey Kandaurov
3
-14
/
+31
2020-11-06
SSL: fixed non-working SSL shutdown on lingering close.
Ruslan Ermilov
3
-17
/
+65
2020-11-06
Removed dead code from ngx_http_set_keepalive().
Ruslan Ermilov
1
-7
/
+0
2020-10-29
Merged with the default branch.
Sergey Kandaurov
7
-61
/
+267
2020-10-28
Core: added format specifiers to output binary data as hex.
Vladimir Homutov
1
-28
/
+10
2020-10-22
SSL: ssl_reject_handshake directive (ticket #195).
Maxim Dounin
3
-40
/
+93
2020-10-22
Upstream: proxy_ssl_conf_command and friends.
Maxim Dounin
3
-0
/
+104
2020-10-22
SSL: ssl_conf_command directive.
Maxim Dounin
2
-0
/
+33
2020-10-22
Core: ngx_conf_set_keyval_slot() now accepts NGX_CONF_UNSET_PTR.
Maxim Dounin
2
-6
/
+10
2020-10-19
QUIC: reverted previous 3 commits.
Vladimir Homutov
2
-23
/
+0
2020-10-08
Limit req: unlocking of nodes on complex value errors.
Maxim Dounin
1
-15
/
+27
2020-09-29
Proxy: error checking for array init, missed in 7716:d6a5e14aa3e4.
Maxim Dounin
1
-1
/
+3
2020-09-29
Userid: userid_flags fixup.
Maxim Dounin
1
-7
/
+9
2020-09-28
Userid: userid_flags directive to set cookie flags.
Maxim Dounin
1
-0
/
+72
2020-09-27
Proxy: added the "proxy_cookie_flags" directive.
Ruslan Ermilov
1
-30
/
+552
2020-09-27
Proxy: changed interface of some internal functions.
Ruslan Ermilov
1
-32
/
+30
2020-09-27
Proxy: strengthen syntax checking for some directives.
Ruslan Ermilov
1
-12
/
+20
2020-09-15
SSL: added the "ssl_keys_file" directive.
Vladimir Homutov
2
-0
/
+23
2020-10-12
QUIC: fixed ngx_http_upstream_init() much like HTTP/2 connections.
Sergey Kandaurov
1
-0
/
+7
2020-10-01
Merged with the default branch.
Sergey Kandaurov
7
-80
/
+731
2020-10-01
QUIC: moved ssl configuration pointer to quic configuration.
Vladimir Homutov
2
-5
/
+6
2020-09-30
QUIC: added stateless reset support.
Vladimir Homutov
1
-1
/
+12
2020-09-29
QUIC: switch stream context to a server selected by SNI.
Roman Arutyunyan
1
-2
/
+15
2020-09-23
QUIC: unbreak client certificate verification after 0d2b2664b41c.
Sergey Kandaurov
1
-0
/
+2
2020-09-16
HTTP/3: rearranged length check when parsing header.
Roman Arutyunyan
1
-5
/
+5
2020-09-16
HTTP/3: removed HTTP/3 parser call from discard body filter.
Roman Arutyunyan
1
-10
/
+1
2020-09-16
HTTP/3: reject HTTP/2 frames.
Roman Arutyunyan
1
-0
/
+17
2020-09-24
SSL: abort handshake on SSL_set_SSL_CTX() errors.
Sergey Kandaurov
1
-1
/
+4
2020-09-23
HTTP/2: run posted requests after reading body.
Maxim Dounin
1
-0
/
+4
[next]