[patch][bugfix]Http mp4: replace strtod() with improved ngx_atofp() because precision problem.

2016-10-17 Thread ???? (hucc)
Hi, all I've sent a patch. http://mailman.nginx.org/pipermail/nginx-devel/2016-October/008932.html that solves precision problem of ngx_http_mp4_module. Did any one noticed this patch. Downstream cache system receives duplicate data by sending start parameters which are analyzed from moov box

Re: [PATCH] - flastmod SSI command

2016-10-17 Thread Rastislav Stanik
On 10/17/2016 08:51 PM, Maxim Dounin wrote: >> On 10/03/2016 08:43 PM, Rastislav Stanik wrote: >>> On 09/21/2016 08:55 PM I've sent a patch >>> http://mailman.nginx.org/pipermail/nginx-devel/2016-September/008815.html >>> that adds support for "flastmod" SSI command. I got no feedback. > ... > The

Re: [PATCH] - flastmod SSI command

2016-10-17 Thread Maxim Dounin
Hello! On Mon, Oct 17, 2016 at 08:27:11PM +0200, Rastislav Stanik wrote: > On 10/03/2016 08:43 PM, Rastislav Stanik wrote: > > On 09/21/2016 08:55 PM I've sent a patch > > http://mailman.nginx.org/pipermail/nginx-devel/2016-September/008815.html > > that adds support for "flastmod" SSI command.

Re: [PATCH] - flastmod SSI command

2016-10-17 Thread Rastislav Stanik
On 10/03/2016 08:43 PM, Rastislav Stanik wrote: > On 09/21/2016 08:55 PM I've sent a patch > http://mailman.nginx.org/pipermail/nginx-devel/2016-September/008815.html > that adds support for "flastmod" SSI command. I got no feedback. I've posted a patch. I've posted the same patch again. I've

[PATCH] Tests: add tests for proxy_method directive

2016-10-17 Thread Dmitry Lazurkin
# HG changeset patch # User Dmitry Lazurkin # Date 1476632999 -10800 # Sun Oct 16 18:49:59 2016 +0300 # Node ID b3e2d294bf908a33be87e641bbb1879aaf5e1fa2 # Parent 8c5ba361b416227d547c456ff1e4a1f6f117736b Tests: add tests for proxy_method directive. diff -r 8c5ba361b416 -r

[PATCH] Proxy: support variables for proxy_method directive

2016-10-17 Thread Dmitry Lazurkin
# HG changeset patch # User Dmitry Lazurkin # Date 1476631441 -10800 # Sun Oct 16 18:24:01 2016 +0300 # Node ID b8d4a355e3ce2e47eff9424b432a22a4c86d9f08 # Parent 20eb4587225b3d7849ec5ece5732ed261226d365 Proxy: support variables for proxy_method directive. diff -r

[njs] Style fixes.

2016-10-17 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/6fc0e6b7f797 branches: changeset: 203:6fc0e6b7f797 user: Igor Sysoev date: Mon Oct 17 17:03:22 2016 +0300 description: Style fixes. diffstat: njs/njs_array.c | 2 ++ njs/njs_string.c | 38

[njs] Fixes in various String methods which return part of string.

2016-10-17 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/938d49b0f420 branches: changeset: 202:938d49b0f420 user: Igor Sysoev date: Mon Oct 17 16:42:31 2016 +0300 description: Fixes in various String methods which return part of string. diffstat: njs/njs_array.c |3 +

[njs] A fix of var declaration.

2016-10-17 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/5d08fa7106b8 branches: changeset: 200:5d08fa7106b8 user: Igor Sysoev date: Fri Oct 14 18:12:36 2016 +0300 description: A fix of var declaration. diffstat: njs/njs_parser.c | 1 + njs/test/njs_unit_test.c | 6 ++ 2

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

2016-10-17 Thread Piotr Sikora
# HG changeset patch # User Piotr Sikora # Date 1476698419 25200 # Mon Oct 17 03:00:19 2016 -0700 # Node ID ec3df1ebada2b25409fcba4502f1267640f43a76 # Parent 8046b999aaaf95980e89a6d0620657bc4123342b Configure: fix build with -Werror=old-style-definition.

[PATCH] Configure: fix build with -Werror=return-type

2016-10-17 Thread Piotr Sikora
# HG changeset patch # User Piotr Sikora # Date 1476698417 25200 # Mon Oct 17 03:00:17 2016 -0700 # Node ID ad0525e40183deb5dc2d5f1f85ee3f28c0762249 # Parent 8046b999aaaf95980e89a6d0620657bc4123342b Configure: fix build with -Werror=return-type. Signed-off-by: Piotr

Re: [PATCH] Remove duplicate implementation of njs_parser_token()

2016-10-17 Thread Igor Sysoev
On 17 Oct 2016, at 11:25, 洪志道 wrote: > Hello! > > It seems the file njs/njs_nonrecursive_parser.c is unused. Yes, I’m going to remove it. -- Igor Sysoev http://nginx.com ___ nginx-devel mailing list nginx-devel@nginx.org