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
2021-10-18
Upstream: fixed logging level of upstream invalid header errors.
Maxim Dounin
4
-4
/
+4
2021-10-12
Synced ngx_http_subrequest() argument names (ticket #2255).
Maxim Dounin
1
-2
/
+2
2021-10-07
Proxy: disabled keepalive on extra data in non-buffered mode.
Awdhesh Mathpal
1
-0
/
+1
2021-10-06
Fixed $content_length cacheability with chunked (ticket #2252).
Maxim Dounin
1
-0
/
+4
2021-09-10
Request body: do not create temp file if there's nothing to write.
Roman Arutyunyan
1
-1
/
+1
2021-09-06
HTTP/2: optimized processing of small DATA frames.
Maxim Dounin
1
-54
/
+12
2021-09-06
HTTP/2: fixed timers left after request body reading.
Maxim Dounin
1
-12
/
+12
2021-09-06
HTTP/2: fixed window updates when buffering in filters.
Maxim Dounin
1
-2
/
+18
2021-09-02
Fixed debug logging.
Roman Arutyunyan
1
-2
/
+2
2021-08-31
HTTP/2: avoid memcpy() with NULL source and zero length.
Maxim Dounin
1
-1
/
+3
2021-08-29
Request body: reading body buffering in filters.
Maxim Dounin
3
-26
/
+182
2021-08-29
Request body: introduced rb->last_saved flag.
Maxim Dounin
2
-15
/
+54
2021-08-29
Request body: added alert to catch duplicate body saving.
Maxim Dounin
1
-0
/
+6
2021-08-29
Request body: missing comments about initialization.
Maxim Dounin
1
-0
/
+2
2021-08-29
HTTP/2: improved handling of preread unbuffered requests.
Maxim Dounin
1
-1
/
+1
2021-08-29
HTTP/2: improved handling of END_STREAM in a separate DATA frame.
Maxim Dounin
1
-0
/
+3
2021-08-29
HTTP/2: reworked body reading to better match HTTP/1.x code.
Maxim Dounin
1
-62
/
+96
2021-08-29
HTTP/2: improved body reading logging.
Maxim Dounin
1
-0
/
+6
2021-08-20
Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).
Maxim Dounin
1
-0
/
+4
2021-08-16
SSL: ciphers now set before loading certificates (ticket #2035).
Maxim Dounin
4
-25
/
+25
2021-08-09
Disabled HTTP/1.0 requests with Transfer-Encoding.
Sergey Kandaurov
1
-0
/
+8
2021-06-28
Disabled control characters in the Host header.
Maxim Dounin
1
-3
/
+4
2021-06-28
Improved logging of invalid headers.
Maxim Dounin
6
-13
/
+28
2021-06-28
Disabled control characters and space in header names.
Maxim Dounin
3
-4
/
+4
2021-06-28
Disabled control characters in URIs.
Maxim Dounin
1
-14
/
+28
2021-06-28
Disabled spaces in URIs (ticket #196).
Maxim Dounin
4
-70
/
+11
2021-06-28
Disabled requests with both Content-Length and Transfer-Encoding.
Maxim Dounin
1
-2
/
+9
2021-06-28
Added CONNECT method rejection.
Maxim Dounin
4
-17
/
+31
2021-06-28
Moved TRACE method rejection to a better place.
Maxim Dounin
1
-7
/
+7
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-06-01
Fixed SSL logging with lingering close.
Maxim Dounin
1
-0
/
+2
2021-05-24
Location header escaping in redirects (ticket #882).
Ruslan Ermilov
5
-7
/
+80
2021-05-24
Fixed log action when using SSL certificates with variables.
Maxim Dounin
1
-0
/
+2
2021-05-06
Upstream: variables support in certificates.
Maxim Dounin
7
-73
/
+206
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
7
-42
/
+32
2021-04-08
Changed keepalive_requests default to 1000 (ticket #2155).
Maxim Dounin
2
-2
/
+2
2021-04-08
Added $connection_time variable.
Maxim Dounin
1
-0
/
+30
2021-04-08
Introduced the "keepalive_time" directive.
Maxim Dounin
4
-1
/
+33
2021-04-07
HTTP/2: relaxed PRIORITY frames limit.
Maxim Dounin
1
-1
/
+1
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
3
-7
/
+22
2021-03-28
Upstream: fixed broken connection check with eventport.
Maxim Dounin
1
-0
/
+6
2021-03-28
Upstream: fixed non-buffered proxying with eventport.
Maxim Dounin
1
-3
/
+1
2021-03-26
HTTP/2: improved handling of "keepalive_timeout 0".
Maxim Dounin
1
-1
/
+3
2021-03-24
Cancel keepalive and lingering close on EOF better (ticket #2145).
Sergey Kandaurov
1
-5
/
+5
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
[next]