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
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
2013-08-20
Format specifier fixes in error logging.
Sergey Kandaurov
1
-2
/
+2
2013-04-16
Events: backout eventport changes (r5172) for now.
Maxim Dounin
1
-8
/
+0
2013-04-12
Events: fixed typos in two previous commits.
Valentin Bartenev
2
-2
/
+2
2013-04-12
Events: handle only active events in eventport.
Valentin Bartenev
1
-0
/
+8
2013-04-12
Events: protection from stale events in eventport and devpoll.
Valentin Bartenev
2
-2
/
+8
2013-01-25
Events: fixed null pointer dereference with resolver and poll.
Ruslan Ermilov
1
-2
/
+2
2012-07-24
Fixed compilation with -Wmissing-prototypes.
Ruslan Ermilov
3
-5
/
+52
2012-04-03
Fixed spelling in multiline C comments.
Ruslan Ermilov
3
-4
/
+4
2012-01-18
Copyright updated.
Maxim Konovalov
11
-0
/
+11
2011-11-29
Fixed AIO on Linux, broken in r4306.
Maxim Dounin
1
-10
/
+10
2011-11-22
Protection from stale write events in epoll.
Maxim Dounin
1
-0
/
+12
2011-09-20
The "worker_aio_requests" directive.
Igor Sysoev
1
-3
/
+13
2011-09-16
Fixing Linux AIO initiatialization: AIO operations are disabled if kernel
Igor Sysoev
1
-47
/
+82
2011-09-16
Fixing Linux AIO syscalls return value handling:
Igor Sysoev
1
-10
/
+11
2011-04-23
fix building by gcc 4.6 without --with-debug
Igor Sysoev
1
-10
/
+3
2010-03-25
*) introduce ngx_time_sigsafe_update() to update the error log time only
Igor Sysoev
9
-15
/
+15
2010-03-13
*) use previously cached GMT offset value to update time from a signal handler
Igor Sysoev
9
-15
/
+15
2010-03-12
do not update time in the timer signal handler,
Igor Sysoev
5
-5
/
+5
2009-11-23
add NGX_PROCESS_HELPER process status
Igor Sysoev
3
-3
/
+3
2009-08-28
FreeBSD and Linux AIO support
Igor Sysoev
1
-0
/
+217
2009-08-25
*) move small declarations in appropriate places and delete the surplus
Igor Sysoev
4
-25
/
+2
2009-08-25
style fix
Igor Sysoev
7
-32
/
+6
2009-06-02
return NULL instead of NGX_CONF_ERROR on a create conf failure
Igor Sysoev
5
-5
/
+5
2009-05-14
style fix
Igor Sysoev
1
-2
/
+4
2009-05-06
divide select module into two modules: Unix and Win32 ones
Igor Sysoev
2
-137
/
+404
2009-05-06
make code clearer
Igor Sysoev
1
-2
/
+4
2009-05-06
test event type to prevent errors
Igor Sysoev
1
-0
/
+10
[next]