Hello!
On 1/25/23 04:19, Maxim Dounin wrote:
The inttypes.h is more portable: for example, stdint.h is not
available on FreeBSD before FreeBSD 5.0:
https://github.com/freebsd/freebsd-src/commit/0ac2d551f20a8769869f61ebfe742fd55cef70b9
Thanks, makes sense.
Cheers,
Alex
While this is not i
> On 24 Jan 2023, at 06:19, Maxim Dounin wrote:
>
> Hello!
>
> On Mon, Jan 23, 2023 at 09:28:42PM +0400, Sergey Kandaurov wrote:
>
>>> [..]
>
>> On a related note, while comparing with static module, which gzip_static
>> is based on, I further noticed that gzip_static doesn't check for 0-size
> On 18 Jan 2023, at 23:50, Maxim Dounin wrote:
>
> # HG changeset patch
> # User Maxim Dounin
> # Date 1674071317 -10800
> # Wed Jan 18 22:48:37 2023 +0300
> # Node ID 4af6cc78dc72fbb15326e6ffbbd30935f0cb794b
> # Parent 07b0bee87f32be91a33210bc06973e07c4c1dac9
> Fixed handling of very lo
Hello!
On Mon, Jan 23, 2023 at 02:21:33PM +0400, Sergey Kandaurov wrote:
> > On 31 Dec 2022, at 18:35, Maxim Dounin wrote:
> >
> > # HG changeset patch
> > # User Maxim Dounin
> > # Date 1672497248 -10800
> > # Sat Dec 31 17:34:08 2022 +0300
> > # Node ID c215d5cf25732ece1819cf1cd48ebb480
Hello!
On Wed, Jan 25, 2023 at 04:08:07PM +0400, Sergey Kandaurov wrote:
> > On 18 Jan 2023, at 23:50, Maxim Dounin wrote:
> >
> > # HG changeset patch
> > # User Maxim Dounin
> > # Date 1674071317 -10800
> > # Wed Jan 18 22:48:37 2023 +0300
> > # Node ID 4af6cc78dc72fbb15326e6ffbbd30935f
details: https://hg.nginx.org/njs/rev/742347841e34
branches:
changeset: 2027:742347841e34
user: Dmitry Volyntsev
date: Fri Jan 20 20:15:03 2023 -0800
description:
Added njs_vm_value_string_create() and njs_vm_value_string_create_chb().
Unlike njs_vm_value_string_set() the new functi
details: https://hg.nginx.org/njs/rev/99b9f83e4d4d
branches:
changeset: 2028:99b9f83e4d4d
user: Dmitry Volyntsev
date: Wed Jan 25 21:54:47 2023 -0800
description:
Added "xml" module for working with XML documents.
- xml.parse(string|buffer) returns an XMLDoc wrapper object aroun