log src/core/ngx_connection.c @ 7660:d33e17499088

age author description
Thu, 12 Jul 2018 19:50:02 +0300 Maxim Dounin Events: moved sockets cloning to ngx_event_init_conf().
Mon, 02 Jul 2018 13:54:33 +0300 Ruslan Ermilov Added FreeBSD support for "listen ... reuseport".
Mon, 04 Jun 2018 19:50:00 +0300 Roman Arutyunyan Stream: udp streams.
Mon, 21 May 2018 23:11:27 +0300 Maxim Dounin Core: silenced getsockopt(TCP_FASTOPEN) messages on FreeBSD.
Wed, 04 Oct 2017 21:19:33 +0300 Maxim Dounin Fixed buffer overread with unix sockets after accept(). stable-1.12
Tue, 11 Jul 2017 20:06:52 +0300 Maxim Dounin Core: fixed error message on setsockopt(SO_REUSEPORT) failure. stable-1.12
Tue, 11 Jul 2017 19:59:56 +0300 Maxim Dounin Core: disabled SO_REUSEPORT when testing config (ticket #1300). stable-1.12
Wed, 04 Oct 2017 21:19:33 +0300 Maxim Dounin Fixed buffer overread with unix sockets after accept().
Tue, 11 Jul 2017 20:06:52 +0300 Maxim Dounin Core: fixed error message on setsockopt(SO_REUSEPORT) failure.
Tue, 11 Jul 2017 19:59:56 +0300 Maxim Dounin Core: disabled SO_REUSEPORT when testing config (ticket #1300).
Fri, 26 May 2017 22:52:48 +0300 Ruslan Ermilov Introduced ngx_tcp_nodelay().
Fri, 20 Jan 2017 14:03:20 +0300 Maxim Dounin Improved connection draining with small number of connections.
Fri, 20 Jan 2017 14:03:19 +0300 Maxim Dounin Added cycle parameter to ngx_drain_connections().
Wed, 05 Oct 2016 13:57:43 +0300 Ruslan Ermilov Core: use c->log while closing connection.
Mon, 23 May 2016 16:37:20 +0300 Ruslan Ermilov Introduced the ngx_sockaddr_t type.