nginx/src/event
Andrey Belov 2af80d5fab Explicitly ignore returned value from close() in ngx_event_core_init_conf().
We don't have strong reason to inform about any errors
reported by close() call here, and there are no other things
to do with its return value.

Prodded by Coverity.
2012-08-07 13:57:04 +00:00
..
modules Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
ngx_event.c Explicitly ignore returned value from close() in ngx_event_core_init_conf(). 2012-08-07 13:57:04 +00:00
ngx_event.h debug_connection: added the IPv6 and UNIX-domain socket support. 2012-04-29 22:02:18 +00:00
ngx_event_accept.c Accept moderation in case of EMFILE/ENFILE. 2012-05-11 13:33:06 +00:00
ngx_event_acceptex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_busy_lock.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_busy_lock.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_connect.c Fixed error handling in ngx_event_connect_peer(). 2012-01-30 11:12:52 +00:00
ngx_event_connect.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_connectex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_mutex.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_openssl.c Disabled gzip compression in OpenSSL prior to 1.0.0 version. 2012-06-20 12:55:28 +00:00
ngx_event_openssl.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_pipe.c Fixed spelling in single-line comments. 2012-02-28 11:31:05 +00:00
ngx_event_pipe.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_posted.c Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_posted.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_event_timer.c Fixed signed integer overflows in timer code (ticket #145). 2012-04-06 23:46:09 +00:00
ngx_event_timer.h Copyright updated. 2012-01-18 15:07:43 +00:00