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

age author description
Fri, 27 Dec 2019 19:43:01 +0300 Maxim Dounin SSL: reworked posted next events again.
Tue, 24 Dec 2019 17:24:59 +0300 Maxim Dounin SSL: reworked posted next events.
Thu, 17 Oct 2019 16:02:24 +0300 Maxim Dounin SSL: available bytes handling (ticket #1431).
Thu, 12 Jul 2018 19:50:07 +0300 Maxim Dounin Events: added configuration check on the number of connections.
Thu, 12 Jul 2018 19:50:02 +0300 Maxim Dounin Events: moved sockets cloning to ngx_event_init_conf().
Tue, 28 Mar 2017 11:28:51 +0300 Ruslan Ermilov Core: set nginx_shared_zone name via ngx_str_set().
Thu, 02 Mar 2017 08:46:00 -0500 Eran Kornblau Added missing static specifiers.
Fri, 15 Jul 2016 15:18:57 +0300 Valentin Bartenev Events: support for EPOLLEXCLUSIVE.
Fri, 15 Jul 2016 15:18:57 +0300 Valentin Bartenev Events: the "accept_mutex" directive is turned off by default.
Thu, 31 Mar 2016 02:33:57 +0300 Sergey Kandaurov Fixed logging.
Mon, 28 Mar 2016 19:29:18 +0300 Ruslan Ermilov Fixed --test-build-*.
Wed, 20 Jan 2016 19:52:12 +0300 Roman Arutyunyan Stream: UDP proxy.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: changed ngx_modules to cycle->modules.
Thu, 04 Feb 2016 18:30:21 +0300 Maxim Dounin Dynamic modules: moved module-related stuff to separate files.
Tue, 20 Oct 2015 18:16:18 +0300 Maxim Dounin Win32: timer_resolution now ignored with select.
Fri, 05 Jun 2015 17:10:34 +0300 Maxim Dounin Style.
Thu, 21 May 2015 19:39:11 +0300 Maxim Dounin Fixed reuseport with accept_mutex.
Wed, 20 May 2015 15:51:56 +0300 Maxim Dounin The "reuseport" option of the "listen" directive.
Wed, 29 Apr 2015 13:52:37 +0300 Ruslan Ermilov Removed the deprecated "connections" directive.
Mon, 27 Apr 2015 03:44:03 +0300 Maxim Dounin Core: fixed nginx_shared_zone name.
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.
Thu, 26 Mar 2015 14:20:51 +0300 Ruslan Ermilov Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32.
Fri, 20 Mar 2015 06:43:19 +0300 Ruslan Ermilov Removed ngx_connection_t.lock.
Fri, 20 Mar 2015 06:43:19 +0300 Ruslan Ermilov Removed unix ngx_threaded and related ngx_process_changes.
Sat, 14 Mar 2015 17:37:07 +0300 Valentin Bartenev Thread pools implementation.
Wed, 04 Mar 2015 18:26:25 +0300 Ruslan Ermilov Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
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.
Wed, 02 Oct 2013 11:51:04 +0400 Sergey Kandaurov Unused macro and variable removed.
Fri, 31 May 2013 14:59:26 +0400 Maxim Dounin Win32: accept_mutex now always disabled (ticket #362).
Fri, 15 Mar 2013 20:00:49 +0000 Valentin Bartenev Status: introduced the "ngx_stat_waiting" counter.
Tue, 08 Jan 2013 14:03:37 +0000 Valentin Bartenev Events: added check for duplicate "events" directive.
Tue, 07 Aug 2012 13:57:04 +0000 Andrey Belov Explicitly ignore returned value from close() in ngx_event_core_init_conf().
Tue, 24 Jul 2012 17:40:06 +0000 Ruslan Ermilov When "debug_connection" is configured with a domain name, only the first
Tue, 24 Jul 2012 15:09:54 +0000 Ruslan Ermilov Fixed compilation with -Wmissing-prototypes.
Sun, 29 Apr 2012 22:02:18 +0000 Ruslan Ermilov debug_connection: added the IPv6 and UNIX-domain socket support.
Wed, 18 Apr 2012 14:47:10 +0000 Maxim Dounin Fixed master exit if there is no events section (ticket #150).
Thu, 12 Apr 2012 19:35:41 +0000 Ruslan Ermilov Fixed grammar in error messages.
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.
Wed, 23 Nov 2011 13:55:38 +0000 Maxim Dounin Added shmtx interface to forcibly unlock mutexes.
Mon, 19 Sep 2011 14:48:29 +0000 Ruslan Ermilov Replaced "can not" with "cannot" and "could not" in a bunch of places.
Tue, 10 May 2011 11:39:13 +0000 Igor Sysoev use POSIX semaphores in shmtx instead of sched_yield()
Fri, 12 Mar 2010 14:31:47 +0000 Igor Sysoev do not update time in the timer signal handler,
Fri, 21 Aug 2009 09:06:35 +0000 Igor Sysoev *) share temporary number between workers
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Tue, 28 Apr 2009 20:03:59 +0000 Igor Sysoev add listen events for win32 only after accept mutex is hold
Mon, 20 Apr 2009 06:08:47 +0000 Igor Sysoev Win32 master/workers model
Sat, 18 Apr 2009 19:27:28 +0000 Igor Sysoev support attaching to an existent Win32 shared memory
Tue, 24 Feb 2009 14:01:40 +0000 Igor Sysoev prepare ngx_ptocidr() for IPv6
Tue, 26 Aug 2008 14:19:37 +0000 Igor Sysoev *) refactor ngx_ptocidr()
Mon, 23 Jun 2008 13:23:29 +0000 Igor Sysoev prepare to allow various number of connections in child processes
Thu, 22 May 2008 12:09:41 +0000 Igor Sysoev style fix
Mon, 10 Dec 2007 12:09:51 +0000 Igor Sysoev move condition declarations inside blocks where they are used
Wed, 07 Nov 2007 13:54:40 +0000 Igor Sysoev r1355, r1471, r1600 merge: stable-0.5
Sat, 22 Sep 2007 19:02:39 +0000 Igor Sysoev r1381 merge: stable-0.5
Fri, 10 Aug 2007 13:13:28 +0000 Igor Sysoev ignore meaningless bits in CIDR and warn about them
Sun, 29 Jul 2007 18:24:53 +0000 Igor Sysoev make 64-bit ngx_int_t on 64-bit platforms
Wed, 31 Jan 2007 07:31:50 +0000 Igor Sysoev style fix
Thu, 23 Nov 2006 20:22:24 +0000 Igor Sysoev fix segfault
Mon, 20 Nov 2006 08:51:45 +0000 Igor Sysoev slab allocator in shared memory
Tue, 26 Sep 2006 12:20:12 +0000 Igor Sysoev Solaris 10 event ports support
Fri, 28 Jul 2006 15:16:17 +0000 Igor Sysoev nginx-0.3.55-RELEASE import release-0.3.55
Tue, 11 Jul 2006 13:20:19 +0000 Igor Sysoev nginx-0.3.54-RELEASE import release-0.3.54
Fri, 07 Jul 2006 16:33:19 +0000 Igor Sysoev nginx-0.3.53-RELEASE import release-0.3.53
Wed, 26 Apr 2006 09:52:47 +0000 Igor Sysoev nginx-0.3.42-RELEASE import release-0.3.42
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
Sat, 26 Nov 2005 10:11:11 +0000 Igor Sysoev nginx-0.3.12-RELEASE import release-0.3.12
Tue, 15 Nov 2005 13:30:52 +0000 Igor Sysoev nginx-0.3.10-RELEASE import release-0.3.10
Wed, 09 Nov 2005 17:25:55 +0000 Igor Sysoev nginx-0.3.8-RELEASE import release-0.3.8
Fri, 21 Oct 2005 19:12:18 +0000 Igor Sysoev nginx-0.3.5-RELEASE import release-0.3.5
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
Thu, 12 May 2005 14:58:06 +0000 Igor Sysoev nginx-0.1.29-RELEASE import release-0.1.29
Tue, 22 Mar 2005 16:02:46 +0000 Igor Sysoev nginx-0.1.26-RELEASE import release-0.1.26
Sat, 19 Mar 2005 12:38:37 +0000 Igor Sysoev nginx-0.1.25-RELEASE import release-0.1.25
Fri, 04 Mar 2005 14:06:57 +0000 Igor Sysoev nginx-0.1.24-RELEASE import release-0.1.24
Thu, 24 Feb 2005 12:29:09 +0000 Igor Sysoev nginx-0.1.22-RELEASE import release-0.1.22
Tue, 22 Feb 2005 14:40:13 +0000 Igor Sysoev nginx-0.1.21-RELEASE import release-0.1.21
Tue, 25 Jan 2005 12:27:35 +0000 Igor Sysoev nginx-0.1.16-RELEASE import release-0.1.16
Wed, 19 Jan 2005 13:10:56 +0000 Igor Sysoev nginx-0.1.15-RELEASE import release-0.1.15
Thu, 02 Dec 2004 18:40:46 +0000 Igor Sysoev nginx-0.1.11-RELEASE import release-0.1.11
Thu, 25 Nov 2004 16:17:31 +0000 Igor Sysoev nginx-0.1.9-RELEASE import release-0.1.9
Sat, 20 Nov 2004 19:52:20 +0000 Igor Sysoev nginx-0.1.8-RELEASE import release-0.1.8
Thu, 11 Nov 2004 14:07:14 +0000 Igor Sysoev nginx-0.1.5-RELEASE import release-0.1.5
Thu, 21 Oct 2004 15:34:38 +0000 Igor Sysoev nginx-0.1.2-RELEASE import release-0.1.2
Mon, 11 Oct 2004 15:07:03 +0000 Igor Sysoev nginx-0.1.1-RELEASE import release-0.1.1
Wed, 29 Sep 2004 16:00:49 +0000 Igor Sysoev nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyright
Tue, 28 Sep 2004 08:34:51 +0000 Igor Sysoev nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused files
Wed, 22 Sep 2004 16:18:21 +0000 Igor Sysoev nginx-0.0.11-2004-09-22-20:18:21 import
Tue, 14 Sep 2004 19:39:54 +0000 Igor Sysoev nginx-0.0.10-2004-09-14-23:39:54 import
Wed, 07 Jul 2004 06:15:04 +0000 Igor Sysoev nginx-0.0.7-2004-07-07-10:15:04 import
Mon, 05 Jul 2004 15:08:23 +0000 Igor Sysoev nginx-0.0.7-2004-07-05-19:08:23 import
Mon, 05 Jul 2004 06:55:54 +0000 Igor Sysoev nginx-0.0.7-2004-07-05-10:55:54 import
Fri, 02 Jul 2004 15:54:34 +0000 Igor Sysoev nginx-0.0.7-2004-07-02-19:54:34 import
Sun, 27 Jun 2004 18:01:57 +0000 Igor Sysoev nginx-0.0.7-2004-06-27-22:01:57 import
Thu, 24 Jun 2004 07:53:37 +0000 Igor Sysoev nginx-0.0.7-2004-06-24-11:53:37 import
Fri, 18 Jun 2004 16:22:16 +0000 Igor Sysoev nginx-0.0.7-2004-06-18-20:22:16 import
Thu, 17 Jun 2004 17:18:53 +0000 Igor Sysoev nginx-0.0.7-2004-06-17-21:18:53 import
Wed, 16 Jun 2004 15:32:11 +0000 Igor Sysoev nginx-0.0.7-2004-06-16-19:32:11 import
Tue, 15 Jun 2004 17:47:16 +0000 Igor Sysoev nginx-0.0.7-2004-06-15-21:47:16 import
Tue, 15 Jun 2004 07:55:11 +0000 Igor Sysoev nginx-0.0.7-2004-06-15-11:55:11 import
Fri, 11 Jun 2004 06:15:08 +0000 Igor Sysoev nginx-0.0.4-2004-06-11-10:15:08 import
Thu, 10 Jun 2004 18:36:57 +0000 Igor Sysoev nginx-0.0.4-2004-06-10-22:36:57 import
Sun, 06 Jun 2004 19:49:18 +0000 Igor Sysoev nginx-0.0.3-2004-06-06-23:49:18 import
Fri, 04 Jun 2004 14:57:33 +0000 Igor Sysoev nginx-0.0.3-2004-06-04-18:57:33 import
Tue, 01 Jun 2004 06:04:46 +0000 Igor Sysoev nginx-0.0.3-2004-06-01-10:04:46 import
Tue, 04 May 2004 17:56:58 +0000 Igor Sysoev nginx-0.0.3-2004-05-04-21:56:58 import
Thu, 29 Apr 2004 16:34:26 +0000 Igor Sysoev nginx-0.0.3-2004-04-29-20:34:26 import
Fri, 23 Apr 2004 16:50:51 +0000 Igor Sysoev nginx-0.0.3-2004-04-23-20:50:51 import
Wed, 21 Apr 2004 18:54:33 +0000 Igor Sysoev nginx-0.0.3-2004-04-21-22:54:33 import
Mon, 12 Apr 2004 16:38:09 +0000 Igor Sysoev nginx-0.0.3-2004-04-12-20:38:09 import
Fri, 09 Apr 2004 16:03:04 +0000 Igor Sysoev nginx-0.0.3-2004-04-09-20:03:04 import
Thu, 08 Apr 2004 15:58:25 +0000 Igor Sysoev nginx-0.0.3-2004-04-08-19:58:25 import
Sun, 04 Apr 2004 20:32:09 +0000 Igor Sysoev nginx-0.0.3-2004-04-05-00:32:09 import
Fri, 02 Apr 2004 15:13:20 +0000 Igor Sysoev nginx-0.0.3-2004-04-02-19:13:20 import