log src/core/ngx_string.c @ 5613:b39df933f0e6 stable-1.4

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