[PATCH] Configure: fix build with -Werror=old-style-definition

2016-10-27 Thread Piotr Sikora
# HG changeset patch # User Piotr Sikora # Date 1477634184 25200 # Thu Oct 27 22:56:24 2016 -0700 # Node ID 8c0a1c8183a2811ebde2823144b5ea3bb25bec80 # Parent d84e34c2dbde138ebd06b77bbe5b9ee2f1f62f05 Configure: fix build with -Werror=old-style-definition.

[PATCH] Add missing includes

2016-10-27 Thread Piotr Sikora
# HG changeset patch # User Piotr Sikora # Date 1477633918 25200 # Thu Oct 27 22:51:58 2016 -0700 # Node ID 5b770255cfd18765a88147910255735ed2966b4e # Parent d84e34c2dbde138ebd06b77bbe5b9ee2f1f62f05 Add missing includes. Previously, most objects were compiled

[nginx] Mp4: introduced custom version of ngx_atofp().

2016-10-27 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/b123eae3fd4e branches: changeset: 6782:b123eae3fd4e user: Maxim Dounin date: Thu Oct 27 17:57:16 2016 +0300 description: Mp4: introduced custom version of ngx_atofp(). This allows to correctly parse "start" and "end"

PROXY support in the ngx_mail_proxy_module

2016-10-27 Thread Ivanov, Konstantin
Hello, We are using nginx behind an ELB with PROXY protocol enabled and the mail module. After going though the code it became apparent that the mail module we use in nginx to proxy to our upstream mail applications does not support the PROXY command and it just returns a 500 from

[njs] String.prototype.lastIndexOf() method fix.

2016-10-27 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/d84e34c2dbde branches: changeset: 225:d84e34c2dbde user: Igor Sysoev date: Thu Oct 27 16:38:05 2016 +0300 description: String.prototype.lastIndexOf() method fix. In collaboration with Valentin Bartenev. diffstat:

[njs] String.prototype.lastIndexOf() method fixes and optimizati...

2016-10-27 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/da63e61ecef4 branches: changeset: 223:da63e61ecef4 user: Igor Sysoev date: Thu Oct 27 10:56:54 2016 +0300 description: String.prototype.lastIndexOf() method fixes and optimizations. In collaboration with Valentin Bartenev.

[njs] String.prototype.indexOf() method fixes.

2016-10-27 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/74785cebd8df branches: changeset: 222:74785cebd8df user: Igor Sysoev date: Thu Oct 27 10:47:48 2016 +0300 description: String.prototype.indexOf() method fixes. diffstat: njs/njs_string.c | 66