summaryrefslogtreecommitdiff
path: root/src/mod_ssi.c
Commit message (Expand)AuthorAgeFilesLines
* 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