index
:
~sardemff7/weston
master
wip/idle-inhibitor
wip/libweston-desktop-tests
wip/libweston-modules
wip/shm_open
My Weston WIP stuff
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared
/
config-parser.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-27
config-parser: Drop debug text
Bryce Harrington
1
-1
/
+0
2016-08-06
Switch to use safe_strtoint instead of strtol
Bryce Harrington
1
-5
/
+2
2016-07-26
include stdint.h for int32_t/uint32_t
Jussi Kukkonen
1
-0
/
+1
2016-07-26
Re-apply "config-parser: Catch negative numbers assigned to unsigned config v...
Bryce Harrington
1
-1
/
+11
2016-07-26
config-parser: Add weston_config_section_get_color
Bryce Harrington
1
-0
/
+39
2016-07-13
Revert "config-parser: Catch negative numbers assigned to unsigned config val...
Bryce Harrington
1
-11
/
+1
2016-07-12
Require base-10 for strtol() calls
Bryce Harrington
1
-1
/
+1
2016-07-12
config-parser: Catch negative numbers assigned to unsigned config values
Bryce Harrington
1
-1
/
+11
2016-07-08
config-parser: Improve error checks for strtol/strtoul calls
Bryce Harrington
1
-2
/
+4
2016-02-22
config-parser: Check malloc and strdup returns
Bryce Harrington
1
-0
/
+22
2015-06-15
Unified multiple definitions of container_of() macro.
Jon Cruz
1
-4
/
+1
2015-06-15
shared: Update boilerplate from MIT X11 license to MIT Expat license
Bryce Harrington
1
-16
/
+19
2015-03-27
Pass config file from compositor to everything
Pekka Paalanen
1
-0
/
+12
2015-03-27
shared: fail reading a directory as a config file
Pekka Paalanen
1
-0
/
+8
2014-08-22
tests: allow running make check without make install
Derek Foreman
1
-0
/
+12
2013-09-26
config: Don't crash if we don't have a config file
Alexandru DAMIAN
1
-1
/
+1
2013-09-21
compositor: Log the full path of the config file we're using
Kristian Høgsberg
1
-36
/
+37
2013-09-21
config-parser: Make weston_config_parse() tkae a file name
Kristian Høgsberg
1
-6
/
+13
2013-09-21
shared: Remove no longer used parse_config_file()
Kristian Høgsberg
1
-128
/
+0
2013-08-12
evdev-touchpad: Set some options using weston.ini
Armin K
1
-0
/
+26
2013-07-03
shared: Export configuration functions
Quentin Glidic
1
-0
/
+5
2013-06-05
configure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
Daniel Stone
1
-1
/
+2
2013-05-28
config-parser: Avoid null dereference when exiting. (case: weston starts with...
Mun Gwan-gyeong
1
-0
/
+3
2013-05-28
config-parser: Avoid null dereference when handling config-parser ( when west...
Mun Gwan-gyeong
1
-0
/
+3
2013-05-26
config-parser: Add section iterator API
Kristian Høgsberg
1
-0
/
+24
2013-05-26
config-parser: Avoid null dereference when handling config-parser
Mun Gwan-gyeong
1
-0
/
+2
2013-05-23
Add new config parser
Kristian Høgsberg
1
-0
/
+267
2013-05-14
config-parser: Honor XDG_CONFIG_DIRS
Ossama Othman
1
-30
/
+66
2012-08-03
config-parser: Handle lines that don't end in \n
Kristian Høgsberg
1
-3
/
+6
2012-04-17
config-parser: add missing return for an error case
Pekka Paalanen
1
-0
/
+2
2012-01-27
Implement CONFIG_KEY_UNSIGNED_INTEGER
Scott Moreau
1
-0
/
+10
2011-12-08
Use '-' to separate words in file names
Kristian Høgsberg
1
-0
/
+172