[nginx] Slab: style.

2016-12-02 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/ea76a3aa18ae branches: changeset: 6807:ea76a3aa18ae user: Ruslan Ermilov date: Sat Dec 03 09:55:40 2016 +0300 description: Slab: style. Removed redundant parentheses. No functional changes. diffstat: src/core/ngx_slab.c | 6 +++--- 1 files

[nginx] Slab: always show the requested allocation size in debug messages.

2016-12-02 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/2af776c22aec branches: changeset: 6808:2af776c22aec user: Ruslan Ermilov date: Sat Dec 03 10:01:03 2016 +0300 description: Slab: always show the requested allocation size in debug messages. Previously, allocations smaller than min_size were sho

[nginx] Slab: improved double free detection.

2016-12-02 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/87d7e640b45d branches: changeset: 6809:87d7e640b45d user: Ruslan Ermilov date: Sat Dec 03 10:01:39 2016 +0300 description: Slab: improved double free detection. Previously, an attempt to double free the starting page of the free range was not d

[njs] Fixed a unit test for Math.acosh().

2016-12-02 Thread Valentin Bartenev
details: http://hg.nginx.org/njs/rev/7275165c3832 branches: changeset: 271:7275165c3832 user: Valentin Bartenev date: Fri Dec 02 17:11:57 2016 +0300 description: Fixed a unit test for Math.acosh(). diffstat: njs/test/njs_unit_test.c | 6 +++--- 1 files changed, 3 insertions(+), 3

[nginx] Core: when changing binary, newly forked master process should not remove unix domain socket unless old master has quit.

2016-12-02 Thread Datong Sun via nginx-devel
# HG changeset patch # User Datong Sun # Date 1480669905 21600 # Fri Dec 02 03:11:45 2016 -0600 # Node ID 92a7853a439708584bbc45b416df464c64ec446e # Parent 1b7a6785d1f3c76f436a9dea5cb0fc86e1db5f2b Core: when changing binary, newly forked master process should not remove unix domain socket un

[nginx] Master process: make sure unix domain sockets are removed from disk when performing graceful shutdown.

2016-12-02 Thread Datong Sun via nginx-devel
# HG changeset patch # User Datong Sun # Date 1480669608 21600 # Fri Dec 02 03:06:48 2016 -0600 # Node ID 1b7a6785d1f3c76f436a9dea5cb0fc86e1db5f2b # Parent 75dbab4ea930bc73cca98d183c2f556eb5125462 Master process: make sure unix domain sockets are removed from disk when performing graceful sh