summaryrefslogtreecommitdiff
path: root/src/configparser.y
Commit message (Expand)AuthorAgeFilesLines
* [core] adjust parser for valid variable expansionGlenn Strauss2017-10-201-1/+3
* [core] optional condition in config "else" clause (fixes #1268)Glenn Strauss2017-05-151-0/+1
* [core] perf: skip redundant strlen() if len knownGlenn Strauss2017-05-151-9/+9
* [core] configparser: fix resource handling in error cases (fixes #2809)Stefan Bühler2017-05-141-38/+50
* [core] omit default port from normalized host strGlenn Strauss2017-04-251-5/+5
* [core] remove some unused header includesGlenn Strauss2017-03-281-1/+0
* [core] allow overriding prior config values (fixes #2799)Philip Prindeville2017-03-231-0/+17
* [core] config match w/ arbitrary HTTP request hdrs (fixes #1556)Glenn Strauss2017-01-311-5/+19
* [core] restrict where config "else" clauses occur (#1268)Glenn Strauss2016-10-091-9/+78
* [core] optional condition in config "else" clause (fixes #1268)Glenn Strauss2016-10-091-0/+22
* [core] $HTTP["remoteip"] must handle IPv6 w/o []Glenn Strauss2016-07-211-6/+41
* use buffer_string_set_length() to truncate stringsGlenn Strauss2016-05-231-1/+1
* [config] normalize IP strings in lighttpd.confGlenn Strauss2016-05-191-1/+52
* [configparser] fix small leak on config failureStefan Bühler2016-03-261-1/+5
* validate return values from strtol, strtoul (fixes #2564)Glenn Strauss2016-03-261-1/+11
* [core] replace array weakref with vectorStefan Bühler2016-03-191-4/+4
* consistent inclusion of config.h at top of files (fixes #2073)Glenn Strauss2016-03-191-0/+1
* [core] configparser: error on duplicate keys in array merge (fixes #2685)Glenn Strauss2016-03-151-1/+7
* [core] provide array_extract_element and use itStefan Bühler2016-03-151-21/+1
* [core] fix memory leak in configparser_merge_dataStefan Bühler2016-03-151-0/+1
* [core] improve array API to prevent theoretical memory leaksStefan Bühler2016-03-151-5/+14
* [config] extend duplicate-array-key error (fixes #2704)Stefan Bühler2016-02-231-1/+1
* [core] fix conditional cache handlingStefan Bühler2016-02-211-1/+1
* [configparser] don't continue after parse error (fixes #2717)Stefan Bühler2016-02-191-228/+241
* fix buffer, chunk and http_chunk APIStefan Bühler2015-02-081-13/+13
* add force_assert() to enforce assertions as simple assert()s are disabled by ...Stefan Bühler2014-02-161-6/+6
* Fix segfault on invalid config "duplicate else conditions" (fixes #2065)Stefan Bühler2009-10-121-1/+4
* Fix header inclusion order, always include "config.h" before any system headerStefan Bühler2009-10-111-6/+4
* Print an error if you use too many captures in a regex pattern (fixes #2059)Stefan Bühler2009-08-281-1/+9
* Fix issues found with clang analyzerStefan Bühler2009-07-211-2/+1
* Added Language conditional (fixes #1119); patch by petarStefan Bühler2009-02-051-0/+1
* Print helpful error message on conditionals in global block (#1550)Stefan Bühler2008-08-011-0/+4
* merged part of [1528] from trunk: added the new options and added alternative...mOo2008-03-021-3/+7
* fixed warning about incompatible assignmentJan Kneschke2008-02-271-0/+1
* fixed #1571: Crash when trying to add single item to list in config filemOo2008-02-251-18/+20
* - support for matching $HTTP["scheme"] in configs, patch from:Elan Ruusamäe2007-11-041-0/+1
* - fixed crash with undefined environment variablesMarcus Rückert2007-09-061-0/+1
* - white space cleanup part 2 this time 1.4 ;)Marcus Rückert2006-10-041-17/+17
* merged [1078] Jan Kneschke2006-09-231-0/+3
* merged [1217] Jan Kneschke2006-09-071-0/+1
* merged [1051], [1052], [1053], [1054], [1057], [1060], [1061], [1062]Jan Kneschke2006-09-071-35/+42
* implement global contextmOo2006-01-201-0/+19
* improved error-msgJan Kneschke2005-12-201-2/+2
* either remove include config.h or covered it in HAVE_CONFIG_HJan Kneschke2005-09-241-0/+2
* fix for string to be key (implicit convert integer to string when needed).mOo2005-09-221-5/+8
* correct error message for context_ndxmOo2005-09-221-2/+4
* fix merging of auto-indexing element, and make autoload modules hack to use a...mOo2005-08-231-9/+21
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-12/+31
* allow _ in env. and var. and optimized matching of conditionsJan Kneschke2005-08-081-35/+77
* leak fixesJan Kneschke2005-08-081-20/+46