summaryrefslogtreecommitdiff
path: root/src/configfile-glue.c
Commit message (Expand)AuthorAgeFilesLines
* add README to point to lighttpd-1.4.x as stableHEADmasterstbuehler2015-09-181-675/+0
* fix :port handling in $HTTP["host"] checks (fixes #2135. thx liming)stbuehler2012-11-071-6/+2
* Add TLS servername indication (SNI) support (fixes #386, thx Peter Colberg <p...stbuehler2009-10-141-0/+4
* merge: Fix segfault for appending matched parts if there was no regex matchin...stbuehler2009-04-181-1/+1
* merge: Fix "mod_indexfile(s)" typos (#1948)stbuehler2009-04-091-1/+1
* Replace buffer_{append,copy}_string with the _len variant where possible (#17...stbuehler2008-07-311-2/+2
* Use SAFE_BUF_STR in all output calls.stbuehler2008-07-271-7/+7
* Fix usage of sock_addr structure (only read port if the address familiy matches)stbuehler2008-07-271-3/+8
* - merge Changeset [2012] by glen from 1.4 branchglen2007-11-041-0/+4
* fixed the reset of the conditional cache in mod-magnetjan2007-04-191-15/+19
* fixed conditional caches if a cache-entry gets invalidated at runtimejan2007-04-191-5/+21
* fixed failing nesting and else-handling introduced in the last changesjan2007-04-191-9/+31
* cover debug msg in a debug-ifjan2007-04-181-1/+3
* added $PHYSICAL["existing-path"] and $PHYSICAL["path"]jan2007-04-181-0/+1
* added a flag to declare a conditional valid to support PHYSICAL["path"]jan2007-04-181-14/+24
* another attempt to get the IMPORT/EXPORT stuff right (patch from jtiai)jan2007-02-201-0/+1
* added $PHYSICAL["path"] and $HTTP["request-method"]jan2007-01-271-3/+17
* removed strlen() from the array_get_element() jan2007-01-271-5/+5
* add support for T_CONFIG_INT.jakabosky2007-01-111-1/+26
* - cleanup trailing whitespacesdarix2006-12-291-4/+4
* - merged a few fixes from the 1.4.x branch to trunkdarix2006-12-291-2/+2
* reuse existing data-string values if availablejan2006-11-111-1/+5
* r1273@h2o: darix | 2006-08-20 02:28:44 +0200darix2006-08-201-0/+6
* added $HTTP["querystring"] as conditionaljan2006-07-221-0/+17
* * src/*c, src/*.h:darix2006-07-031-1/+1
* r623@D2XNG01J: Jan | 2006-06-26 03:59:03 +0200Jan2006-07-021-1/+1
* hostmask matches don't use l, the debug-msg might cause a seg-faultjan2006-04-081-0/+2
* merge same part in rewrite/redirect into 1 functionmoo2006-04-041-0/+83
* auto convert int<->string as needed, useful something like for server.port = ...moo2006-04-021-0/+9
* separate log_condition_cache_handling from log_condition_handlingmoo2006-04-021-6/+11
* - remove all trailing whitespaces in the c filesdarix2006-03-311-62/+62
* fixed #458moo2006-03-281-1/+1
* fixed #557: %0 crashed with !~moo2006-03-031-1/+1
* the missing part of [757]moo2005-09-301-3/+3
* replace i by j to fix a segfault in the error-msg and improved the error-msg ...jan2005-09-211-1/+3
* minor portability fixesjan2005-09-011-0/+2
* fix merging of auto-indexing element, and make autoload modules hack to use a...moo2005-08-231-1/+1
* load mod_indexfile before, mod_fastcgi and friends and let array regenerated ...jan2005-08-171-2/+6
* moved code to mod_staticfile, mod_dirlisting and mod_indexfilejan2005-08-151-26/+42
* added include_shell option to configfiles (merged the rest of the trunk chang...jan2005-08-091-26/+68
* allow _ in env. and var. and optimized matching of conditionsjan2005-08-081-14/+7
* user defined variable, compute on parsing: string+string, int+int, array+arra...jan2005-08-081-1/+1
* added nested conditionals (merged [298])jan2005-08-081-10/+180
* improved error-msgjan2005-07-281-2/+2
* moved external functions to *-glue.c jan2005-02-281-0/+216