[nginx] Configure: skip building OpenSSL documentation to conserve time.

2016-02-19 Thread Sergey Kandaurov
details: http://hg.nginx.org/nginx/rev/09d5a22c76bd branches: changeset: 6404:09d5a22c76bd user: Sergey Kandaurov date: Fri Feb 19 13:31:55 2016 +0300 description: Configure: skip building OpenSSL documentation to conserve time. The install_sw target first appeared in OpenSSL 0.9.7e

[nginx] Headers filter: fixed "add_header ... '' always".

2016-02-19 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/5dfc63c1d9ca branches: changeset: 6405:5dfc63c1d9ca user: Ruslan Ermilov date: Thu Feb 18 15:49:11 2016 +0300 description: Headers filter: fixed "add_header ... '' always". The "always" parameter was ignored if the header value was empty. diff

[nginx] SSL: fixed SSL_shutdown() comment.

2016-02-19 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/d194cad6dd3a branches: changeset: 6406:d194cad6dd3a user: Maxim Dounin date: Fri Feb 19 17:27:23 2016 +0300 description: SSL: fixed SSL_shutdown() comment. diffstat: src/event/ngx_event_openssl.c | 2 +- 1 files changed, 1 insertions(+), 1 d

[nginx] SSL: avoid calling SSL_shutdown() during handshake (ticket #901).

2016-02-19 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/062c189fee20 branches: changeset: 6407:062c189fee20 user: Maxim Dounin date: Fri Feb 19 17:27:30 2016 +0300 description: SSL: avoid calling SSL_shutdown() during handshake (ticket #901). This fixes "called a function you should not call" and "s

[nginx] Configure: added "build" target.

2016-02-19 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/cfc3cfa434ec branches: changeset: 6408:cfc3cfa434ec user: Maxim Dounin date: Fri Feb 19 18:13:54 2016 +0300 description: Configure: added "build" target. The "build" target introduced to do all build-related tasks, and it is now used in Makefil

[PATCH] Upstream: Add "before_send" option to the 'proxy_next_upstream'.

2016-02-19 Thread Yusuke Nojima
# HG changeset patch # User Yusuke Nojima # Date 1455896920 0 # Fri Feb 19 15:48:40 2016 + # Node ID 88bbee2e18f6d475ea7ed8ab61b0cb8142c535dc # Parent 5dfc63c1d9ca5ff5a21a2b0238a2b2782549f62c Upstream: Add "before_send" option to the 'proxy_next_upstream'. "error" and "timeout" options

Re: [PATCH]add proxy_protocol_port variable for rfc6302

2016-02-19 Thread Tomoya Kabe
Hi, Can anybody check this patch? I'm eager to use this feature. 2015-12-08 9:35 GMT+09:00 junpei yoshino : > Hello, > > I made merged patch. > > # HG changeset patch > # User Junpei Yoshino > # Date 1449499172 -32400 > # Mon Dec 07 23:39:32 2015 +0900 > # Node ID f4cd90a03eca5c330f51ac4ba

Re: [nginx] Configure: skip building OpenSSL documentation to conserve time.

2016-02-19 Thread Piotr Sikora
Hello, > Configure: skip building OpenSSL documentation to conserve time. > > The install_sw target first appeared in OpenSSL 0.9.7e and is documented since > OpenSSL 1.0.0 as the way to install the OpenSSL software without > documentation. What's the oldest OpenSSL version supported by nginx no