log src/core/ngx_string.c @ 7365:cd4fa2fab8d8

age author description
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.