Re: [njs] Parser: added line positions for AST nodes.

2020-06-05 Thread svetlightsm
Покажешь свою фотографию? Friday, 05.06.2020 12:26:49 от alexander.bori...@nginx.com:___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] introduce new variable fs_watermark for proxy_cache_path

2020-06-05 Thread svetlightsm
Покажешь свою фотографию? Friday, 05.06.2020 16:22:05 от mdou...@mdounin.ru:___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [njs] Fixed AST printing with long strings values.

2020-06-05 Thread svetlightsm
Покажешь свою фотографию? Friday, 05.06.2020 11:59:54 от xei...@nginx.com:___ nginx-devel mailing list nginx-devel@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx-devel

Re: [PATCH] introduce new variable fs_watermark for proxy_cache_path

2020-06-05 Thread Maxim Dounin
Hello! On Thu, May 07, 2020 at 01:40:54AM +0200, Adam Bambuch wrote: > # HG changeset patch > # User Adam Bambuch > # Date 1588808163 -7200 > # Thu May 07 01:36:03 2020 +0200 > # Node ID 8d054b64f07457cad2b74376d5f88162c887ba35 > # Parent 716eddd74bc2831537f5b3f7ecd16ad3e516d043 >

[njs] Parser: added line positions for AST nodes.

2020-06-05 Thread Alexander Borisov
details: https://hg.nginx.org/njs/rev/bc79f5c80452 branches: changeset: 1426:bc79f5c80452 user: Alexander Borisov date: Thu Jun 04 17:26:01 2020 +0300 description: Parser: added line positions for AST nodes. diffstat: src/njs_lexer.c |4 +- src/njs_parser.c | 428

[njs] Fixed %TypedArray%.prototype.copyWithin() with nonzero byte offset.

2020-06-05 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/790bde011274 branches: changeset: 1425:790bde011274 user: Dmitry Volyntsev date: Fri Jun 05 11:42:41 2020 + description: Fixed %TypedArray%.prototype.copyWithin() with nonzero byte offset. diffstat: src/njs_typed_array.c| 4 ++--

[njs] Added %TypedArray%.prototype.sort().

2020-06-05 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/23df5a31bafd branches: changeset: 1424:23df5a31bafd user: Dmitry Volyntsev date: Fri Jun 05 11:42:40 2020 + description: Added %TypedArray%.prototype.sort(). diffstat: src/njs_typed_array.c| 334

[njs] Fixed AST printing with long strings values.

2020-06-05 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/43de01740782 branches: changeset: 1423:43de01740782 user: Dmitry Volyntsev date: Fri Jun 05 11:40:42 2020 + description: Fixed AST printing with long strings values. The issue was introduced in d255e73aed3b. diffstat: src/njs_parser.c |

Re: [PATCH] Added support for proxying managesieve protocol

2020-06-05 Thread Sander Hoentjen
Polite bump, I hope someone has time to look at it now :) Kind regards, Sander On 4/16/20 7:49 PM, Sander Hoentjen wrote: Hi Maxim, Thanks for your response! I will wait till you have time to properly review my code. That is more important than getting it in fast. The code is available