summaryrefslogtreecommitdiff
path: root/src/configfile.c
Commit message (Expand)AuthorAgeFilesLines
* Add option to enable TCP_DEFER_ACCEPT (fixes #1447)Stefan Bühler2009-04-261-0/+3
* Fix some problems with more strict compilers (#1923)Stefan Bühler2009-03-071-4/+2
* Silenced the annoying "request timed out" warning, enable with the "debug.log...Stefan Bühler2009-02-051-3/+7
* Add option to ignore the "Expect: 100-continue" header instead of returning 4...Stefan Bühler2009-02-041-0/+2
* Disable SSLv2 by defaultStefan Bühler2009-02-031-1/+1
* Fix leaving zombie process with include_shell (#1777)Stefan Bühler2008-09-301-2/+1
* Hide some ssl errors per default, enable them with debug.log-ssl-noise (#397)Stefan Bühler2008-08-191-34/+39
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...Stefan Bühler2008-07-301-27/+27
* merged [2170] from trunk: fixed include basedir within include_shell, thanks ...mOo2008-05-151-4/+4
* Do not rely on PATH_MAX (POSIX does not require it) (#580)Stefan Bühler2008-04-291-2/+28
* Fix conditional interpretation of core optionsStefan Bühler2008-04-231-3/+0
* fixed aggressive caching of conditionals (#41)Jan Kneschke2007-08-181-0/+2
* - only generate the etag_flags once and store them in the connectionsMarcus Rückert2007-07-031-0/+4
* added static-file.etags, etag.use-inode, etag.use-mtime,Jan Kneschke2007-06-151-3/+19
* handle the mmap() error of the file-size is 0 (fixes #1076)Jan Kneschke2007-04-101-3/+8
* - applied patch from sh@linux2go.dk (#1039)Marcus Rückert2007-02-191-1/+7
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-204/+204
* - backport symlink patch in hard version to 1.4.11Marcus Rückert2006-09-071-0/+15
* merged [1051], [1052], [1053], [1054], [1057], [1060], [1061], [1062]Jan Kneschke2006-09-071-11/+18
* load the three base modules if server.modules is not setJan Kneschke2006-02-081-0/+20
* fixed typos (fixes #474)Jan Kneschke2006-01-311-2/+2
* set var.CWD for later use with relative pathsJan Kneschke2006-01-311-0/+9
* implement global contextmOo2006-01-201-0/+2
* renamed server.force-lower-case-files to server.force-lowercase-filenamsJan Kneschke2006-01-111-8/+9
* - next release is 1.4.9Jan Kneschke2005-12-151-0/+2
* use the SIMPLE stat-cache-engine as defaultJan Kneschke2005-11-111-1/+1
* chunkqueue can get a list of tempdirs which are tried to open a file atJan Kneschke2005-11-011-0/+2
* added startup-time selectable network-backendJan Kneschke2005-10-311-0/+3
* assume case-sensitive FS of upper + lower case result in the same filename (e...Jan Kneschke2005-10-091-4/+15
* max-request-size was not respected since a long timeJan Kneschke2005-09-261-3/+3
* add variable var.PID for use in config filemOo2005-09-121-0/+5
* fixed error-msgJan Kneschke2005-08-311-1/+1
* added gracefull shutdown and max-connectionsJan Kneschke2005-08-311-0/+3
* fix merging of auto-indexing element, and make autoload modules hack to use a...mOo2005-08-231-27/+44
* fixed check for base-docroot if chroot is used (fixes #144), patch provided b...Jan Kneschke2005-08-221-5/+20
* initialize is_ssl (perhaps fixes a long standing bug)Jan Kneschke2005-08-181-0/+3
* range-requests is at 40Jan Kneschke2005-08-171-1/+1
* load mod_indexfile before, mod_fastcgi and friends and let array regenerated ...Jan Kneschke2005-08-171-6/+7
* moved code to mod_staticfile, mod_dirlisting and mod_indexfileJan Kneschke2005-08-151-63/+72
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-32/+103
* allow _ in env. and var. and optimized matching of conditionsJan Kneschke2005-08-081-11/+5
* leak fixesJan Kneschke2005-08-081-9/+16
* checked | to 'else' (merged [316])Jan Kneschke2005-08-081-8/+5
* user defined variable, compute on parsing: string+string, int+int, array+arra...Jan Kneschke2005-08-081-100/+190
* added nested conditionals (merged [298])Jan Kneschke2005-08-081-0/+932