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
2021-12-21
Moved Huffman coding out of HTTP/2.
Ruslan Ermilov
1
-8
/
+8
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-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-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-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-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-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-05
SSL: fixed build by Sun C with old OpenSSL versions.
Maxim Dounin
4
-8
/
+8
2021-03-02
Proxy: variables support in "proxy_cookie_flags" flags.
Ruslan Ermilov
1
-26
/
+63
2021-01-19
Removed incorrect optimization of HEAD requests.
Maxim Dounin
1
-10
/
+0
2021-01-12
Upstream: fixed zero size buf alerts on extra data (ticket #2117).
Maxim Dounin
1
-0
/
+7
2020-12-11
Fixed double close of non-regular files in flv and mp4.
Maxim Dounin
2
-12
/
+0
2020-11-18
gRPC: RST_STREAM(NO_ERROR) handling after "trailer only" responses.
Pavel Pautov
1
-0
/
+1
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
2
-26
/
+66
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-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-07-27
FastCGI: fixed zero size buf alerts on extra data (ticket #2018).
Maxim Dounin
1
-6
/
+22
2020-07-22
Xslt: disabled ranges.
Roman Arutyunyan
1
-0
/
+1
2020-07-09
Slice filter: clear original Accept-Ranges.
Roman Arutyunyan
1
-0
/
+5
2020-07-06
gRPC: generate error when response size is wrong.
Maxim Dounin
1
-1
/
+38
2020-07-06
FastCGI: protection from responses with wrong length.
Maxim Dounin
1
-14
/
+106
2020-07-06
Upstream: drop extra data sent by upstream.
Maxim Dounin
2
-0
/
+72
2020-07-06
Proxy: style.
Maxim Dounin
1
-2
/
+2
[next]