[njs] Fixed lvlhsh test on 64-bit big-endian systems.

2018-11-15 Thread Valentin Bartenev
details: http://hg.nginx.org/njs/rev/7f0f7d149709 branches: changeset: 652:7f0f7d149709 user: Valentin Bartenev date: Thu Nov 15 12:45:02 2018 +0300 description: Fixed lvlhsh test on 64-bit big-endian systems. The nxt_murmur_hash2() generated 4-byte hash that was stored in uintptr_t

[nginx] Core: free shared memory on cycle initialization failure.

2018-11-15 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/650574a44505 branches: changeset: 7394:650574a44505 user: Ruslan Ermilov date: Thu Nov 15 15:28:54 2018 +0300 description: Core: free shared memory on cycle initialization failure. diffstat: src/core/ngx_cycle.c | 64

Re: [PATCH] New directive to configure TLSv1.3 ciphers

2018-11-15 Thread Maxim Dounin
Hello! On Wed, Nov 14, 2018 at 05:24:52PM -0800, Ramprasad Tamilselvan wrote: > # HG changeset patch > # User Ramprasad Tamilselvan > # Date 1542241466 28800 > # Wed Nov 14 16:24:26 2018 -0800 > # Node ID 83b05772dbd657b31df16d712a64c908c371f0d9 > # Parent 4698cede59ffa438bcae1fd6c5d8fec4d

[njs] Improved handling of builtin objects.

2018-11-15 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/2711e84ede6a branches: changeset: 654:2711e84ede6a user: Dmitry Volyntsev date: Wed Apr 04 17:38:10 2018 +0300 description: Improved handling of builtin objects. The handling of njs_object_init_t arrays is unified across njs_builtin.c functions.

[njs] Extended Object.defineProperty() spec conformance.

2018-11-15 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/5f0090c02589 branches: changeset: 657:5f0090c02589 user: Dmitry Volyntsev date: Thu Nov 15 20:31:35 2018 +0300 description: Extended Object.defineProperty() spec conformance. 1) non-primitive property names. 2) support of array index properti

[njs] Fixed global objects.

2018-11-15 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/e11011d45499 branches: changeset: 655:e11011d45499 user: Dmitry Volyntsev date: Thu Nov 15 20:31:35 2018 +0300 description: Fixed global objects. 1) Making it extensible. 2) Adding default properties according to ES5.1:15.1.1. diffstat:

[njs] console.time() and console.timeEnd() methods.

2018-11-15 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/46632012ac03 branches: changeset: 653:46632012ac03 user: Artem S. Povalyukhin date: Wed Nov 14 18:14:49 2018 +0300 description: console.time() and console.timeEnd() methods. This fixes #62 issue on Github. diffstat: njs/njs_shell.c

[njs] Handling non-object values in Object.keys().

2018-11-15 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/76e139b439ad branches: changeset: 658:76e139b439ad user: Dmitry Volyntsev date: Thu Nov 15 20:31:35 2018 +0300 description: Handling non-object values in Object.keys(). This fixes #54 issue on Github. diffstat: njs/njs_object.c | 133

[njs] Fixed local scope this.

2018-11-15 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/93ef4b20c674 branches: changeset: 656:93ef4b20c674 user: Dmitry Volyntsev date: Thu Nov 15 20:31:35 2018 +0300 description: Fixed local scope this. diffstat: njs/njs_parser.c | 23 +-- njs/test/njs_unit_test.c | 17

[nginx] Core: ngx_explicit_memzero().

2018-11-15 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/9ca82f273967 branches: changeset: 7395:9ca82f273967 user: Maxim Dounin date: Thu Nov 15 21:28:02 2018 +0300 description: Core: ngx_explicit_memzero(). diffstat: src/core/ngx_string.c | 8 src/core/ngx_string.h | 2 +

Re: [PATCH] New directive to configure TLSv1.3 ciphers

2018-11-15 Thread Ramprasad Tamilselvan
Thanks for the clarification. In this case, I think the patch is not required. Regards, Ramprasad > On Nov 15, 2018, at 9:32 AM, nginx-devel-requ...@nginx.org wrote: > > Send nginx-devel mailing list submissions to > nginx-devel@nginx.org > > To subscribe or unsubscribe via the World Wide

Re: [PATCH] New directive to configure TLSv1.3 ciphers

2018-11-15 Thread Ramprasad Tamilselvan
I have a question regarding the ticket. What if different TLSv1.3 ciphers need to be configured in different server blocks? In this case, changing openssl.conf will not help right. Thanks, Ramprasad > On Nov 15, 2018, at 10:55 AM, nginx-devel-requ...@nginx.org wrote: > > Send nginx-devel mailin

Re: cache: move open to thread pool

2018-11-15 Thread Ka-Hing Cheung via nginx-devel
Hi, I didn't forget about this. I am pretty swamped at the moment and there's a holiday freeze coming up. Will get to his in December. - Ka-Hing On Thu, Nov 8, 2018 at 6:19 AM Maxim Konovalov wrote: > > Hi Ka-Hing, > > would you mind to test Roman's most recent patches that add > "aio_open" dir