log src/core/ngx_connection.c @ 7697:b9071b875194

age author description
Mon, 10 Aug 2020 18:52:59 +0300 Maxim Dounin Core: added a warning about reusing connections.
Mon, 01 Jun 2020 20:19:27 +0300 Ruslan Ermilov Fixed removing of listening UNIX sockets when "changing binary".
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.
Fri, 20 May 2016 17:02:04 +0300 Ruslan Ermilov Belatedly changed the ngx_create_listening() prototype.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Fri, 25 Mar 2016 14:10:38 +0300 Roman Arutyunyan Fixed socket inheritance on reload and binary upgrade.
Wed, 20 Jan 2016 19:52:12 +0300 Roman Arutyunyan Stream: UDP proxy.
Sat, 17 Oct 2015 21:41:02 +0900 Kouhei Sutou Win32: fixed build with MinGW and MinGW-w64 gcc.
Tue, 11 Aug 2015 16:28:55 +0300 Valentin Bartenev Core: idle connections now closed only once on exiting.
Thu, 23 Jul 2015 14:00:03 -0400 Gena Makhomed Workaround for "configuration file test failed" under OpenVZ.
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, 23 Mar 2015 13:52:47 +0300 Ruslan Ermilov Removed stub implementation of win32 mutexes.
Fri, 20 Mar 2015 06:43:19 +0300 Ruslan Ermilov Removed ngx_connection_t.lock.
Wed, 04 Mar 2015 18:26:25 +0300 Ruslan Ermilov Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Tue, 17 Feb 2015 14:26:44 +0300 Roman Arutyunyan Core: make ngx_connection_local_sockaddr() always assign address.
Mon, 01 Sep 2014 18:20:18 +0400 Valentin Bartenev Events: processing of posted events changed from LIFO to FIFO.
Mon, 01 Sep 2014 18:20:03 +0400 Valentin Bartenev Events: removed broken thread support from posted events.
Thu, 26 Jun 2014 03:34:05 +0400 Maxim Dounin Core: plugged socket leak during configuration test.
Sat, 22 Feb 2014 12:08:31 +0400 Ruslan Ermilov Core: allocate enough memory to hold IPv6 text address plus port.
Tue, 28 Jan 2014 15:40:46 +0400 Maxim Dounin Fixed TCP_DEFER_ACCEPT handling (ticket #353). stable-1.4
Mon, 03 Feb 2014 14:17:17 -0800 Piotr Sikora Use ngx_socket_errno where appropriate.
Thu, 30 Jan 2014 14:58:21 -0800 Piotr Sikora Core: handle getsockopt(TCP_FASTOPEN) failures.
Tue, 28 Jan 2014 15:40:46 +0400 Maxim Dounin Fixed TCP_DEFER_ACCEPT handling (ticket #353).
Thu, 19 Dec 2013 13:43:18 +0400 Ruslan Ermilov Fixed the first argument to getsockopt().
Mon, 09 Dec 2013 10:16:44 +0400 Ruslan Ermilov Fixed handling of UNIX-domain sockets.
Mon, 09 Dec 2013 10:14:51 +0400 Ruslan Ermilov Core: keep the length of the local sockaddr.
Tue, 03 Dec 2013 22:07:03 +0400 Mathew Rodley Added support for TCP_FASTOPEN supported in Linux >= 3.7.1.
Thu, 31 Oct 2013 04:00:37 +0400 Maxim Dounin Core: handling of getsockopt(TCP_DEFER_ACCEPT) failures.
Wed, 04 Sep 2013 20:48:28 +0400 Maxim Dounin Win32: MinGW GCC compatibility.
Thu, 25 Jul 2013 12:46:03 +0400 Ruslan Ermilov On DragonFlyBSD, TCP_KEEPIDLE and TCP_KEEPINTVL are in msecs.
Thu, 25 Jul 2013 12:46:02 +0400 Ruslan Ermilov Style: reuse one int variable in ngx_configure_listening_sockets().
Thu, 11 Jul 2013 19:50:19 +0400 Vladimir Homutov Core: fixed possible use of an uninitialized variable.
Thu, 11 Jul 2013 16:07:25 +0400 Vladimir Homutov Core: extended ngx_sock_ntop() with socklen parameter.
Fri, 29 Mar 2013 18:18:42 +0000 Maxim Dounin Merge of r5138: use of NGX_FILE_ERROR. stable-1.2
Mon, 25 Mar 2013 15:49:11 +0000 Valentin Bartenev Use NGX_FILE_ERROR for handling file operations errors.
Fri, 15 Mar 2013 20:00:49 +0000 Valentin Bartenev Status: introduced the "ngx_stat_waiting" counter.
Thu, 07 Mar 2013 18:07:16 +0000 Valentin Bartenev Removed c->single_connection flag.
Mon, 10 Dec 2012 17:46:51 +0000 Maxim Dounin Merge of r4918: cache manager startup with many listen sockets. stable-1.2
Tue, 20 Nov 2012 13:37:55 +0000 Igor Sysoev Fixed failure to start cache manager and cache loader processes
Mon, 30 Jul 2012 12:27:06 +0000 Ruslan Ermilov Core: ipv6only is now on by default.
Tue, 03 Apr 2012 07:37:31 +0000 Ruslan Ermilov Fixed spelling in multiline C comments.
Mon, 05 Mar 2012 18:09:06 +0000 Maxim Dounin Whitespace fixes.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 05 Dec 2011 08:06:15 +0000 Valentin Bartenev Added the "so_keepalive=" parameter to the "listen" directive.
Sun, 21 Aug 2011 11:37:37 +0000 Maxim Dounin Move SO_ACCEPTFILTER and TCP_DEFER_ACCEPT checks into configure.
Mon, 04 Apr 2011 12:26:53 +0000 Igor Sysoev reuse keepalive connections if there are no free worker connections
Mon, 05 Jul 2010 13:49:16 +0000 Igor Sysoev listen setfib=X
Mon, 31 May 2010 14:49:11 +0000 Igor Sysoev fix IPv6 and Unix domain sockets inheritance while online upgrade
Mon, 30 Nov 2009 11:26:24 +0000 Igor Sysoev chmod unix listen domain socket to 0666
Mon, 23 Nov 2009 15:46:21 +0000 Igor Sysoev add NGX_PROCESS_HELPER process status
Wed, 04 Nov 2009 18:36:43 +0000 Igor Sysoev allow to inherit unix domain sockets while online upgrade
Sun, 01 Nov 2009 19:29:49 +0000 Igor Sysoev delete unused field c->local_socklen
Fri, 30 Oct 2009 19:18:21 +0000 Igor Sysoev do not unlink unix domain socket file while online upgrade
Fri, 30 Oct 2009 19:16:50 +0000 Igor Sysoev unlink unix domain socket file after testing
Mon, 26 Oct 2009 11:43:32 +0000 Igor Sysoev http listen unix domain sockets
Wed, 23 Sep 2009 15:28:33 +0000 Igor Sysoev low default connection errors level from alert to error
Sun, 07 Jun 2009 18:22:58 +0000 Igor Sysoev update r2925
Mon, 18 May 2009 12:12:06 +0000 Igor Sysoev ngx_connection_local_sockaddr()
Tue, 05 May 2009 17:33:26 +0000 Igor Sysoev ngx_create_listening()
Tue, 05 May 2009 13:16:29 +0000 Igor Sysoev move listen log copying from ngx_open_listening_sockets()
Tue, 05 May 2009 13:12:59 +0000 Igor Sysoev use correct name
Tue, 05 May 2009 13:05:42 +0000 Igor Sysoev use local variable
Mon, 04 May 2009 19:51:09 +0000 Igor Sysoev delete ngx_listening_inet_stream_socket()
Thu, 30 Apr 2009 13:53:42 +0000 Igor Sysoev *) refactor error_log processing: listen socket log might inherit built-in
Wed, 29 Apr 2009 13:07:16 +0000 Igor Sysoev fix the previous commit
Wed, 29 Apr 2009 11:34:58 +0000 Igor Sysoev Winsock uses ECONNABORTED instead of ECONNRESET
Mon, 20 Apr 2009 06:08:47 +0000 Igor Sysoev Win32 master/workers model
Wed, 01 Apr 2009 16:42:09 +0000 Igor Sysoev r2561 merge: stable-0.6
Fri, 13 Mar 2009 14:20:34 +0000 Igor Sysoev ipv6only
Thu, 12 Mar 2009 07:16:15 +0000 Igor Sysoev ignore EINVAL from setsockopt() on Solaris
Sat, 21 Feb 2009 07:02:02 +0000 Igor Sysoev a prelimiary IPv6 support, HTTP listen
Wed, 17 Sep 2008 08:03:58 +0000 Igor Sysoev fix grammar
Thu, 21 Aug 2008 19:24:07 +0000 Igor Sysoev ngx_sock_ntop() takes family from sockaddr, remove duplicate field
Thu, 21 Aug 2008 18:47:23 +0000 Igor Sysoev *) remove zero termination in ngx_inet_ntop() and ngx_sock_ntop()
Tue, 17 Jun 2008 15:00:30 +0000 Igor Sysoev *) back out r2040
Thu, 22 May 2008 12:09:41 +0000 Igor Sysoev style fix
Wed, 05 Mar 2008 21:21:26 +0000 Igor Sysoev decrease log level of connection errors while closing socket
Fri, 25 Jan 2008 14:57:35 +0000 Igor Sysoev add NGX_ENETDOWN, NGX_ENETUNREACH, and NGX_EHOSTDOWN
Tue, 08 Jan 2008 11:31:50 +0000 Igor Sysoev workaround for Linux 2.6 OpenVZ
Wed, 29 Aug 2007 15:33:59 +0000 Igor Sysoev log socket number
Thu, 09 Aug 2007 13:32:21 +0000 Igor Sysoev set default listen() backlog to 511 on all platforms except FreeBSD
Wed, 30 May 2007 13:24:50 +0000 Igor Sysoev add comment
Wed, 30 May 2007 13:23:48 +0000 Igor Sysoev do listen() just after bind() to exit early
Wed, 30 May 2007 12:28:37 +0000 Igor Sysoev style fix
Tue, 29 May 2007 19:43:18 +0000 Igor Sysoev change wording
Tue, 29 May 2007 16:33:34 +0000 Igor Sysoev fix segfault
Mon, 17 Apr 2006 19:55:41 +0000 Igor Sysoev nginx-0.3.39-RELEASE import release-0.3.39
Tue, 28 Mar 2006 12:24:47 +0000 Igor Sysoev nginx-0.3.35-RELEASE import release-0.3.35
Wed, 08 Feb 2006 15:33:12 +0000 Igor Sysoev nginx-0.3.27-RELEASE import release-0.3.27
Wed, 01 Feb 2006 18:22:15 +0000 Igor Sysoev nginx-0.3.24-RELEASE import release-0.3.24
Mon, 26 Dec 2005 17:07:48 +0000 Igor Sysoev nginx-0.3.18-RELEASE import release-0.3.18
Wed, 07 Dec 2005 14:51:31 +0000 Igor Sysoev nginx-0.3.15-RELEASE import release-0.3.15
Tue, 15 Nov 2005 13:30:52 +0000 Igor Sysoev nginx-0.3.10-RELEASE import release-0.3.10
Mon, 24 Oct 2005 15:09:41 +0000 Igor Sysoev nginx-0.3.6-RELEASE import release-0.3.6
Wed, 19 Oct 2005 13:34:28 +0000 Igor Sysoev nginx-0.3.4-RELEASE import release-0.3.4
Wed, 19 Oct 2005 12:33:58 +0000 Igor Sysoev nginx-0.3.3-RELEASE import release-0.3.3
Wed, 12 Oct 2005 13:50:36 +0000 Igor Sysoev nginx-0.3.2-RELEASE import release-0.3.2
Fri, 23 Sep 2005 11:02:22 +0000 Igor Sysoev nginx-0.2.0-RELEASE import release-0.2.0
Thu, 08 Sep 2005 14:36:09 +0000 Igor Sysoev nginx-0.1.45-RELEASE import release-0.1.45
Tue, 30 Aug 2005 10:55:07 +0000 Igor Sysoev nginx-0.1.43-RELEASE import release-0.1.43
Wed, 15 Jun 2005 18:33:41 +0000 Igor Sysoev nginx-0.1.36-RELEASE import release-0.1.36
Tue, 07 Jun 2005 15:56:31 +0000 Igor Sysoev nginx-0.1.35-RELEASE import release-0.1.35
Sat, 19 Mar 2005 12:38:37 +0000 Igor Sysoev nginx-0.1.25-RELEASE import release-0.1.25