summaryrefslogtreecommitdiffhomepage
path: root/src/stream/ngx_stream_proxy_module.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-17SSL: save sessions for upstream peers using a callback function.Sergey Kandaurov1-5/+22
2018-06-04Stream: udp streams.Roman Arutyunyan1-50/+76
2018-03-22Stream: set action before each recv/send while proxying.Roman Arutyunyan1-2/+11
2017-12-13Retain CAP_NET_RAW capability for transparent proxying.Roman Arutyunyan1-0/+6
2017-11-20Fixed worker_shutdown_timeout in various cases.Maxim Dounin1-0/+6
2017-09-12Stream: fixed logging UDP upstream timeout.Roman Arutyunyan1-1/+5
2017-09-11Stream: relaxed next upstream condition (ticket #1317).Roman Arutyunyan1-2/+6
2017-05-26Introduced ngx_tcp_nodelay().Ruslan Ermilov1-16/+3
2017-04-18SSL: added support for TLSv1.3 in ssl_protocols directive.Sergey Kandaurov1-0/+1
2017-01-11Stream: avoid infinite loop in case of socket read error.Vladimir Homutov1-2/+3
2016-12-26Stream: speed up TCP peer recovery.Roman Arutyunyan1-0/+5
2016-10-31Upstream: do not unnecessarily create per-request upstreams.Ruslan Ermilov1-17/+17
2016-10-31Upstream: added the ngx_http_upstream_resolved_t.name field.Ruslan Ermilov1-4/+2
2016-10-31Upstream: removed unnecessary condition in proxy_eval() and friends.Ruslan Ermilov1-1/+1
2016-10-19SSL: compatibility with BoringSSL.Maxim Dounin1-1/+2
2016-09-22Upstream: introduced u->upstream.Maxim Dounin1-0/+2
2016-09-15Stream: filters.Roman Arutyunyan1-78/+138
2016-09-02Stream: upstream response time variables.Vladimir Homutov1-0/+19
2016-09-02Stream: $upstream_bytes_sent and $upstream_bytes_received.Vladimir Homutov1-2/+12
2016-09-02Stream: the $upstream_addr variable.Vladimir Homutov1-0/+17
2016-08-11Stream: the $status variable.Roman Arutyunyan1-37/+38
2016-07-26Stream: fixed build without stream_ssl_module (ticket #1032).Vladimir Homutov1-2/+2
2016-06-14Stream: variables in proxy_pass and proxy_ssl_name.Vladimir Homutov1-53/+323
2016-06-29Stream: got rid of pseudo variables.Vladimir Homutov1-29/+45
2016-06-15Stream: added preconfiguration step.Vladimir Homutov1-0/+1
2016-06-22Style.Roman Arutyunyan1-1/+0
2016-06-22Stream: use ngx_pcalloc() in ngx_stream_proxy_bind().Roman Arutyunyan1-1/+1
2016-06-20Stream: support for $remote_port in proxy_bind.Roman Arutyunyan1-9/+20
2016-06-20Upstream: support for port in proxy_bind and friends.Roman Arutyunyan1-1/+2
2016-06-20Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.Roman Arutyunyan1-21/+3
2016-06-15SSL: ngx_ssl_ciphers() to set list of ciphers.Tim Taubert1-7/+1
2015-12-18Upstream: the "transparent" parameter of proxy_bind and friends.Roman Arutyunyan1-17/+86
2016-04-13Stream: prepared proxy_bind to accept parameters.Roman Arutyunyan1-9/+48
2016-03-18Stream: additional logging for UDP.Vladimir Homutov1-2/+5
2016-01-20Stream: UDP proxy.Roman Arutyunyan1-26/+114
2016-03-15Stream: post first read events from client and upstream.Roman Arutyunyan1-12/+10
2016-02-11Stream: initialize variable right before using it.Roman Arutyunyan1-2/+2
2016-02-11Stream: removed useless typedef.Roman Arutyunyan1-3/+0
2015-10-06Stream: delete proxy connection timer after SSL handshake.Ruslan Ermilov1-0/+4
2015-08-17Win32: MSVC 2015 compatibility.Maxim Dounin1-5/+5
2015-08-12Style.Vladimir Homutov1-1/+1
2015-08-10Stream: the "tcp_nodelay" directive.Vladimir Homutov1-2/+22
2015-07-30Stream: deprecated proxy_downstream_buffer, proxy_upstream_buffer.Roman Arutyunyan1-0/+23
2015-07-29Style.Roman Arutyunyan1-2/+1
2015-07-29Stream: added proxy_buffer_size to set the size of data buffers.Roman Arutyunyan1-23/+11
2015-07-14Stream: renamed rate limiting directives.Roman Arutyunyan1-14/+14
2015-07-02Stream: fixed possible integer overflow in rate limiting.Valentin Bartenev1-1/+1
2015-07-02Stream: fixed MSVC compilation warning.Roman Arutyunyan1-1/+1
2015-06-25Stream: upstream "connected" flag.Roman Arutyunyan1-3/+5
2015-06-23Stream: upstream and downstream limit rates.Roman Arutyunyan1-15/+110