log src/mail/ngx_mail_core_module.c @ 7682:2ab0ecfe5a5f

age author description
Fri, 15 Mar 2019 15:45:56 +0300 Roman Arutyunyan Multiple addresses in "listen".
Tue, 24 Apr 2018 15:29:01 +0300 Maxim Dounin SSL: detect "listen ... ssl" without certificates (ticket #178).
Mon, 03 Apr 2017 17:30:34 +0300 Vladimir Homutov Mail: configurable socket buffer sizes.
Mon, 03 Oct 2016 15:58:25 +0300 Maxim Dounin Modules compatibility: removed unneeded IPV6_V6ONLY checks.
Wed, 17 Aug 2016 11:26:51 +0300 Roman Arutyunyan Ensure "listen" exists in a mail or stream server (ticket #1049).
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.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: changed ngx_modules to cycle->modules.
Mon, 17 Aug 2015 18:09:17 +0300 Maxim Dounin Win32: MSVC 2015 compatibility.
Mon, 08 Jun 2015 23:13:56 +0300 Ruslan Ermilov Mail: listen backlog=.
Mon, 08 Jun 2015 23:11:58 +0300 Ruslan Ermilov Mail: embed ngx_mail_listen_t into ngx_mail_conf_addr_t.
Wed, 29 Apr 2015 13:53:08 +0300 Ruslan Ermilov Removed the deprecated "so_keepalive" directive.
Fri, 20 Feb 2015 15:31:37 +0300 Vladimir Homutov Mail: error_log support.
Fri, 23 Jan 2015 15:23:29 +0300 Ruslan Ermilov Mail: fixed the duplicate listen address detection.