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
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
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
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