log src/event/ngx_event_accept.c @ 7660:d33e17499088

age author description
Fri, 01 Jun 2018 16:55:49 +0300 Roman Arutyunyan Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c.
Fri, 01 Jun 2018 13:12:57 +0300 Roman Arutyunyan Events: get remote addresses before creating udp connection.
Fri, 01 Jun 2018 16:53:02 +0300 Roman Arutyunyan Events: fixed handling zero-length client address.
Wed, 04 Oct 2017 21:19:33 +0300 Maxim Dounin Fixed buffer overread with unix sockets after accept().
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.
Mon, 04 Jun 2012 11:58:12 +0000 Maxim Dounin Merge of r4614, r4624-r4629, r4631: proxy recursive changes. stable-1.2
Mon, 04 Jun 2012 11:10:36 +0000 Maxim Dounin Merge of r4619: accept moderation on EMFILE/ENFILE. stable-1.2
Fri, 11 May 2012 13:33:06 +0000 Maxim Dounin Accept moderation in case of EMFILE/ENFILE.
Sun, 29 Apr 2012 22:02:18 +0000 Ruslan Ermilov debug_connection: added the IPv6 and UNIX-domain socket support.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Thu, 02 Dec 2010 14:20:51 +0000 Igor Sysoev fix building by msvc8 introduced by the previous commit
Thu, 02 Dec 2010 10:05:41 +0000 Igor Sysoev fallback to accept() if accept4() is not implemented,
Thu, 25 Nov 2010 10:15:04 +0000 Igor Sysoev Linux accept4() support
Sun, 01 Nov 2009 19:29:49 +0000 Igor Sysoev delete unused field c->local_socklen
Mon, 26 Oct 2009 11:43:32 +0000 Igor Sysoev http listen unix domain sockets
Thu, 18 Jun 2009 13:14:51 +0000 Igor Sysoev ignore ngx_atomic_fetch_add() result