log src/event/ngx_event_accept.c @ 7005:3e2d90073adf

age author description
Wed, 24 May 2017 13:17:08 +0300 Roman Arutyunyan Fixed deferred accept with EPOLLRDHUP enabled (ticket #1278).
Thu, 15 Sep 2016 14:55:46 +0300 Roman Arutyunyan Stream: filters.
Mon, 23 May 2016 16:37:20 +0300 Ruslan Ermilov Introduced the ngx_sockaddr_t type.
Thu, 28 Apr 2016 16:30:19 +0300 Ruslan Ermilov Removed unused flag unexpected_eof from ngx_connection_t.
Wed, 20 Jan 2016 19:52:12 +0300 Roman Arutyunyan Stream: UDP proxy.
Wed, 20 May 2015 15:51:56 +0300 Maxim Dounin The "reuseport" option of the "listen" directive.
Thu, 23 Apr 2015 14:17:40 +0300 Ruslan Ermilov Removed the obsolete rtsig module.
Wed, 22 Apr 2015 18:57:32 +0300 Ruslan Ermilov Removed the obsolete aio module.
Mon, 01 Sep 2014 18:20:03 +0400 Valentin Bartenev Events: removed broken thread support from posted events.
Thu, 22 May 2014 00:16:09 +0400 Ruslan Ermilov Core: output client port number when logging accept event.
Thu, 06 Mar 2014 18:25:59 +0400 Sergey Kandaurov Fixed format specifier in logging of "c->number".
Mon, 09 Dec 2013 10:14:51 +0400 Ruslan Ermilov Core: keep the length of the local sockaddr.
Wed, 04 Sep 2013 20:48:28 +0400 Maxim Dounin Win32: MinGW GCC compatibility.
Wed, 04 Sep 2013 20:48:23 +0400 Maxim Dounin Win32: Borland C compatibility fixes.
Thu, 11 Jul 2013 16:07:25 +0400 Vladimir Homutov Core: extended ngx_sock_ntop() with socklen parameter.