aboutsummaryrefslogtreecommitdiff
path: root/src/stream/ngx_stream_proxy_module.c
Commit message (Expand)AuthorAge
* Upstream: fixed passwords support for dynamic certificates.Sergey Kandaurov2025-04-10
* Upstream: caching certificates and certificate keys with variables.Sergey Kandaurov2025-01-17
* SSL: caching certificates and certificate keys with variables.Sergey Kandaurov2025-01-17
* SSL: a new macro to set default protocol versions.Sergey Kandaurov2024-11-22
* SSL: fixed MSVC compilation after ebd18ec1812b.蕭澧邦2024-11-11
* Upstream: re-resolvable servers.Ruslan Ermilov2024-11-07
* SSL: disabled TLSv1 and TLSv1.1 by default.Sergey Kandaurov2024-10-31
* SSL: enabled TLSv1.3 by default.Maxim Dounin2023-03-24
* SSL: fixed ngx_ssl_recv() to reset c->read->ready after errors.Maxim Dounin2022-12-01
* Increased maximum read PROXY protocol header size.Roman Arutyunyan2022-11-02
* Upstream: optimized use of SSL contexts (ticket #1234).Maxim Dounin2022-06-29
* Stream: don't flush empty buffers created for read errors.Aleksei Bavshin2022-05-23
* Upstream: handling of certificates specified as an empty string.Sergey Kandaurov2022-06-07
* Stream: added half-close support.Vladimir Homutov2021-09-22
* SSL: ciphers now set before loading certificates (ticket #2035).Maxim Dounin2021-08-16
* Upstream: variables support in certificates.Maxim Dounin2021-05-06
* Changed complex value slots to use NGX_CONF_UNSET_PTR.Maxim Dounin2021-05-06
* SSL: fixed build by Sun C with old OpenSSL versions.Maxim Dounin2021-03-05
* Stream: proxy_ssl_conf_command directive.Maxim Dounin2020-10-22
* Stream: fixed processing of zero length UDP packets (ticket #1982).Vladimir Homutov2020-06-08
* Variables support in proxy_upload_rate and proxy_download_rate.Ruslan Ermilov2019-04-24
* SSL: fixed potential leak on memory allocation errors.Maxim Dounin2019-03-03
* Stream: do not split datagrams when limiting proxy rate.Roman Arutyunyan2018-12-27
* Prevented scheduling events on a shared connection.Roman Arutyunyan2019-01-14
* Upstream: revised upstream response time variables.Vladimir Homutov2018-11-21
* Stream: proxy_requests directive.Vladimir Homutov2018-11-12
* Stream: session completion check code moved to a separate function.Vladimir Homutov2018-11-12
* Upstream: proxy_socket_keepalive and friends.Vladimir Homutov2018-10-03
* SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov2018-07-17
* Stream: udp streams.Roman Arutyunyan2018-06-04
* Stream: set action before each recv/send while proxying.Roman Arutyunyan2018-03-22
* Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan2017-12-13
* Fixed worker_shutdown_timeout in various cases.Maxim Dounin2017-11-20
* Stream: fixed logging UDP upstream timeout.Roman Arutyunyan2017-09-12
* Stream: relaxed next upstream condition (ticket #1317).Roman Arutyunyan2017-09-11
* Introduced ngx_tcp_nodelay().Ruslan Ermilov2017-05-26
* SSL: added support for TLSv1.3 in ssl_protocols directive.Sergey Kandaurov2017-04-18
* Stream: avoid infinite loop in case of socket read error.Vladimir Homutov2017-01-11
* Stream: speed up TCP peer recovery.Roman Arutyunyan2016-12-26
* Upstream: do not unnecessarily create per-request upstreams.Ruslan Ermilov2016-10-31
* Upstream: added the ngx_http_upstream_resolved_t.name field.Ruslan Ermilov2016-10-31
* Upstream: removed unnecessary condition in proxy_eval() and friends.Ruslan Ermilov2016-10-31
* SSL: compatibility with BoringSSL.Maxim Dounin2016-10-19
* Upstream: introduced u->upstream.Maxim Dounin2016-09-22
* Stream: filters.Roman Arutyunyan2016-09-15
* Stream: upstream response time variables.Vladimir Homutov2016-09-02
* Stream: $upstream_bytes_sent and $upstream_bytes_received.Vladimir Homutov2016-09-02
* Stream: the $upstream_addr variable.Vladimir Homutov2016-09-02
* Stream: the $status variable.Roman Arutyunyan2016-08-11
* Stream: fixed build without stream_ssl_module (ticket #1032).Vladimir Homutov2016-07-26