nginx/src
Maxim Dounin a80cb81604 Win32: accept_mutex now always disabled (ticket #362).
Use of accept mutex on win32 may result in a deadlock if there are multiple
worker_processes configured and the mutex is grabbed by a process which
can't accept connections.
2013-05-31 14:59:26 +04:00
..
core Core: strengthen configuration syntax checker. 2013-05-23 20:30:27 +04:00
event Win32: accept_mutex now always disabled (ticket #362). 2013-05-31 14:59:26 +04:00
http Access: support for UNIX-domain client addresses (ticket #359). 2013-05-30 18:23:05 +04:00
mail Style: remove unnecessary references to HTTP from non-HTTP modules. 2013-05-21 18:43:43 -07:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Win32: added missing reset of wev->ready on WSAEWOULDBLOCK. 2013-05-29 19:18:22 +04:00