index
:
nginx
master
nginx mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stream
/
ngx_stream_proxy_module.c
Commit message (
Expand
)
Author
Age
*
Upstream: fixed passwords support for dynamic certificates.
Sergey Kandaurov
2025-04-10
*
Upstream: caching certificates and certificate keys with variables.
Sergey Kandaurov
2025-01-17
*
SSL: caching certificates and certificate keys with variables.
Sergey Kandaurov
2025-01-17
*
SSL: a new macro to set default protocol versions.
Sergey Kandaurov
2024-11-22
*
SSL: fixed MSVC compilation after ebd18ec1812b.
蕭澧邦
2024-11-11
*
Upstream: re-resolvable servers.
Ruslan Ermilov
2024-11-07
*
SSL: disabled TLSv1 and TLSv1.1 by default.
Sergey Kandaurov
2024-10-31
*
SSL: enabled TLSv1.3 by default.
Maxim Dounin
2023-03-24
*
SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.
Maxim Dounin
2022-12-01
*
Increased maximum read PROXY protocol header size.
Roman Arutyunyan
2022-11-02
*
Upstream: optimized use of SSL contexts (ticket #1234).
Maxim Dounin
2022-06-29
*
Stream: don't flush empty buffers created for read errors.
Aleksei Bavshin
2022-05-23
*
Upstream: handling of certificates specified as an empty string.
Sergey Kandaurov
2022-06-07
*
Stream: added half-close support.
Vladimir Homutov
2021-09-22
*
SSL: ciphers now set before loading certificates (ticket #2035).
Maxim Dounin
2021-08-16
*
Upstream: variables support in certificates.
Maxim Dounin
2021-05-06
*
Changed complex value slots to use NGX_CONF_UNSET_PTR.
Maxim Dounin
2021-05-06
*
SSL: fixed build by Sun C with old OpenSSL versions.
Maxim Dounin
2021-03-05
*
Stream: proxy_ssl_conf_command directive.
Maxim Dounin
2020-10-22
*
Stream: fixed processing of zero length UDP packets (ticket #1982).
Vladimir Homutov
2020-06-08
*
Variables support in proxy_upload_rate and proxy_download_rate.
Ruslan Ermilov
2019-04-24
*
SSL: fixed potential leak on memory allocation errors.
Maxim Dounin
2019-03-03
*
Stream: do not split datagrams when limiting proxy rate.
Roman Arutyunyan
2018-12-27
*
Prevented scheduling events on a shared connection.
Roman Arutyunyan
2019-01-14
*
Upstream: revised upstream response time variables.
Vladimir Homutov
2018-11-21
*
Stream: proxy_requests directive.
Vladimir Homutov
2018-11-12
*
Stream: session completion check code moved to a separate function.
Vladimir Homutov
2018-11-12
*
Upstream: proxy_socket_keepalive and friends.
Vladimir Homutov
2018-10-03
*
SSL: save sessions for upstream peers using a callback function.
Sergey Kandaurov
2018-07-17
*
Stream: udp streams.
Roman Arutyunyan
2018-06-04
*
Stream: set action before each recv/send while proxying.
Roman Arutyunyan
2018-03-22
*
Retain CAP_NET_RAW capability for transparent proxying.
Roman Arutyunyan
2017-12-13
*
Fixed worker_shutdown_timeout in various cases.
Maxim Dounin
2017-11-20
*
Stream: fixed logging UDP upstream timeout.
Roman Arutyunyan
2017-09-12
*
Stream: relaxed next upstream condition (ticket #1317).
Roman Arutyunyan
2017-09-11
*
Introduced ngx_tcp_nodelay().
Ruslan Ermilov
2017-05-26
*
SSL: added support for TLSv1.3 in ssl_protocols directive.
Sergey Kandaurov
2017-04-18
*
Stream: avoid infinite loop in case of socket read error.
Vladimir Homutov
2017-01-11
*
Stream: speed up TCP peer recovery.
Roman Arutyunyan
2016-12-26
*
Upstream: do not unnecessarily create per-request upstreams.
Ruslan Ermilov
2016-10-31
*
Upstream: added the ngx_http_upstream_resolved_t.name field.
Ruslan Ermilov
2016-10-31
*
Upstream: removed unnecessary condition in proxy_eval() and friends.
Ruslan Ermilov
2016-10-31
*
SSL: compatibility with BoringSSL.
Maxim Dounin
2016-10-19
*
Upstream: introduced u->upstream.
Maxim Dounin
2016-09-22
*
Stream: filters.
Roman Arutyunyan
2016-09-15
*
Stream: upstream response time variables.
Vladimir Homutov
2016-09-02
*
Stream: $upstream_bytes_sent and $upstream_bytes_received.
Vladimir Homutov
2016-09-02
*
Stream: the $upstream_addr variable.
Vladimir Homutov
2016-09-02
*
Stream: the $status variable.
Roman Arutyunyan
2016-08-11
*
Stream: fixed build without stream_ssl_module (ticket #1032).
Vladimir Homutov
2016-07-26
[next]