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
2022-11-23
Fixed segfault when switching off master process during upgrade.
Maxim Dounin
1
-1
/
+3
2022-11-23
Disabled cloning of sockets without master process (ticket #2403).
Maxim Dounin
1
-1
/
+4
2021-12-30
Events: fixed balancing between workers with EPOLLEXCLUSIVE.
Maxim Dounin
1
-0
/
+5
2021-05-31
Core: disabled cloning sockets when testing config (ticket #2188).
Maxim Dounin
1
-10
/
+13
2021-03-26
Events: fixed expiration of timers in the past.
Maxim Dounin
1
-3
/
+1
2021-03-05
Events: fixed eventport handling in ngx_handle_read_event().
Maxim Dounin
1
-1
/
+1
2019-12-27
SSL: reworked posted next events again.
Maxim Dounin
1
-1
/
+1
2019-12-24
SSL: reworked posted next events.
Maxim Dounin
1
-2
/
+1
2019-10-17
SSL: available bytes handling (ticket #1431).
Maxim Dounin
1
-0
/
+7
2018-07-12
Events: added configuration check on the number of connections.
Maxim Dounin
1
-0
/
+15
2018-07-12
Events: moved sockets cloning to ngx_event_init_conf().
Maxim Dounin
1
-0
/
+25
2017-03-28
Core: set nginx_shared_zone name via ngx_str_set().
Ruslan Ermilov
1
-2
/
+1
2017-03-02
Added missing static specifiers.
Eran Kornblau
1
-15
/
+15
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
[next]