Re: [PATCH 1 of 2] Configure: fix tests with multi-level relative build directory

2015-06-11 Thread Ruslan Ermilov
On Wed, Jun 10, 2015 at 07:19:29PM -0700, Piotr Sikora wrote: > # HG changeset patch > # User Piotr Sikora > # Date 1433989099 25200 > # Wed Jun 10 19:18:19 2015 -0700 > # Node ID 4ee03ff4811708bafd07e84c5a71165a52b38299 > # Parent c041f1e0655f786db5cf1a3e79ca1f464fec0258 > Configure: fix te

Re: [PATCH 2 of 2] Configure: create missing intermediates for build directory

2015-06-11 Thread Ruslan Ermilov
On Wed, Jun 10, 2015 at 07:19:30PM -0700, Piotr Sikora wrote: > # HG changeset patch > # User Piotr Sikora > # Date 1433989099 25200 > # Wed Jun 10 19:18:19 2015 -0700 > # Node ID f160d72d2dadc117b8e2dc25eca3d39a346a8eb8 > # Parent 4ee03ff4811708bafd07e84c5a71165a52b38299 > Configure: create

Re: [PATCH 1 of 2] Configure: fix tests with multi-level relative build directory

2015-06-11 Thread Piotr Sikora
Hey Ruslan, > How's this instead? > > diff --git a/auto/unix b/auto/unix > --- a/auto/unix > +++ b/auto/unix > @@ -505,14 +505,7 @@ ngx_param=NGX_PTR_SIZE; ngx_value=$ngx_s > > # POSIX types > > -case "$NGX_AUTO_CONFIG_H" in > -/*) > -NGX_INCLUDE_AUTO_CONFIG_H="#include \"$NGX_AUTO_CO

Re: Fix windows issue with multiple workers

2015-06-11 Thread Sergey Brester
Hi, I've forgotten to free the shmem, thus enclosed an amendment with clean-up, relative last changeset. Regards, sebres. 10.06.2015 21:48, Sergey Brester: > Hi, > > enclosed you will find an attached changeset, that contains fix for windows > issue with multiple workers (once listeni

Re: [PATCH 1 of 2] Configure: fix tests with multi-level relative build directory

2015-06-11 Thread Maxim Dounin
Hello! On Thu, Jun 11, 2015 at 11:51:57AM +0300, Ruslan Ermilov wrote: > On Wed, Jun 10, 2015 at 07:19:29PM -0700, Piotr Sikora wrote: > > # HG changeset patch > > # User Piotr Sikora > > # Date 1433989099 25200 > > # Wed Jun 10 19:18:19 2015 -0700 > > # Node ID 4ee03ff4811708bafd07e84c5a71

Re: [PATCH 1 of 2] Configure: fix tests with multi-level relative build directory

2015-06-11 Thread Piotr Sikora
Hey Maxim, > Shouldn't it be just a string in auto/types/sizeof then? That was my original thought as well, but maybe there are nginx+ or 3rd-party modules that rely on NGX_INCLUDE_AUTO_CONFIG_H? I'm not sure whether it should make a difference, really. Best regards, Piotr Sikora _

[nginx] Removed unused ngx_http_get_time() declaration.

2015-06-11 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/c61210e2e081 branches: changeset: 6179:c61210e2e081 user: Maxim Dounin date: Thu Jun 11 20:42:24 2015 +0300 description: Removed unused ngx_http_get_time() declaration. diffstat: src/http/ngx_http.h | 2 -- 1 files changed, 0 insertions(+),

[nginx] Moved ngx_http_parse_time() to core, renamed accordingly.

2015-06-11 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/8b6fa4842133 branches: changeset: 6180:8b6fa4842133 user: Maxim Dounin date: Thu Jun 11 20:42:31 2015 +0300 description: Moved ngx_http_parse_time() to core, renamed accordingly. The function is now called ngx_parse_http_time(), and can be used

[nginx] OCSP stapling: avoid sending expired responses (ticket #...

2015-06-11 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/6893a1007a7c branches: changeset: 6181:6893a1007a7c user: Maxim Dounin date: Thu Jun 11 20:42:39 2015 +0300 description: OCSP stapling: avoid sending expired responses (ticket #425). diffstat: src/event/ngx_event_openssl_stapling.c | 68

Re: [PATCH 1 of 2] Configure: fix tests with multi-level relative build directory

2015-06-11 Thread Ruslan Ermilov
On Thu, Jun 11, 2015 at 05:18:16PM +0300, Maxim Dounin wrote: > On Thu, Jun 11, 2015 at 11:51:57AM +0300, Ruslan Ermilov wrote: > > > On Wed, Jun 10, 2015 at 07:19:29PM -0700, Piotr Sikora wrote: > > > # HG changeset patch > > > # User Piotr Sikora > > > # Date 1433989099 25200 > > > # Wed J

Re: [PATCH 1 of 2] Configure: fix tests with multi-level relative build directory

2015-06-11 Thread Maxim Dounin
Hello! On Thu, Jun 11, 2015 at 11:29:38PM +0300, Ruslan Ermilov wrote: > On Thu, Jun 11, 2015 at 05:18:16PM +0300, Maxim Dounin wrote: > > On Thu, Jun 11, 2015 at 11:51:57AM +0300, Ruslan Ermilov wrote: > > > > > On Wed, Jun 10, 2015 at 07:19:29PM -0700, Piotr Sikora wrote: > > > > # HG changese