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-11-11
QUIC: connection multiplexing per port.
Roman Arutyunyan
1
-5
/
+5
2020-11-10
QUIC: multiple versions support in ALPN.
Sergey Kandaurov
3
-14
/
+31
2020-10-29
Merged with the default branch.
Sergey Kandaurov
7
-61
/
+267
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
2020-09-23
HTTP/2: fixed segfault on DATA frames after 400 errors.
Maxim Dounin
1
-0
/
+7
2020-09-09
Cache: keep c->body_start when Vary changes (ticket #2029).
Sergey Kandaurov
2
-1
/
+3
2020-08-24
HTTP/3: skip unknown frames on request stream.
Roman Arutyunyan
3
-11
/
+60
2020-09-16
HTTP/3: fixed handling request body eof.
Roman Arutyunyan
3
-24
/
+35
2020-08-31
HTTP/3: do not set the never-indexed literal bit by default.
Roman Arutyunyan
1
-3
/
+3
2020-08-25
HTTP/3: drop the unwanted remainder of the request.
Roman Arutyunyan
2
-0
/
+13
2020-08-20
HTTP/3: special handling of client errors in the upstream module.
Roman Arutyunyan
1
-0
/
+13
2020-08-18
HTTP/3: request more client body bytes.
Roman Arutyunyan
1
-6
/
+0
2020-08-18
HTTP/3: fixed context storage in request body parser.
Sergey Kandaurov
1
-1
/
+1
2020-08-18
Merged with the default branch.
Roman Arutyunyan
6
-61
/
+190
2020-08-10
SSL: disabled sending shutdown after ngx_http_test_reading().
Maxim Dounin
1
-0
/
+6
2020-08-10
HTTP/2: fixed c->timedout flag on timed out connections.
Maxim Dounin
1
-0
/
+1
2020-08-06
Request body: optimized handling of small chunks.
Maxim Dounin
1
-0
/
+25
2020-08-06
Request body: allowed large reads on chunk boundaries.
Maxim Dounin
1
-8
/
+113
2020-08-06
Request body: all read data are now sent to filters.
Maxim Dounin
1
-43
/
+10
2020-08-06
Added size check to ngx_http_alloc_large_header_buffer().
Maxim Dounin
1
-0
/
+6
2020-08-11
QUIC: fixed ngx_http_test_reading() for QUIC streams.
Roman Arutyunyan
1
-0
/
+13
2020-07-27
FastCGI: fixed zero size buf alerts on extra data (ticket #2018).
Maxim Dounin
1
-6
/
+22
2020-07-23
HTTP/3: server pushes.
Roman Arutyunyan
7
-13
/
+1020
2020-07-27
QUIC: limited the number of server-initiated streams.
Roman Arutyunyan
1
-13
/
+15
2020-07-22
Xslt: disabled ranges.
Roman Arutyunyan
1
-0
/
+1
2020-07-14
HTTP/3: support $server_protocol variable.
Roman Arutyunyan
3
-4
/
+6
2020-07-23
Style: moved function declarations to match usual code style.
Roman Arutyunyan
1
-11
/
+9
[next]