Re: [PATCH 10 of 10] QUIC: application init() callback

2022-10-25 Thread Roman Arutyunyan
Hi, On Thu, Oct 20, 2022 at 06:33:22PM +0400, Roman Arutyunyan wrote: > Hi, > > On Thu, Oct 20, 2022 at 03:51:54PM +0400, Sergey Kandaurov wrote: > > On Thu, Sep 08, 2022 at 01:06:37PM +0400, Roman Arutyunyan wrote: > > > # HG changeset patch > > > # User Roman Arutyunyan > > > # Date 1662627905

[PATCH] Linux packages: added Ubuntu 22.10 "kinetic"

2022-10-25 Thread Konstantin Pavlov
# HG changeset patch # User Konstantin Pavlov # Date 197160 -14400 # Tue Oct 25 15:26:00 2022 +0400 # Node ID ba6c27b903c7cd1b7277e6fcebf2308e863e6c64 # Parent e4a87f3a05d851f874bcbe8750280929eb5f9894 Linux packages: added Ubuntu 22.10 "kinetic". diff -r e4a87f3a05d8 -r ba6c27b903c7 xml

[njs] Computed goto support added to vmcode.

2022-10-25 Thread Vadim Zhestikov via nginx-devel
details: https://hg.nginx.org/njs/rev/86784a68e8c8 branches: changeset: 1984:86784a68e8c8 user: Vadim Zhestikov date: Tue Oct 25 06:43:10 2022 -0700 description: Computed goto support added to vmcode. diffstat: auto/clang |19 + auto/computed_goto |25 + au

[njs] Version bump.

2022-10-25 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/96a0be3dfb0b branches: changeset: 1985:96a0be3dfb0b user: Dmitry Volyntsev date: Tue Oct 25 09:19:14 2022 -0700 description: Version bump. diffstat: src/njs.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines): diff

[njs] Refactored working with an object properties.

2022-10-25 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/109e6cb4dea5 branches: changeset: 1986:109e6cb4dea5 user: Dmitry Volyntsev date: Tue Oct 25 09:19:32 2022 -0700 description: Refactored working with an object properties. 1) njs_object_prop_t is compacted from 72 to 40 bytes on 64bit platforms.