nginx/src/stream
Maxim Dounin 84b0ad63fb Win32: MSVC 2015 compatibility.
Resolved warnings about declarations that hide previous local declarations.
Warnings about WSASocketA() being deprecated resolved by explicit use of
WSASocketW() instead of WSASocket().  When compiling without IPv6 support,
WinSock deprecated warnings are disabled to allow use of gethostbyname().
2015-08-17 18:09:17 +03:00
..
ngx_stream_access_module.c Stream: access module. 2015-06-04 13:04:12 +03:00
ngx_stream_core_module.c Win32: MSVC 2015 compatibility. 2015-08-17 18:09:17 +03:00
ngx_stream_handler.c Stream: fixed potential error log buffer overrun. 2015-08-13 15:55:21 +03:00
ngx_stream_limit_conn_module.c Stream: connection limiting module. 2015-06-18 14:17:30 +03:00
ngx_stream_proxy_module.c Win32: MSVC 2015 compatibility. 2015-08-17 18:09:17 +03:00
ngx_stream_ssl_module.c Stream: avoid SSL_CTX_set_tmp_rsa_callback() call with LibreSSL. 2015-06-18 03:36:41 -07:00
ngx_stream_ssl_module.h Stream: port from NGINX+. 2015-04-20 13:05:11 +03:00
ngx_stream_upstream_hash_module.c Stream: added postconfiguration method to stream modules. 2015-06-09 13:00:45 +03:00
ngx_stream_upstream_least_conn_module.c Stream: added postconfiguration method to stream modules. 2015-06-09 13:00:45 +03:00
ngx_stream_upstream_round_robin.c Upstream: report to error_log when max_fails is reached. 2015-05-20 22:44:00 +03:00
ngx_stream_upstream_round_robin.h Upstream: fixed shared upstreams on win32. 2015-06-16 00:43:00 +03:00
ngx_stream_upstream_zone_module.c Fixed strict aliasing warnings with old GCC versions. 2015-07-16 14:20:48 +03:00
ngx_stream_upstream.c Stream: added postconfiguration method to stream modules. 2015-06-09 13:00:45 +03:00
ngx_stream_upstream.h Stream: upstream "connected" flag. 2015-06-25 12:36:52 +03:00
ngx_stream.c Disabled duplicate http, mail, and stream blocks. 2015-06-16 23:28:38 +03:00
ngx_stream.h Stream: the "tcp_nodelay" directive. 2015-08-10 12:14:41 +03:00