index
:
nginx.git
master
no-short-read-checks
tunnel
nginx
a.clayton@nginx.com
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
event
/
ngx_event.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-15
Events: support for EPOLLEXCLUSIVE.
Valentin Bartenev
1
-3
/
+26
2016-07-15
Events: the "accept_mutex" directive is turned off by default.
Valentin Bartenev
1
-1
/
+1
2016-03-31
Fixed logging.
Sergey Kandaurov
1
-1
/
+1
2016-03-28
Fixed --test-build-*.
Ruslan Ermilov
1
-1
/
+1
2016-01-20
Stream: UDP proxy.
Roman Arutyunyan
1
-1
/
+3
2016-02-04
Dynamic modules: changed ngx_modules to cycle->modules.
Maxim Dounin
1
-21
/
+23
2016-02-04
Dynamic modules: moved module-related stuff to separate files.
Maxim Dounin
1
-8
/
+1
2015-10-20
Win32: timer_resolution now ignored with select.
Maxim Dounin
1
-0
/
+9
2015-06-05
Style.
Maxim Dounin
1
-1
/
+2
2015-05-21
Fixed reuseport with accept_mutex.
Maxim Dounin
1
-1
/
+6
2015-05-20
The "reuseport" option of the "listen" directive.
Maxim Dounin
1
-0
/
+6
2015-04-29
Removed the deprecated "connections" directive.
Ruslan Ermilov
1
-13
/
+0
2015-04-27
Core: fixed nginx_shared_zone name.
Maxim Dounin
1
-1
/
+1
2015-04-23
Removed the obsolete rtsig module.
Ruslan Ermilov
1
-54
/
+4
2015-04-22
Removed the obsolete aio module.
Ruslan Ermilov
1
-2
/
+2
2015-03-26
Replaced the remaining NGX_OLD_THREADS check with NGX_WIN32.
Ruslan Ermilov
1
-1
/
+3
2015-03-20
Removed ngx_connection_t.lock.
Ruslan Ermilov
1
-4
/
+0
2015-03-20
Removed unix ngx_threaded and related ngx_process_changes.
Ruslan Ermilov
1
-1
/
+1
2015-03-14
Thread pools implementation.
Valentin Bartenev
1
-1
/
+1
2015-03-04
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Ruslan Ermilov
1
-2
/
+2
2014-09-01
Events: processing of posted events changed from LIFO to FIFO.
Valentin Bartenev
1
-9
/
+5
2014-09-01
Events: removed broken thread support from posted events.
Valentin Bartenev
1
-21
/
+1
2013-10-02
Unused macro and variable removed.
Sergey Kandaurov
1
-1
/
+0
2013-05-31
Win32: accept_mutex now always disabled (ticket #362).
Maxim Dounin
1
-0
/
+11
2013-03-15
Status: introduced the "ngx_stat_waiting" counter.
Valentin Bartenev
1
-1
/
+5
2013-01-08
Events: added check for duplicate "events" directive.
Valentin Bartenev
1
-0
/
+4
2012-08-07
Explicitly ignore returned value from close() in ngx_event_core_init_conf().
Andrey Belov
1
-1
/
+1
2012-07-24
When "debug_connection" is configured with a domain name, only the first
Ruslan Ermilov
1
-25
/
+66
2012-07-24
Fixed compilation with -Wmissing-prototypes.
Ruslan Ermilov
1
-1
/
+1
2012-04-29
debug_connection: added the IPv6 and UNIX-domain socket support.
Ruslan Ermilov
1
-21
/
+18
2012-04-18
Fixed master exit if there is no events section (ticket #150).
Maxim Dounin
1
-14
/
+21
2012-04-12
Fixed grammar in error messages.
Ruslan Ermilov
1
-2
/
+2
2012-01-18
Copyright updated.
Maxim Konovalov
1
-0
/
+1
2011-11-23
Added shmtx interface to forcibly unlock mutexes.
Maxim Dounin
1
-1
/
+2
2011-09-19
Replaced "can not" with "cannot" and "could not" in a bunch of places.
Ruslan Ermilov
1
-1
/
+1
2011-05-10
use POSIX semaphores in shmtx instead of sched_yield()
Igor Sysoev
1
-0
/
+1
2010-03-12
do not update time in the timer signal handler,
Igor Sysoev
1
-2
/
+0
2009-08-21
*) share temporary number between workers
Igor Sysoev
1
-13
/
+21
2009-06-02
return NULL instead of NGX_CONF_ERROR on a create conf failure
Igor Sysoev
1
-2
/
+2
2009-04-28
add listen events for win32 only after accept mutex is hold
Igor Sysoev
1
-0
/
+8
2009-04-20
Win32 master/workers model
Igor Sysoev
1
-1
/
+1
2009-04-18
support attaching to an existent Win32 shared memory
Igor Sysoev
1
-1
/
+3
2009-02-24
prepare ngx_ptocidr() for IPv6
Igor Sysoev
1
-6
/
+14
2008-08-26
*) refactor ngx_ptocidr()
Igor Sysoev
1
-7
/
+0
2008-06-23
prepare to allow various number of connections in child processes
Igor Sysoev
1
-38
/
+29
2008-05-22
style fix
Igor Sysoev
1
-2
/
+2
2007-12-10
move condition declarations inside blocks where they are used
Igor Sysoev
1
-14
/
+11
2007-08-10
ignore meaningless bits in CIDR and warn about them
Igor Sysoev
1
-5
/
+14
2007-07-29
make 64-bit ngx_int_t on 64-bit platforms
Igor Sysoev
1
-1
/
+1
2007-01-31
style fix
Igor Sysoev
1
-1
/
+2
[next]