summaryrefslogtreecommitdiffhomepage
path: root/src/event/ngx_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-28Core: set nginx_shared_zone name via ngx_str_set().Ruslan Ermilov1-2/+1
2017-03-02Added missing static specifiers.Eran Kornblau1-15/+15
2016-07-15Events: support for EPOLLEXCLUSIVE.Valentin Bartenev1-3/+26
2016-07-15Events: the "accept_mutex" directive is turned off by default.Valentin Bartenev1-1/+1
2016-03-31Fixed logging.Sergey Kandaurov1-1/+1
2016-03-28Fixed --test-build-*.Ruslan Ermilov1-1/+1
2016-01-20Stream: UDP proxy.Roman Arutyunyan1-1/+3
2016-02-04Dynamic modules: changed ngx_modules to cycle->modules.Maxim Dounin1-21/+23
2016-02-04Dynamic modules: moved module-related stuff to separate files.Maxim Dounin1-8/+1
2015-10-20Win32: timer_resolution now ignored with select.Maxim Dounin1-0/+9
2015-06-05Style.Maxim Dounin1-1/+2
2015-05-21Fixed reuseport with accept_mutex.Maxim Dounin1-1/+6
2015-05-20The "reuseport" option of the "listen" directive.Maxim Dounin1-0/+6
2015-04-29Removed the deprecated "connections" directive.Ruslan Ermilov1-13/+0
2015-04-27Core: fixed nginx_shared_zone name.Maxim Dounin1-1/+1
2015-04-23Removed the obsolete rtsig module.Ruslan Ermilov1-54/+4
2015-04-22Removed the obsolete aio module.Ruslan Ermilov1-2/+2
2015-03-26Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32.Ruslan Ermilov1-1/+3
2015-03-20Removed ngx_connection_t.lock.Ruslan Ermilov1-4/+0
2015-03-20Removed unix ngx_threaded and related ngx_process_changes.Ruslan Ermilov1-1/+1
2015-03-14Thread pools implementation.Valentin Bartenev1-1/+1
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov1-2/+2
2014-09-01Events: processing of posted events changed from LIFO to FIFO.Valentin Bartenev1-9/+5
2014-09-01Events: removed broken thread support from posted events.Valentin Bartenev1-21/+1
2013-10-02Unused macro and variable removed.Sergey Kandaurov1-1/+0
2013-05-31Win32: accept_mutex now always disabled (ticket #362).Maxim Dounin1-0/+11
2013-03-15Status: introduced the "ngx_stat_waiting" counter.Valentin Bartenev1-1/+5
2013-01-08Events: added check for duplicate "events" directive.Valentin Bartenev1-0/+4
2012-08-07Explicitly ignore returned value from close() in ngx_event_core_init_conf().Andrey Belov1-1/+1
2012-07-24When "debug_connection" is configured with a domain name, only the firstRuslan Ermilov1-25/+66
2012-07-24Fixed compilation with -Wmissing-prototypes.Ruslan Ermilov1-1/+1
2012-04-29debug_connection: added the IPv6 and UNIX-domain socket support.Ruslan Ermilov1-21/+18
2012-04-18Fixed master exit if there is no events section (ticket #150).Maxim Dounin1-14/+21
2012-04-12Fixed grammar in error messages.Ruslan Ermilov1-2/+2
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-11-23Added shmtx interface to forcibly unlock mutexes.Maxim Dounin1-1/+2
2011-09-19Replaced "can not" with "cannot" and "could not" in a bunch of places.Ruslan Ermilov1-1/+1
2011-05-10use POSIX semaphores in shmtx instead of sched_yield()Igor Sysoev1-0/+1
2010-03-12do not update time in the timer signal handler,Igor Sysoev1-2/+0
2009-08-21*) share temporary number between workersIgor Sysoev1-13/+21
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev1-2/+2
2009-04-28add listen events for win32 only after accept mutex is holdIgor Sysoev1-0/+8
2009-04-20Win32 master/workers modelIgor Sysoev1-1/+1
2009-04-18support attaching to an existent Win32 shared memoryIgor Sysoev1-1/+3
2009-02-24prepare ngx_ptocidr() for IPv6Igor Sysoev1-6/+14
2008-08-26*) refactor ngx_ptocidr()Igor Sysoev1-7/+0
2008-06-23prepare to allow various number of connections in child processesIgor Sysoev1-38/+29
2008-05-22style fixIgor Sysoev1-2/+2
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev1-14/+11
2007-08-10ignore meaningless bits in CIDR and warn about themIgor Sysoev1-5/+14