summaryrefslogtreecommitdiffhomepage
path: root/src/event/modules/ngx_win32_select_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-17Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin1-0/+1
2019-01-24Win32: detection of connect() errors in select().Maxim Dounin1-4/+13
2017-03-02Added missing static specifiers.Eran Kornblau1-2/+2
2015-03-20Removed unix ngx_threaded and related ngx_process_changes.Ruslan Ermilov1-1/+0
2015-03-14Thread pools implementation.Valentin Bartenev1-0/+1
2014-09-01Events: processing of posted events changed from LIFO to FIFO.Valentin Bartenev1-1/+2
2014-09-01Events: removed broken thread support from posted events.Valentin Bartenev1-7/+4
2013-09-04Win32: MinGW GCC compatibility.Maxim Dounin1-2/+2
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2010-03-25*) introduce ngx_time_sigsafe_update() to update the error log time onlyIgor Sysoev1-1/+1
2010-03-13*) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev1-1/+1
2009-11-23add NGX_PROCESS_HELPER process statusIgor Sysoev1-1/+1
2009-08-25style fixIgor Sysoev1-5/+1
2009-05-06divide select module into two modules: Unix and Win32 onesIgor Sysoev1-0/+403