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
/
modules
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-07
Events: fixed style and wrong error handling in the iocp module.
Maxim Dounin
1
-4
/
+3
2021-03-28
Events: fixed "port_dissociate() failed" alerts with eventport.
Maxim Dounin
1
-1
/
+1
2019-10-17
Events: available bytes calculation via ioctl(FIONREAD).
Maxim Dounin
7
-2
/
+7
2019-01-28
Removed --test-build-eventport workaround for old FreeBSD versions.
Sergey Kandaurov
1
-2
/
+0
2019-01-24
Win32: detection of connect() errors in select().
Maxim Dounin
1
-4
/
+13
2019-01-24
Win32: added WSAPoll() support.
Maxim Dounin
1
-0
/
+435
2019-01-24
Events: fixed copying of old events in poll init.
Maxim Dounin
1
-1
/
+1
2018-01-16
Fixed --test-build-eventport on macOS 10.12 and later.
Ruslan Ermilov
1
-0
/
+2
2017-03-06
Added missing "static" specifiers found by gcc -Wtraditional.
Ruslan Ermilov
2
-2
/
+2
2017-03-02
Added missing static specifiers.
Eran Kornblau
8
-11
/
+11
2016-11-21
Events: improved error event handling for UDP sockets.
Dmitry Volyntsev
4
-30
/
+19
2016-09-15
Stream: filters.
Roman Arutyunyan
1
-0
/
+2
2016-07-15
Events: support for EPOLLEXCLUSIVE.
Valentin Bartenev
1
-0
/
+7
2016-07-15
Style: sorted epoll flags.
Valentin Bartenev
1
-3
/
+3
2016-05-18
Events: close descriptors on errors in ngx_epoll_test_rdhup().
Maxim Dounin
1
-5
/
+18
2016-05-18
Events: changed ngx_epoll_test_rdhup() to use existing epollfd.
Maxim Dounin
1
-12
/
+3
2016-05-18
Fixed work with --test-build-epoll after f7849bfb6d21.
Maxim Dounin
1
-66
/
+70
2016-05-16
Fixed an error log message about epoll_wait() timeout.
Valentin Bartenev
1
-2
/
+2
2016-05-13
Improved EPOLLRDHUP handling.
Valentin Bartenev
1
-1
/
+71
2016-04-08
Removed redundant "u" format specifier.
Ruslan Ermilov
1
-1
/
+1
2016-03-31
Fixed logging.
Sergey Kandaurov
1
-1
/
+1
2016-03-31
Events: fixed logging.
Sergey Kandaurov
2
-12
/
+19
2016-03-30
Events: fixed test building with eventport on OS X.
Ruslan Ermilov
1
-1
/
+1
2016-03-30
Style.
Ruslan Ermilov
1
-22
/
+22
2016-03-21
Events: fixed test building with devpoll and eventport on Linux.
Sergey Kandaurov
2
-1
/
+3
2016-03-18
Fixed timeouts with threaded sendfile() and subrequests.
Maxim Dounin
1
-0
/
+3
2016-03-15
Events: fixed error logging in devpoll.
Roman Arutyunyan
1
-1
/
+1
2015-05-06
Events: made a failure to create a notification channel non-fatal.
Ruslan Ermilov
1
-1
/
+1
2015-04-23
Removed the obsolete rtsig module.
Ruslan Ermilov
1
-735
/
+0
2015-04-22
Removed the obsolete aio module.
Ruslan Ermilov
2
-172
/
+1
2015-03-26
Removed NGX_OLD_THREADS from select and poll modules.
Ruslan Ermilov
2
-20
/
+0
2015-03-27
Events: fixed possible crash on start or reload.
Valentin Bartenev
1
-2
/
+2
2015-03-20
Removed unix ngx_threaded and related ngx_process_changes.
Ruslan Ermilov
10
-95
/
+9
2015-03-20
Removed old pthread implementation.
Ruslan Ermilov
1
-50
/
+0
2015-03-14
Events: implemented eventport notification mechanism.
Ruslan Ermilov
1
-1
/
+34
2015-03-14
Events: implemented kqueue notification mechanism.
Valentin Bartenev
1
-0
/
+76
2015-03-14
Events: implemented epoll notification mechanism.
Valentin Bartenev
1
-2
/
+139
2015-03-14
Thread pools implementation.
Valentin Bartenev
10
-0
/
+10
2015-03-04
Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
Ruslan Ermilov
3
-5
/
+5
2015-03-12
Events: fixed typo in the error message.
Ruslan Ermilov
1
-1
/
+1
2014-10-11
Win32: fixed wrong type cast.
Kouhei Sutou
1
-1
/
+1
2014-09-01
Events: processing of posted events changed from LIFO to FIFO.
Valentin Bartenev
8
-9
/
+18
2014-09-01
Events: removed broken thread support from posted events.
Valentin Bartenev
8
-148
/
+47
2014-08-10
Events: removed unused variable in ngx_poll_process_events().
Maxim Dounin
1
-4
/
+1
2014-08-07
Events: format specifier fixes.
Yves Crespin
2
-6
/
+6
2014-08-07
Events: changed nevents type to unsigned in poll module.
Yves Crespin
1
-6
/
+6
2014-05-23
Events: use eventfd() instead of syscall(SYS_eventfd) if possible.
Ruslan Ermilov
1
-4
/
+4
2013-07-12
Events: support for EPOLLRDHUP (ticket #320).
Valentin Bartenev
1
-5
/
+13
2013-09-04
Win32: MinGW GCC compatibility.
Maxim Dounin
2
-3
/
+3
2013-09-02
Added the NGX_EBADF define.
Valentin Bartenev
1
-1
/
+1
[next]