summaryrefslogtreecommitdiff
path: root/src/mod_ssi.c
Commit message (Expand)AuthorAgeFilesLines
* [mod_ssi] enhance support for ssi varsfbrosson2016-01-031-2/+3
* [config] check config option scope; warn if server option is given in conditi...Stefan Bühler2015-11-071-1/+2
* fix segfaults in many plugins if they failed configurationStefan Bühler2015-05-141-0/+2
* Use buffer API to read and modify "used" memberStefan Bühler2015-02-081-8/+8
* Remove buffer_prepare_copy() and buffer_prepare_append()Stefan Bühler2015-02-081-38/+2
* Remove chunkqueue_get_{append,prepend}* APIStefan Bühler2015-02-081-34/+29
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-17/+16
* fix unchecked return values from stream_open/stat_cache_get_entryStefan Bühler2014-02-161-11/+11
* fix/silence bugs reported by ccc-analyzer (clang)Stefan Bühler2013-11-131-1/+1
* [auth] put REMOTE_USER into cgi environment, making it accessible to lua via ...Stefan Bühler2013-08-301-5/+0
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-13/+13
* Fix issues found with clang analyzerStefan Bühler2009-07-211-1/+6
* Add ssi.content-type option (default text/html, fixes #615)Stefan Bühler2009-06-101-1/+12
* mod_ssi printenv: print cgi env, add environment vars to cgi env (fixes #1713)Stefan Bühler2009-04-271-5/+38
* Add revision number to package version for svn/git checkoutsStefan Bühler2009-04-101-1/+2
* Added some extra warning options in cmake and fix the resulting warnings (unu...Stefan Bühler2009-03-071-1/+2
* Insert many con->mode checks; they should prevent two modules to handle the s...Stefan Bühler2008-08-011-0/+4
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-12/+12
* fixed handling of waitpid() == EINTR mod_ssi on solarisJan Kneschke2008-03-101-32/+39
* - cosmeticElan Ruusamäe2008-01-181-2/+2
* - generate ETag and Last-Modified headers for mod_ssi based on newest modifie...Elan Ruusamäe2008-01-181-0/+37
* renamed ltostr() to LI_ltostr() to fix compile on HP/UX (fixes #465)Jan Kneschke2007-08-181-2/+2
* fixed type-cast for NULL in execl() (fixes #1235), fix provided by FrankJan Kneschke2007-06-151-1/+1
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-229/+229
* added comment on waitpid() + -HUPJan Kneschke2006-09-101-0/+8
* fixed handling of subdirs in ssi (fixes #462), patch by robeJan Kneschke2006-03-041-8/+6
* fixed missing sys/filio.h on solaris (fixes #332)Jan Kneschke2005-10-181-0/+5
* only get a buffer if we really need it (fixed #280)Jan Kneschke2005-09-211-8/+24
* on SEGFAULT tell were we whereJan Kneschke2005-08-211-0/+1
* fixed possible uninit variables of the config-parser fails (merged [183])Jan Kneschke2005-08-161-2/+2
* ..physical_path is gone and has ben replaced by subrequest_startJan Kneschke2005-08-151-1/+1
* allow numbers in header-keysJan Kneschke2005-08-081-3/+9
* removed setup_connection (merged [295])Jan Kneschke2005-08-081-22/+7
* dropped file-cache, added stat-cache and modules ALWAYS cleanup at connection...Jan Kneschke2005-08-081-4/+8
* Looks like the '+' -> ' ' transformation is only applied in the ?query part a...Jan Kneschke2005-06-041-1/+1
* PACKAGE -> PACKAGE_NAME (by smi)Jan Kneschke2005-03-011-4/+0
* * If sizeof(long) == sizeof(off_t), buffer_{append,copy}_off_t()Jan Kneschke2005-02-281-1/+1
* moved everything below trunk/ and added branches/ and tags/Jan Kneschke2005-02-201-0/+1073