log src/http/modules/ngx_http_ssi_filter_module.c @ 1789:a35032212cf2

age author description
Mon, 10 Dec 2007 12:09:51 +0000 Igor Sysoev move condition declarations inside blocks where they are used
Mon, 22 Oct 2007 10:19:17 +0000 Igor Sysoev unescape SSI include
Sun, 14 Oct 2007 19:04:23 +0000 Igor Sysoev fix segfault when $date_local or $date_gmt are used outside ssi module
Sun, 14 Oct 2007 18:56:15 +0000 Igor Sysoev fix English grammar
Thu, 27 Sep 2007 09:37:09 +0000 Igor Sysoev SSI echo encoding
Thu, 19 Jul 2007 19:12:36 +0000 Igor Sysoev exit cycle early,
Sun, 17 Jun 2007 18:10:43 +0000 Igor Sysoev if a subrequest was finished and SSI was in middle of SSI command parsing
Sun, 17 Jun 2007 17:54:48 +0000 Igor Sysoev if "<!--" was on edge of buf, then ssi_sharp_state was saved in ctx->saved
Wed, 02 May 2007 08:07:37 +0000 Igor Sysoev fix segfault or parsing error in '<!--# if expr="$var = /" -->'
Thu, 19 Apr 2007 06:27:10 +0000 Igor Sysoev style fix: rename functions
Wed, 14 Feb 2007 18:51:19 +0000 Igor Sysoev ngx_strcasecmp()/ngx_strncasecmp()
Fri, 12 Jan 2007 20:26:39 +0000 Igor Sysoev style fix: remove tabs
Mon, 30 Oct 2006 20:25:22 +0000 Igor Sysoev high level HTTP buffered flags should be on per-subrequest basis,
Tue, 17 Oct 2006 16:13:49 +0000 Igor Sysoev style fix: remove trailing spaces
Mon, 16 Oct 2006 13:29:52 +0000 Igor Sysoev fix building by Debian gcc-4.1.2 amd64