summaryrefslogtreecommitdiff
path: root/shared/config-parser.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-27config-parser: Drop debug textBryce Harrington1-1/+0
2016-08-06Switch to use safe_strtoint instead of strtolBryce Harrington1-5/+2
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1
2016-07-26Re-apply "config-parser: Catch negative numbers assigned to unsigned config v...Bryce Harrington1-1/+11
2016-07-26config-parser: Add weston_config_section_get_colorBryce Harrington1-0/+39
2016-07-13Revert "config-parser: Catch negative numbers assigned to unsigned config val...Bryce Harrington1-11/+1
2016-07-12Require base-10 for strtol() callsBryce Harrington1-1/+1
2016-07-12config-parser: Catch negative numbers assigned to unsigned config valuesBryce Harrington1-1/+11
2016-07-08config-parser: Improve error checks for strtol/strtoul callsBryce Harrington1-2/+4
2016-02-22config-parser: Check malloc and strdup returnsBryce Harrington1-0/+22
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-4/+1
2015-06-15shared: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-03-27Pass config file from compositor to everythingPekka Paalanen1-0/+12
2015-03-27shared: fail reading a directory as a config filePekka Paalanen1-0/+8
2014-08-22tests: allow running make check without make installDerek Foreman1-0/+12
2013-09-26config: Don't crash if we don't have a config fileAlexandru DAMIAN1-1/+1
2013-09-21compositor: Log the full path of the config file we're usingKristian Høgsberg1-36/+37
2013-09-21config-parser: Make weston_config_parse() tkae a file nameKristian Høgsberg1-6/+13
2013-09-21shared: Remove no longer used parse_config_file()Kristian Høgsberg1-128/+0
2013-08-12evdev-touchpad: Set some options using weston.iniArmin K1-0/+26
2013-07-03shared: Export configuration functionsQuentin Glidic1-0/+5
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-1/+2
2013-05-28config-parser: Avoid null dereference when exiting. (case: weston starts with...Mun Gwan-gyeong1-0/+3
2013-05-28config-parser: Avoid null dereference when handling config-parser ( when west...Mun Gwan-gyeong1-0/+3
2013-05-26config-parser: Add section iterator APIKristian Høgsberg1-0/+24
2013-05-26config-parser: Avoid null dereference when handling config-parserMun Gwan-gyeong1-0/+2
2013-05-23Add new config parserKristian Høgsberg1-0/+267
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-30/+66
2012-08-03config-parser: Handle lines that don't end in \nKristian Høgsberg1-3/+6
2012-04-17config-parser: add missing return for an error casePekka Paalanen1-0/+2
2012-01-27Implement CONFIG_KEY_UNSIGNED_INTEGERScott Moreau1-0/+10
2011-12-08Use '-' to separate words in file namesKristian Høgsberg1-0/+172