log src/stream/ngx_stream.h @ 6656:a2f57dfa65a9

age author description
Thu, 18 Aug 2016 17:13:07 +0300 Roman Arutyunyan Fixed wrong type of the "line" field.
Thu, 07 Jul 2016 13:15:31 +0300 Vladimir Homutov Stream: resolver.
Mon, 04 Jul 2016 16:37:36 +0300 Vladimir Homutov Stream: variables and script.
Wed, 15 Jun 2016 15:10:24 +0300 Vladimir Homutov Stream: added preconfiguration step.
Mon, 23 May 2016 16:37:28 +0300 Maxim Dounin Renamed "u" to "sockaddr" in listen options types.
Mon, 23 May 2016 16:37:20 +0300 Ruslan Ermilov Introduced the ngx_sockaddr_t type.
Fri, 20 May 2016 19:10:42 +0300 Ruslan Ermilov Use ngx_cmp_sockaddr() where appropriate.
Wed, 20 Jan 2016 19:52:12 +0300 Roman Arutyunyan Stream: UDP proxy.
Mon, 10 Aug 2015 12:14:41 +0300 Vladimir Homutov Stream: the "tcp_nodelay" directive.
Thu, 18 Jun 2015 14:17:30 +0300 Vladimir Homutov Stream: connection limiting module.
Thu, 04 Jun 2015 13:04:12 +0300 Vladimir Homutov Stream: access module.
Tue, 09 Jun 2015 13:00:45 +0300 Vladimir Homutov Stream: added postconfiguration method to stream modules.
Mon, 08 Jun 2015 23:13:33 +0300 Ruslan Ermilov Stream: listen backlog=.
Mon, 08 Jun 2015 23:11:42 +0300 Ruslan Ermilov Stream: embed ngx_stream_listen_t into ngx_stream_conf_addr_t.
Fri, 05 Jun 2015 23:03:13 +0300 Ruslan Ermilov Stream: fixed "reuseport" to actually work.
Wed, 20 May 2015 15:51:56 +0300 Maxim Dounin The "reuseport" option of the "listen" directive.
Sat, 25 Apr 2015 22:44:02 +0300 Vladimir Homutov Core: the ngx_set_connection_log() macro.
Mon, 20 Apr 2015 13:05:11 +0300 Ruslan Ermilov Stream: port from NGINX+.