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-02-27
Disabled connection reuse while in SSL handshake.
Sergey Kandaurov
1
-2
/
+2
2020-02-20
Disabled duplicate "Host" headers (ticket #1724).
Maxim Dounin
1
-2
/
+10
2020-02-20
Removed "Transfer-Encoding: identity" support.
Maxim Dounin
1
-4
/
+1
2020-02-20
Disabled multiple Transfer-Encoding headers.
Maxim Dounin
1
-1
/
+1
2020-02-11
Made ngx_http_get_forwarded_addr_internal() non-recursive.
Vladimir Homutov
1
-27
/
+25
2020-02-05
HTTP/2: fixed socket leak with an incomplete HEADERS frame.
Sergey Kandaurov
1
-2
/
+7
2020-01-17
gRPC: variables support in the "grpc_pass" directive.
Vladimir Homutov
1
-38
/
+190
2020-01-14
HTTP/2: removed ngx_debug_point() call.
Daniil Bondarev
1
-4
/
+0
2019-12-23
HTTP/2: introduced separate handler to retry stream close.
Maxim Dounin
1
-2
/
+19
2019-12-23
HTTP/2: fixed socket leak with queued frames (ticket #1689).
Maxim Dounin
1
-1
/
+2
2019-12-23
Dav: added checks for chunked to body presence conditions.
Maxim Dounin
1
-3
/
+5
2019-12-23
Discard request body when redirecting to a URL via error_page.
Ruslan Ermilov
1
-0
/
+6
2019-12-16
Rewrite: disallow empty replacements.
Ruslan Ermilov
1
-0
/
+5
2019-12-16
Tolerate '\0' in URI when mapping URI to path.
Ruslan Ermilov
1
-1
/
+2
2019-12-16
Rewrite: fixed segfault with rewritten URI and "alias".
Ruslan Ermilov
1
-1
/
+8
2019-12-16
Fixed request finalization in ngx_http_index_handler().
Ruslan Ermilov
1
-1
/
+1
2019-12-16
Saved some memory allocations.
Ruslan Ermilov
2
-28
/
+7
2019-12-16
Dav: fixed Location in successful MKCOL response.
Ruslan Ermilov
1
-1
/
+2
2019-12-05
Upstream keepalive: clearing of c->data in cached connections.
Maxim Dounin
1
-0
/
+1
2019-11-18
Limit conn: added shared context.
Roman Arutyunyan
1
-47
/
+43
2019-11-18
Limit conn: $limit_conn_status variable.
Roman Arutyunyan
2
-4
/
+74
2019-11-19
Limit conn: limit_conn_dry_run directive.
Roman Arutyunyan
1
-1
/
+23
2019-11-18
Updated comment after 776d1bebdca2.
Roman Arutyunyan
1
-1
/
+1
2019-11-06
Limit req: $limit_req_status variable.
Roman Arutyunyan
2
-5
/
+76
2019-10-21
Parsing server PROXY protocol address and port (ticket #1206).
Roman Arutyunyan
1
-5
/
+18
2019-10-21
Core: moved PROXY protocol fields out of ngx_connection_t.
Roman Arutyunyan
2
-8
/
+22
2019-10-15
Fixed header parsing with ignore_invalid_headers switched off.
Ruslan Ermilov
1
-0
/
+4
2019-10-08
Fixed URI normalization with merge_slashes switched off.
Maxim Dounin
1
-2
/
+2
2019-10-08
The "/." and "/.." at the end of URI should be normalized.
Ruslan Ermilov
1
-6
/
+32
2019-10-08
Improved detection of broken percent encoding in URI.
Ruslan Ermilov
1
-0
/
+4
2019-09-23
HTTP/2: fixed worker_shutdown_timeout.
Ruslan Ermilov
1
-0
/
+5
2019-09-23
HTTP/2: fixed possible alert about left open socket on shutdown.
Ruslan Ermilov
1
-3
/
+2
2019-09-18
HTTP/2: traffic-based flood detection.
Maxim Dounin
3
-3
/
+34
2019-09-18
HTTP/2: switched back to RST_STREAM with NO_ERROR.
Maxim Dounin
1
-22
/
+0
2019-09-16
SSL: fixed ssl_verify_client error message.
Sergey Kandaurov
1
-1
/
+1
2019-09-10
HTTP/2: close connection on zero WINDOW_UPDATE.
Ruslan Ermilov
1
-33
/
+3
2019-09-10
HTTP/2: close connection on frames with self-dependency.
Ruslan Ermilov
1
-31
/
+9
2019-09-04
Fixed "return" with discarding invalid chunked body.
Sergey Kandaurov
1
-2
/
+4
2019-09-03
Detect runaway chunks in ngx_http_parse_chunked().
Sergey Kandaurov
1
-0
/
+3
2019-08-19
HTTP/2: discard remaining request body after redirect.
Sergey Kandaurov
1
-2
/
+9
2019-08-13
HTTP/2: limited number of PRIORITY frames.
Ruslan Ermilov
2
-0
/
+11
2019-08-13
HTTP/2: limited number of DATA frames.
Ruslan Ermilov
3
-5
/
+21
2019-08-13
HTTP/2: reject zero length headers with PROTOCOL_ERROR.
Sergey Kandaurov
1
-4
/
+8
2019-07-31
Gzip: fixed "zero size buf" alerts after ac5a741d39cf.
Maxim Dounin
1
-4
/
+11
2019-07-18
Xslt: fixed potential buffer overflow with null character.
Maxim Dounin
1
-4
/
+2
2019-07-18
SSI: avoid potential buffer overflow.
Maxim Dounin
1
-2
/
+2
2019-07-18
Upstream: fixed EOF handling in unbuffered and upgraded modes.
Maxim Dounin
1
-3
/
+26
2019-07-18
HTTP/2: return error on output on closed stream.
Maxim Dounin
1
-0
/
+6
2019-07-17
Perl: removed unused variable, forgotten in 975d7ab37b39.
Maxim Dounin
1
-1
/
+0
2019-07-12
Gzip: use zlib to write header and trailer.
Ilya Leoshkevich
1
-117
/
+7
[prev]
[next]