log src/stream/ngx_stream_proxy_module.c @ 6393:70e6e1f12dee

age author description
Thu, 11 Feb 2016 14:20:26 +0300 Roman Arutyunyan Stream: initialize variable right before using it.
Thu, 11 Feb 2016 14:20:22 +0300 Roman Arutyunyan Stream: removed useless typedef.
Tue, 06 Oct 2015 08:57:09 +0300 Ruslan Ermilov Stream: delete proxy connection timer after SSL handshake.
Mon, 17 Aug 2015 18:09:17 +0300 Maxim Dounin Win32: MSVC 2015 compatibility.
Wed, 12 Aug 2015 12:56:59 +0300 Vladimir Homutov Style.
Mon, 10 Aug 2015 12:14:41 +0300 Vladimir Homutov Stream: the "tcp_nodelay" directive.
Thu, 30 Jul 2015 16:43:48 -0700 Roman Arutyunyan Stream: deprecated proxy_downstream_buffer, proxy_upstream_buffer.
Wed, 29 Jul 2015 14:36:36 -0700 Roman Arutyunyan Style.
Wed, 29 Jul 2015 13:46:26 -0700 Roman Arutyunyan Stream: added proxy_buffer_size to set the size of data buffers.
Tue, 14 Jul 2015 09:38:13 -0700 Roman Arutyunyan Stream: renamed rate limiting directives.
Thu, 02 Jul 2015 17:20:29 +0300 Valentin Bartenev Stream: fixed possible integer overflow in rate limiting.
Thu, 02 Jul 2015 17:15:32 +0300 Roman Arutyunyan Stream: fixed MSVC compilation warning.
Thu, 25 Jun 2015 12:36:52 +0300 Roman Arutyunyan Stream: upstream "connected" flag.
Tue, 23 Jun 2015 20:17:48 +0300 Roman Arutyunyan Stream: upstream and downstream limit rates.
Tue, 23 Jun 2015 20:17:47 +0300 Roman Arutyunyan Stream: common handler for upstream and downstream.
Tue, 16 Jun 2015 13:45:16 +0300 Roman Arutyunyan Stream: client-side PROXY protocol.
Tue, 16 Jun 2015 09:02:45 +0300 Vladimir Homutov Stream: the "proxy_bind" directive.
Tue, 09 Jun 2015 13:00:45 +0300 Vladimir Homutov Stream: added postconfiguration method to stream modules.
Mon, 25 May 2015 17:58:20 +0300 Maxim Dounin Disabled SSLv3 by default (ticket #653).
Wed, 22 Apr 2015 19:55:04 +0300 Roman Arutyunyan Stream: prevent repeated event notifications after eof.
Mon, 20 Apr 2015 13:05:11 +0300 Ruslan Ermilov Stream: port from NGINX+.