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
2018-07-17
Fixed invalid access to location defined as an empty string.
Ruslan Ermilov
6
-6
/
+6
2018-07-17
SSL: save sessions for upstream peers using a callback function.
Sergey Kandaurov
5
-5
/
+46
2018-07-16
SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.
Maxim Dounin
1
-1
/
+1
2018-07-12
Events: moved sockets cloning to ngx_event_init_conf().
Maxim Dounin
1
-4
/
+0
2018-07-12
Allow resetting connections closed by "return 444" (ticket #905).
Ruslan Ermilov
1
-0
/
+1
2018-07-02
Upstream: fixed tcp_nopush with gRPC.
Maxim Dounin
1
-0
/
+12
2018-07-02
Upstream: fixed unexpected tcp_nopush usage on peer connections.
Maxim Dounin
1
-0
/
+4
2018-07-02
gRPC: clearing buffers in ngx_http_grpc_get_buf().
Maxim Dounin
1
-11
/
+16
2018-06-15
Upstream: ngx_http_upstream_random module.
Vladimir Homutov
1
-0
/
+502
2018-06-14
Upstream: improved peer selection concurrency for hash and ip_hash.
Ruslan Ermilov
2
-2
/
+14
2018-06-13
Upstream: disable body cleanup with preserve_output (ticket #1565).
Maxim Dounin
1
-1
/
+2
2018-06-07
HTTP/2: use scheme from original request for pushes (closes #1549).
Ruslan Ermilov
2
-20
/
+19
2018-06-07
Added r->schema.
Ruslan Ermilov
4
-9
/
+13
2018-06-07
Removed extraneous check while processing request line.
Ruslan Ermilov
1
-1
/
+1
2018-06-07
HTTP/2: validate client request scheme.
Ruslan Ermilov
1
-0
/
+23
2018-05-24
Allowed digits, '+', '-', and '.' in scheme names as per RFC 3986.
Ruslan Ermilov
1
-0
/
+5
2018-05-30
Limit req: improved handling of negative times.
Maxim Dounin
1
-4
/
+25
2018-05-07
Silenced -Wcast-function-type warnings (closes #1546).
Sergey Kandaurov
6
-13
/
+24
2018-04-25
SSL: deprecated the "ssl" directive.
Ruslan Ermilov
1
-1
/
+6
2018-04-24
SSL: detect "listen ... ssl" without certificates (ticket #178).
Maxim Dounin
4
-14
/
+38
2018-04-18
Cache: fixed cache valid slot to reject incorrect statuses.
Maxim Dounin
1
-1
/
+2
2018-04-05
Upstream: fixed u->conf->preserve_output (ticket #1519).
Maxim Dounin
1
-6
/
+12
2018-04-03
Upstream: fixed ngx_http_upstream_test_next() conditions.
Maxim Dounin
1
-2
/
+18
2018-03-22
gRPC: fixed possible sign extension of error and setting_value.
Maxim Dounin
1
-3
/
+3
2018-03-20
gRPC: fixed missing state save in frame header parsing.
Sergey Kandaurov
1
-0
/
+1
2018-03-19
HTTP/2: improved frame info debugging.
Ruslan Ermilov
2
-5
/
+8
2018-03-19
gRPC: fixed parsing response headers split on CONTINUATION frames.
Sergey Kandaurov
1
-2
/
+2
2018-03-19
Fixed checking ngx_tcp_push() and ngx_tcp_nopush() return values.
Ruslan Ermilov
1
-1
/
+1
2018-03-19
Upstream: fixed comments after 13f8dec720b5.
Ruslan Ermilov
3
-6
/
+2
2018-03-17
gRPC: special handling of "trailer only" responses.
Maxim Dounin
2
-10
/
+16
2018-03-17
gRPC: special handling of the TE request header.
Maxim Dounin
3
-2
/
+72
2018-03-17
The gRPC proxy module.
Maxim Dounin
1
-0
/
+4571
2018-03-17
Upstream: u->conf->preserve_output flag.
Maxim Dounin
2
-2
/
+5
2018-03-17
Upstream: u->request_body_blocked flag.
Maxim Dounin
2
-2
/
+20
2018-03-17
Upstream: trailers support, u->conf->pass_trailers flag.
Maxim Dounin
2
-0
/
+98
2018-03-17
HTTP/2: externalized various constants and interfaces.
Maxim Dounin
5
-91
/
+129
2018-03-07
Improved code readablity.
Ruslan Ermilov
1
-2
/
+6
2018-03-05
HTTP/2: unknown frames now logged at info level.
Maxim Dounin
1
-2
/
+2
2018-03-01
Access log: support for disabling escaping (ticket #1450).
Vladimir Homutov
1
-8
/
+60
2018-03-01
Postpone filter: prevented uninitialized r->out.
Roman Arutyunyan
1
-5
/
+5
2018-02-28
Generic subrequests in memory.
Roman Arutyunyan
7
-188
/
+107
2018-02-22
Modules compatibility: additional upstream metrics.
Vladimir Homutov
1
-0
/
+1
2018-02-26
Auth basic: prevent null character in error log (ticket #1494).
Vadim Filimonov
1
-2
/
+2
2018-02-22
HTTP/2: style.
Ruslan Ermilov
1
-17
/
+4
2018-02-21
Geo: optimized configuration parser.
Ruslan Ermilov
1
-1
/
+5
2018-02-21
Geo: fixed memory allocation error handling (closes #1482).
Ruslan Ermilov
1
-11
/
+16
2018-02-15
HTTP/2: precalculate hash for "Cookie".
Maxim Dounin
1
-1
/
+2
2018-02-15
HTTP/2: fixed ngx_http_v2_push_stream() allocation error handling.
Ruslan Ermilov
1
-15
/
+47
2018-02-15
HTTP/2: push additional request headers (closes #1478).
Ruslan Ermilov
3
-94
/
+214
2018-02-15
Expose more headers with NGX_HTTP_HEADERS.
Ruslan Ermilov
2
-2
/
+2
[prev]
[next]