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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-25
SSL: logging level of "no suitable signature algorithm".
Maxim Dounin
1
-0
/
+6
2018-09-25
SSL: logging level of "no suitable key share".
Maxim Dounin
1
-0
/
+6
2018-09-24
Cache: status must be less then 599 in *_cache_valid directives.
Gena Makhomed
1
-1
/
+1
2018-09-19
Removed bgcolor attribute on body in error pages and autoindex.
Nova DasSarma
2
-35
/
+35
2018-09-21
SSL: support for TLSv1.3 early data with OpenSSL.
Sergey Kandaurov
2
-44
/
+451
2018-09-21
SSL: disabled renegotiation checks with SSL_OP_NO_RENEGOTIATION.
Maxim Dounin
1
-0
/
+10
2018-09-21
Rewrite: removed r->err_status special handling (ticket #1634).
Maxim Dounin
1
-9
/
+1
2018-09-21
Fixed socket leak with "return 444" in error_page (ticket #274).
Maxim Dounin
2
-28
/
+40
2018-09-10
SSL: restore handlers after blocking.
Maxim Dounin
1
-0
/
+28
2018-09-10
SSL: corrected SSL_ERROR_WANT_WRITE / SSL_ERROR_WANT_READ logging.
Maxim Dounin
1
-4
/
+8
2018-09-10
Lingering close changed to handle NGX_AGAIN.
Maxim Dounin
1
-0
/
+4
2018-09-03
gRPC: disabled keepalive when sending control frames was blocked.
Maxim Dounin
1
-0
/
+12
2018-09-03
gRPC: improved keepalive handling.
Maxim Dounin
1
-33
/
+67
2018-09-03
Uwsgi: added a check on maximum uwsgi request size.
Maxim Dounin
1
-0
/
+6
2018-09-03
Uwsgi: style.
Maxim Dounin
1
-2
/
+2
2018-08-30
Version bump.
Roman Arutyunyan
1
-2
/
+2
2018-08-29
Stream: avoid potential infinite loop at preread phase.
Roman Arutyunyan
1
-15
/
+21
2018-08-24
Upstream: fixed request chain traversal (ticket #1618).
Vladimir Homutov
1
-1
/
+1
2018-08-10
Upstream keepalive: keepalive_requests directive.
Maxim Dounin
2
-0
/
+16
2018-08-10
Upstream keepalive: keepalive_timeout directive.
Maxim Dounin
1
-5
/
+20
2018-08-10
Upstream keepalive: comment added.
Maxim Dounin
1
-0
/
+2
2018-08-10
SSL: fixed build with LibreSSL 2.8.0 (ticket #1605).
Maxim Dounin
1
-0
/
+4
2018-08-09
HTTP/2: workaround for clients which fail on table size updates.
Maxim Dounin
1
-2
/
+5
2018-08-09
Skipping spaces in configuration files (ticket #1557).
Maxim Dounin
1
-3
/
+4
2018-08-07
SSL: support for TLSv1.3 early data with BoringSSL.
Maxim Dounin
4
-0
/
+61
2018-08-07
SSL: enabled TLSv1.3 with BoringSSL.
Maxim Dounin
1
-0
/
+5
2018-08-02
Dav: removed dead store after 8e7a5de61664.
Sergey Kandaurov
1
-2
/
+0
2018-08-01
Dav: changed COPY of a file to preserve access mask.
Maxim Dounin
1
-1
/
+1
2018-08-01
Dav: changed ngx_copy_file() to preserve access and mtime.
Maxim Dounin
1
-9
/
+13
2018-08-01
Dav: fixed ngx_copy_file() to truncate destination file.
Maxim Dounin
1
-2
/
+1
2018-07-24
Version bump.
Sergey Kandaurov
1
-2
/
+2
2018-07-22
Fixed NGX_TID_T_FMT format specification for uint64_t.
Maxim Dounin
1
-2
/
+2
2018-07-18
Stream ssl_preread: added SSLv2 Client Hello support.
Sergey Kandaurov
1
-2
/
+14
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
9
-12
/
+139
2018-07-16
SSL: use of the SSL_OP_NO_RENEGOTIATION option (ticket #1376).
Maxim Dounin
1
-0
/
+4
2018-07-16
SSL: fixed SSL_clear_options() usage with OpenSSL 1.1.0+.
Maxim Dounin
2
-2
/
+2
2018-07-16
SSL: logging levels of "unsupported protocol", "version too low".
Maxim Dounin
1
-0
/
+4
2018-07-12
Events: added configuration check on the number of connections.
Maxim Dounin
1
-0
/
+15
2018-07-12
Events: moved sockets cloning to ngx_event_init_conf().
Maxim Dounin
5
-14
/
+30
2018-07-11
Stream ssl_preread: $ssl_preread_protocol variable.
Roman Arutyunyan
1
-6
/
+93
2018-07-12
Allow resetting connections closed by "return 444" (ticket #905).
Ruslan Ermilov
1
-0
/
+1
2018-07-05
Resolver: retry sending queries on errors (ticket #1511).
Maxim Dounin
1
-2
/
+18
2018-07-05
SSL: logging level of "https proxy request" errors.
Maxim Dounin
1
-0
/
+2
2018-07-05
Version bump.
Maxim Dounin
1
-2
/
+2
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-07-02
Added FreeBSD support for "listen ... reuseport".
Ruslan Ermilov
1
-0
/
+54
2018-06-15
Upstream: ngx_http_upstream_random module.
Vladimir Homutov
2
-0
/
+1004
[next]