log src/core/ngx_string.c @ 6928:e0cc454aafe4

age author description
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.
Tue, 27 Jan 2015 15:38:15 +0300 Igor Sysoev A bounds check of %N format on Windows.
Fri, 12 Dec 2014 20:25:35 +0300 Valentin Bartenev Autoindex: implemented JSON output format.
Thu, 26 Jun 2014 23:39:23 -0700 Piotr Sikora Core: use uppercase hexadecimal digits for percent-encoding.