summaryrefslogtreecommitdiff
path: root/src/configparser.y
Commit message (Expand)AuthorAgeFilesLines
* [configparser] fix small leak on config failurestbuehler2016-03-261-1/+5
* validate return values from strtol, strtoul (fixes #2564)stbuehler2016-03-261-1/+11
* [core] replace array weakref with vectorstbuehler2016-03-191-4/+4
* consistent inclusion of config.h at top of files (fixes #2073)stbuehler2016-03-191-0/+1
* [core] configparser: error on duplicate keys in array merge (fixes #2685)stbuehler2016-03-151-1/+7
* [core] provide array_extract_element and use itstbuehler2016-03-151-21/+1
* [core] fix memory leak in configparser_merge_datastbuehler2016-03-151-0/+1
* [core] improve array API to prevent theoretical memory leaksstbuehler2016-03-151-5/+14
* [config] extend duplicate-array-key error (fixes #2704)stbuehler2016-02-231-1/+1
* [core] fix conditional cache handlingstbuehler2016-02-211-1/+1
* [configparser] don't continue after parse error (fixes #2717)stbuehler2016-02-191-228/+241
* fix buffer, chunk and http_chunk APIstbuehler2015-02-081-13/+13
* add force_assert() to enforce assertions as simple assert()s are disabled by ...stbuehler2014-02-161-6/+6
* Fix segfault on invalid config "duplicate else conditions" (fixes #2065)stbuehler2009-10-121-1/+4
* Fix header inclusion order, always include "config.h" before any system headerstbuehler2009-10-111-6/+4
* Print an error if you use too many captures in a regex pattern (fixes #2059)stbuehler2009-08-281-1/+9
* Fix issues found with clang analyzerstbuehler2009-07-211-2/+1
* Added Language conditional (fixes #1119); patch by petarstbuehler2009-02-051-0/+1
* Print helpful error message on conditionals in global block (#1550)stbuehler2008-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 assignmentjan2008-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:glen2007-11-041-0/+1
* - fixed crash with undefined environment variablesdarix2007-09-061-0/+1
* - white space cleanup part 2 this time 1.4 ;)darix2006-10-041-17/+17
* merged [1078] jan2006-09-231-0/+3
* merged [1217] jan2006-09-071-0/+1
* merged [1051], [1052], [1053], [1054], [1057], [1060], [1061], [1062]jan2006-09-071-35/+42
* implement global contextmoo2006-01-201-0/+19
* improved error-msgjan2005-12-201-2/+2
* either remove include config.h or covered it in HAVE_CONFIG_Hjan2005-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...jan2005-08-091-12/+31
* allow _ in env. and var. and optimized matching of conditionsjan2005-08-081-35/+77
* leak fixesjan2005-08-081-20/+46
* checked | to 'else' (merged [316])jan2005-08-081-1/+1
* fixed config eval (merged [315])jan2005-08-081-9/+15
* user defined variable, compute on parsing: string+string, int+int, array+arra...jan2005-08-081-27/+203
* added nested conditionals (merged [298])jan2005-08-081-24/+81
* merge [109], [259], [266] and [267]jan2005-04-141-2/+18
* moved everything below trunk/ and added branches/ and tags/jan2005-02-201-0/+164