summaryrefslogtreecommitdiff
path: root/shared/config-parser.c
Commit message (Expand)AuthorAgeFilesLines
* config-parser: Check malloc and strdup returnsBryce Harrington2016-02-221-0/+22
* Unified multiple definitions of container_of() macro.Jon Cruz2015-06-151-4/+1
* shared: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington2015-06-151-16/+19
* Pass config file from compositor to everythingPekka Paalanen2015-03-271-0/+12
* shared: fail reading a directory as a config filePekka Paalanen2015-03-271-0/+8
* tests: allow running make check without make installDerek Foreman2014-08-221-0/+12
* config: Don't crash if we don't have a config fileAlexandru DAMIAN2013-09-261-1/+1
* compositor: Log the full path of the config file we're usingKristian Høgsberg2013-09-211-36/+37
* config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg2013-09-211-6/+13
* shared: Remove no longer used parse_config_file()Kristian Høgsberg2013-09-211-128/+0
* evdev-touchpad: Set some options using weston.iniArmin K2013-08-121-0/+26
* shared: Export configuration functionsQuentin Glidic2013-07-031-0/+5
* configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone2013-06-051-1/+2
* config-parser: Avoid null dereference when exiting. (case: weston starts with...Mun Gwan-gyeong2013-05-281-0/+3
* config-parser: Avoid null dereference when handling config-parser ( when west...Mun Gwan-gyeong2013-05-281-0/+3
* config-parser: Add section iterator APIKristian Høgsberg2013-05-261-0/+24
* config-parser: Avoid null dereference when handling config-parserMun Gwan-gyeong2013-05-261-0/+2
* Add new config parserKristian Høgsberg2013-05-231-0/+267
* config-parser: Honor XDG_CONFIG_DIRSOssama Othman2013-05-141-30/+66
* config-parser: Handle lines that don't end in \nKristian Høgsberg2012-08-031-3/+6
* config-parser: add missing return for an error casePekka Paalanen2012-04-171-0/+2
* Implement CONFIG_KEY_UNSIGNED_INTEGERScott Moreau2012-01-271-0/+10
* Use '-' to separate words in file namesKristian Høgsberg2011-12-081-0/+172