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
2023-01-10
QUIC: automatically add and never delete stream events.
Roman Arutyunyan
1
-2
/
+2
2022-12-15
Merged with the default branch.
Sergey Kandaurov
1
-2
/
+7
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
2022-04-20
QUIC: separate UDP framework for QUIC.
Roman Arutyunyan
1
-2
/
+10
2022-01-25
Merged with the default branch.
Sergey Kandaurov
1
-0
/
+5
2022-01-13
QUIC: removed ngx_send_lowat() check for QUIC connections.
Sergey Kandaurov
1
-6
/
+0
2021-12-30
Events: fixed balancing between workers with EPOLLEXCLUSIVE.
Maxim Dounin
1
-0
/
+5
2021-09-09
QUIC: separate event handling functions.
Roman Arutyunyan
1
-25
/
+7
2021-07-15
Merged with the default branch.
Sergey Kandaurov
1
-10
/
+13
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-30
Merged with the default branch.
Sergey Kandaurov
1
-3
/
+1
2021-03-10
Merged with the default branch.
Sergey Kandaurov
1
-1
/
+1
2021-03-05
Events: fixed eventport handling in ngx_handle_read_event().
Maxim Dounin
1
-1
/
+1
2020-11-10
QUIC: renamed c->qs to c->quic.
Roman Arutyunyan
1
-3
/
+3
2020-07-21
QUIC: added "quic" listen parameter.
Roman Arutyunyan
1
-0
/
+10
2020-03-13
HTTP/3.
Roman Arutyunyan
1
-2
/
+34
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
[next]