Re: [PATCH] -Wno-parentheses-equality for Clang

2016-06-20 Thread Maxim Dounin
Hello! On Mon, Jun 20, 2016 at 03:43:12PM +0900, Taro KOBAYASHI wrote: > > Fixing issue would be better than silencing the warning. > > I aggree with this. And looking into this problem more detail, > I found that this is more complicated problem than simple coding > style problem. > > in src/c

Re: enable module for specific site

2016-06-20 Thread Wandenberg Peixoto
It depends on the module. If it is configurable on main, server or location blocks. But generally you can enable/disable at any of these 3 levels On Jun 20, 2016 11:44, "Justin Kennedy" wrote: > I'll try to simply the question: Can a module be enabled only for specific > server blocks? > > I.e. I

Re: enable module for specific site

2016-06-20 Thread Justin Kennedy
I'll try to simply the question: Can a module be enabled only for specific server blocks? I.e. If a module is "included" in server block B then it will not interfere with requests on server block A (or any other). Please advice, thank you! On 8 June 2016 at 14:32, Justin Kennedy wrote: > Hello

[nginx] Fixed build on MSVC.

2016-06-20 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/0a820872dd4c branches: changeset: 6597:0a820872dd4c user: Roman Arutyunyan date: Mon Jun 20 15:11:50 2016 +0300 description: Fixed build on MSVC. diffstat: src/core/ngx_inet.c | 2 +- src/mail/ngx_mail_auth_http_module.c |

[nginx] Stream: support for $remote_port in proxy_bind.

2016-06-20 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/0c98c4092440 branches: changeset: 6595:0c98c4092440 user: Roman Arutyunyan date: Mon Jun 20 11:50:44 2016 +0300 description: Stream: support for $remote_port in proxy_bind. The following two types of bind addresses are supported in addition to

[nginx] Upstream: support for port in proxy_bind and friends.

2016-06-20 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/3c87b82b17d4 branches: changeset: 6594:3c87b82b17d4 user: Roman Arutyunyan date: Mon Jun 20 11:50:43 2016 +0300 description: Upstream: support for port in proxy_bind and friends. diffstat: src/http/ngx_http_upstream.c | 5 +++-- src/

[nginx] Stream: set SO_REUSEADDR for UDP upstream sockets.

2016-06-20 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/e778fe9a4463 branches: changeset: 6596:e778fe9a4463 user: Roman Arutyunyan date: Mon Jun 20 12:48:47 2016 +0300 description: Stream: set SO_REUSEADDR for UDP upstream sockets. The option is only set if the socket is bound to a specific port to

[nginx] Introduced ngx_inet_get_port() and ngx_inet_set_port() functions.

2016-06-20 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/b3b7e33083ac branches: changeset: 6593:b3b7e33083ac user: Roman Arutyunyan date: Mon Jun 20 11:50:39 2016 +0300 description: Introduced ngx_inet_get_port() and ngx_inet_set_port() functions. diffstat: src/core/ngx_inet.c

[PATCH] SSL: ngx_ssl_protocol_negotiation() to set up ALPN/NPN handling

2016-06-20 Thread Tim Taubert
# HG changeset patch # User Tim Taubert # Date 1466409485 -7200 # Mon Jun 20 09:58:05 2016 +0200 # Node ID 1955931e69e166e26e6e4b7655695810c58a22c8 # Parent 2c7b488a61fbbd36054bc7410c161ce73b7624b9 SSL: ngx_ssl_protocol_negotiation() to set up ALPN/NPN handling This patch adds ngx_ssl_proto

[nginx] Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets.

2016-06-20 Thread Andrei Belov
details: http://hg.nginx.org/nginx/rev/2c7b488a61fb branches: changeset: 6592:2c7b488a61fb user: Andrei Belov date: Mon Jun 20 10:41:17 2016 +0300 description: Set IP_BIND_ADDRESS_NO_PORT socket option for upstream sockets. diffstat: auto/unix | 13 +++