[nginx] Version bump.

2019-09-30 Thread Vladimir Homutov
details: https://hg.nginx.org/nginx/rev/d34a81b49214 branches: changeset: 7575:d34a81b49214 user: Vladimir Homutov date: Mon Sep 30 16:43:16 2019 +0300 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 line

[nginx] Core: removed dead code in ngx_rbtree_delete().

2019-09-30 Thread Vladimir Homutov
details: https://hg.nginx.org/nginx/rev/7fdcf308e0f0 branches: changeset: 7576:7fdcf308e0f0 user: Vladimir Homutov date: Mon Sep 30 16:39:20 2019 +0300 description: Core: removed dead code in ngx_rbtree_delete(). The result of ngx_rbtree_min() is always a node with the left child eq

Out-of-tree module building (PoC) for Linux Distro's.

2019-09-30 Thread Auke Kok
Hi folks, In Clear Linux OS, we generally prefer to build DSO modules separately from the server code. We do this for e.g. php modules using `phpize`. For nginx, this is 3/4 of the way there, except it fails on the last part - modules instructions clearly indicate that modules, with all their d

Re: Out-of-tree module building (PoC) for Linux Distro's.

2019-09-30 Thread Maxim Dounin
Hello! On Mon, Sep 30, 2019 at 11:46:02AM -0700, Auke Kok wrote: > Hi folks, > > In Clear Linux OS, we generally prefer to build DSO modules separately > from the server code. We do this for e.g. php modules using `phpize`. > > For nginx, this is 3/4 of the way there, except it fails on the las