log src/core/ngx_string.c @ 7660:d33e17499088

age author description
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.
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.
Tue, 04 Feb 2014 04:59:21 +0400 Maxim Dounin Core: added ngx_encode_base64url().
Mon, 23 Sep 2013 19:37:13 +0400 Maxim Dounin Added ngx_filename_cmp() with "/" sorted to the left.
Wed, 04 Sep 2013 20:48:22 +0400 Maxim Dounin Win32: Open Watcom C compatibility fixes.
Fri, 03 Aug 2012 09:07:30 +0000 Maxim Dounin Added "const" to ngx_memcpy() with NGX_MEMCPY_LIMIT defined.
Mon, 23 Apr 2012 11:11:32 +0000 Igor Sysoev Fix of "%f" format handling.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Fri, 25 Nov 2011 16:36:02 +0000 Maxim Dounin Added escaping of double quotes in ngx_escape_html().
Thu, 13 Oct 2011 13:56:41 +0000 Maxim Dounin Fixed utf8 decode (ticket #25).
Tue, 11 Oct 2011 17:56:51 +0000 Maxim Dounin Autoindex: escape '?' in file names.
Mon, 19 Sep 2011 14:48:29 +0000 Ruslan Ermilov Replaced "can not" with "cannot" and "could not" in a bunch of places.
Thu, 02 Sep 2010 14:37:16 +0000 Igor Sysoev new ngx_http_secure_link_module with secure_link, secure_link_md5, and
Fri, 30 Jul 2010 13:25:19 +0000 Igor Sysoev escape ";" in arguments
Wed, 23 Jun 2010 15:31:33 +0000 Igor Sysoev change ngx_http_variable_value_node_t to more generic ngx_str_node_t
Mon, 07 Jun 2010 11:51:37 +0000 Igor Sysoev merge r3487, r3525: stable-0.7
Fri, 14 May 2010 09:55:33 +0000 Igor Sysoev use ngx_min() and ngx_max()
Fri, 14 May 2010 09:01:30 +0000 Igor Sysoev ngx_atofp()
Wed, 12 May 2010 13:13:11 +0000 Igor Sysoev fix rounding issues in %f format
Wed, 12 May 2010 13:12:31 +0000 Igor Sysoev use double in %f format to allow %.15f precision
Thu, 01 Apr 2010 12:45:59 +0000 Igor Sysoev escape ampersand in argument while rewrite
Mon, 01 Feb 2010 14:52:25 +0000 Igor Sysoev merge r3201, r3204, r3411: stable-0.7
Mon, 11 Jan 2010 13:39:24 +0000 Igor Sysoev fix ngx_utf8_cpystrn(): it did not fully copy utf-8 string
Mon, 16 Nov 2009 15:00:13 +0000 Igor Sysoev r3117, r3123, r3229 merge: stable-0.7
Mon, 02 Nov 2009 17:12:09 +0000 Igor Sysoev optimize some cycles:
Mon, 26 Oct 2009 16:06:11 +0000 Igor Sysoev merge r2920, r2934, r3116, r3119: stable-0.7
Sat, 12 Sep 2009 09:28:37 +0000 Igor Sysoev If .domain.com, .sub.domain.com, and .domain-some.com were defined,
Fri, 11 Sep 2009 13:57:50 +0000 Igor Sysoev style fix
Mon, 07 Sep 2009 11:31:20 +0000 Igor Sysoev merge r3047, r3048, r3049: stable-0.7
Wed, 26 Aug 2009 15:03:53 +0000 Igor Sysoev fix typo
Fri, 05 Jun 2009 12:33:49 +0000 Igor Sysoev change surplus for() to while()
Mon, 27 Apr 2009 12:51:33 +0000 Igor Sysoev ngx_vslprintf(), ngx_slprintf()
Mon, 06 Apr 2009 11:42:42 +0000 Igor Sysoev backout r2677 and fix ngx_strlcasestrn() again
Mon, 06 Apr 2009 10:38:40 +0000 Igor Sysoev fix ngx_strlcasestrn()
Sat, 04 Apr 2009 17:31:54 +0000 Igor Sysoev ngx_strlcasestrn()
Mon, 26 Jan 2009 15:09:55 +0000 Igor Sysoev r2121, r2126 merge: stable-0.6
Mon, 10 Nov 2008 15:20:59 +0000 Igor Sysoev %f format
Mon, 04 Aug 2008 10:07:00 +0000 Igor Sysoev ngx_strlow()
Tue, 29 Jul 2008 14:41:34 +0000 Igor Sysoev rename ngx_utf_...() to ngx_utf8_...()
Fri, 25 Jul 2008 14:29:05 +0000 Igor Sysoev fix utf-8 names in autoindex
Tue, 17 Jun 2008 15:00:30 +0000 Igor Sysoev *) back out r2040
Mon, 24 Mar 2008 13:04:02 +0000 Igor Sysoev use ngx_int_t in ngx_sort() callback
Sun, 23 Mar 2008 19:58:54 +0000 Igor Sysoev use dynamically allocated buffer in ngx_sort()
Thu, 24 Jan 2008 15:18:58 +0000 Igor Sysoev limit string length
Thu, 24 Jan 2008 15:18:17 +0000 Igor Sysoev use correct type cast
Tue, 22 Jan 2008 15:13:01 +0000 Igor Sysoev allow zero length in %*s
Mon, 24 Dec 2007 17:05:16 +0000 Igor Sysoev %*s format
Mon, 17 Dec 2007 21:06:17 +0000 Igor Sysoev replace ngx_md5_text() with ngx_hex_dump()
Wed, 12 Dec 2007 21:03:01 +0000 Igor Sysoev r1630 merge: stable-0.5