nginx/src/event
Maxim Dounin 40b74475d0 Win32: added WSAPoll() support.
WSAPoll() is only available with Windows Vista and newer (and only
available during compilation if _WIN32_WINNT >= 0x0600).  To make
sure the code works with Windows XP, we do not redefine _WIN32_WINNT,
but instead load WSAPoll() dynamically if it is not available during
compilation.

Also, sockets are not guaranteed to be small integers on Windows.
So an index array is used instead of NGX_USE_FD_EVENT to map
events to connections.
2019-01-24 21:51:21 +03:00
..
modules Win32: added WSAPoll() support. 2019-01-24 21:51:21 +03:00
ngx_event_accept.c Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c. 2018-06-01 16:55:49 +03:00
ngx_event_acceptex.c Removed unused flag accept_context_updated from ngx_event_t. 2016-06-29 14:30:00 +03:00
ngx_event_connect.c Upstream: proxy_socket_keepalive and friends. 2018-10-03 14:08:51 +03:00
ngx_event_connect.h Upstream: proxy_socket_keepalive and friends. 2018-10-03 14:08:51 +03:00
ngx_event_connectex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_openssl_stapling.c Parenthesized ASCII-related calculations. 2017-07-17 17:23:51 +03:00
ngx_event_openssl.c SSL: avoid reading on pending SSL_write_early_data(). 2018-12-18 15:15:15 +03:00
ngx_event_openssl.h SSL: avoid reading on pending SSL_write_early_data(). 2018-12-18 15:15:15 +03:00
ngx_event_pipe.c Upstream: fixed cache corruption and socket leaks with aio_write. 2017-01-20 21:14:19 +03:00
ngx_event_pipe.h Modules compatibility: compatibility with NGX_THREADS. 2016-10-10 18:44:17 +03:00
ngx_event_posted.c Events: processing of posted events changed from LIFO to FIFO. 2014-09-01 18:20:18 +04:00
ngx_event_posted.h Events: made posted events macros safe. 2015-03-27 19:57:15 +03:00
ngx_event_timer.c Fixed a comment. 2017-03-17 12:09:31 +03:00
ngx_event_timer.h Cancelable timers are now preserved if there are other timers. 2017-03-07 18:51:15 +03:00
ngx_event_udp.c Prevented scheduling events on a shared connection. 2019-01-14 20:36:23 +03:00
ngx_event.c Events: added configuration check on the number of connections. 2018-07-12 19:50:07 +03:00
ngx_event.h Stream: proxy_requests directive. 2018-11-12 16:29:30 +03:00