log src/core/ngx_string.c @ 9299:2706b60dc225 default tip

age author description
Thu, 23 Feb 2023 08:09:50 +0900 Yugo Horie Core: stricter UTF-8 handling in ngx_utf8_decode().
Mon, 28 Jun 2021 18:01:11 +0300 Maxim Dounin Core: escaping of chars not allowed in URIs per RFC 3986.
Mon, 28 Jun 2021 18:01:09 +0300 Maxim Dounin Core: fixed comment about escaping in arguments.
Wed, 19 May 2021 16:24:13 +0300 Ruslan Ermilov Core: fixed comment about msie_refresh escaping.
Wed, 28 Oct 2020 10:56:11 +0300 Vladimir Homutov Core: added format specifiers to output binary data as hex.
Mon, 15 Apr 2019 20:14:07 +0300 Maxim Dounin Fixed incorrect length handling in ngx_utf8_length().
Thu, 15 Nov 2018 21:28:02 +0300 Maxim Dounin Core: ngx_explicit_memzero().
Wed, 04 Oct 2017 21:19:38 +0300 Maxim Dounin Fixed handling of non-null-terminated unix sockets. stable-1.12
Wed, 04 Oct 2017 21:19:38 +0300 Maxim Dounin Fixed handling of non-null-terminated unix sockets.
Mon, 17 Jul 2017 17:23:51 +0300 Valentin Bartenev Parenthesized ASCII-related calculations.
Wed, 12 Apr 2017 22:47:57 +0300 Valentin Bartenev Core: improved JSON escaping.
Thu, 07 Jul 2016 21:02:28 +0300 Sergey Kandaurov Avoid left-shifting integers into the sign bit, which is undefined.
Thu, 03 Dec 2015 20:06:45 +0300 Maxim Dounin Style: NGX_PTR_SIZE replaced with sizeof(void *).
Tue, 17 Mar 2015 00:26:15 +0300 Ruslan Ermilov Core: overflow detection in number parsing functions. stable-1.6
Tue, 17 Mar 2015 00:26:15 +0300 Ruslan Ermilov Core: overflow detection in number parsing functions.