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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-24
nginx-1.15.2-RELEASE
release-1.15.2
Maxim Dounin
1
-0
/
+86
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-03
release-1.15.1 tag
Maxim Dounin
1
-0
/
+1
2018-07-03
nginx-1.15.1-RELEASE
release-1.15.1
Maxim Dounin
1
-0
/
+67
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
MIME: added font/woff2 type (ticket #1243).
Valentin Bartenev
1
-0
/
+1
2018-06-15
MIME: changed type for woff to font/woff (ticket #1243).
Valentin Bartenev
1
-1
/
+2
2018-06-15
Upstream: ngx_http_upstream_random module.
Vladimir Homutov
4
-0
/
+1035
2018-06-14
Upstream: improved peer selection concurrency for hash and ip_hash.
Ruslan Ermilov
3
-3
/
+21
2018-06-13
Resolver: require name servers.
Ruslan Ermilov
1
-0
/
+5
2018-06-13
Resolver: allocate resolver from configuration pool.
Ruslan Ermilov
1
-43
/
+32
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-06-06
SSL: removed extra prototype.
Sergey Kandaurov
1
-1
/
+0
2018-06-05
Added missing space after ngx_close_socket_n.
Maxim Dounin
2
-3
/
+3
2018-06-05
Version bump.
Maxim Dounin
1
-2
/
+2
2018-06-05
release-1.15.0 tag
Maxim Dounin
1
-0
/
+1
2018-06-05
nginx-1.15.0-RELEASE
release-1.15.0
Maxim Dounin
1
-0
/
+131
2018-06-04
Stream: udp streams.
Roman Arutyunyan
7
-50
/
+354
2018-06-01
Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c.
Roman Arutyunyan
4
-354
/
+384
2018-06-01
Events: get remote addresses before creating udp connection.
Roman Arutyunyan
1
-71
/
+82
2018-06-01
Events: fixed handling zero-length client address.
Roman Arutyunyan
1
-0
/
+12
2018-06-04
Leave chain in ngx_chain_add_copy() in consistent state on errors.
Sergey Kandaurov
1
-0
/
+1
2018-05-30
Limit req: improved handling of negative times.
Maxim Dounin
1
-4
/
+25
2018-05-29
Core: fixed comment about ngx_current_msec after 81fae70d6cb8.
Ruslan Ermilov
1
-2
/
+2
2018-05-29
Win32: fixed comment in ngx_gettimeofday() calculations.
Ruslan Ermilov
1
-1
/
+1
2018-05-23
Removed glibc crypt_r() bug workaround (ticket #1469).
Maxim Dounin
1
-4
/
+0
2018-05-14
Syslog: install cleanup handler only once.
Vladimir Homutov
2
-17
/
+16
2018-05-23
Resolver: close UDP socket on error or incomplete send.
Ruslan Ermilov
1
-2
/
+9
2018-05-23
Resolver: style.
Ruslan Ermilov
1
-2
/
+2
[next]