summaryrefslogtreecommitdiff
path: root/libdm/libdm-config.c
Commit message (Expand)AuthorAgeFilesLines
* metadata: allow reading metadata with invalid creation_timeZdenek Kabelac2019-05-101-3/+15
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-1/+1
* lvmcache: simplifyDavid Teigland2018-04-201-5/+5
* clean: drop unneeded -1 for snprintfZdenek Kabelac2018-02-121-1/+1
* tidy: Add missing underscores to statics.Alasdair G Kergon2017-10-181-3/+3
* numbers: strtod or strtoul need reset of errnoZdenek Kabelac2017-07-171-0/+10
* libdm: add dm_config_parse_without_dup_node_checkPeter Rajnoha2016-09-211-16/+31
* Revert "libdm: trace missing settings"Alasdair G Kergon2016-05-271-12/+3
* libdm: trace missing settingsZdenek Kabelac2016-05-191-3/+12
* libdm: config: fix dm_config_write_node and variants to properly return error...Peter Rajnoha2016-03-041-1/+2
* cleanup: previous patch with libdm config node buffer sizePeter Rajnoha2016-03-041-5/+7
* libdm: config: remove 4096 char limit due to buffer size if writing dm_config...Peter Rajnoha2016-03-041-2/+24
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* libdm: add missing error path checkZdenek Kabelac2015-11-091-1/+2
* cleanup: declare vars before codeZdenek Kabelac2015-10-221-6/+3
* macros: Wrap PRI with FMT.Alasdair G Kergon2015-07-061-1/+1
* config: also clone associated id when cloning node using dm_config_clone_node...Peter Rajnoha2015-06-251-0/+2
* config: add support for config value formatting flagsPeter Rajnoha2015-06-241-8/+40
* cleanup: drop unused value assignZdenek Kabelac2015-02-191-2/+2
* cleanup: warning: declaration of 'remove' shadows a global declarationZdenek Kabelac2014-11-231-2/+2
* cleanup: drop unused varsZdenek Kabelac2014-11-201-1/+1
* libdm-config: Warn about duplicate keys.Petr Rockai2014-11-201-1/+6
* libdm-config: Implement dm_config_remove_node.Petr Rockai2014-11-201-0/+17
* libdm-config: Interpret barewords after '=' as strings.Petr Rockai2014-11-201-0/+12
* libdm-config: Implement dm_config_flatten.Petr Rockai2014-11-201-0/+53
* libdm-config: Re-link config trees to reflect file order of keys/sections.Petr Rockai2014-11-201-0/+20
* libdm-config: Allow paths (section/key = value) in config files.Petr Rockai2014-11-201-73/+92
* cleanup: include stdarg.h where needed.Zdenek Kabelac2014-04-181-0/+1
* cache/misc: Revert commit 94377dfdJonathan Brassow2014-01-281-14/+0
* Misc: New function for reading lvm config file fieldsJonathan Brassow2014-01-271-0/+14
* libdm: prevent empty config file section namesAlasdair G Kergon2013-12-051-14/+26
* libdm-config: Allow quoted section (and key) names.Petr Rockai2013-12-011-3/+19
* cleanup: use simplier structure initializationZdenek Kabelac2013-06-161-5/+9
* cleanup: drop zeroing of zallocated dataZdenek Kabelac2013-04-231-3/+1
* config: add support for enhanced config node outputPeter Rajnoha2013-03-061-31/+60
* libdevmapper: add dm_config_value_is_bool functionPeter Rajnoha2013-03-061-0/+14
* config: fix config node lookup inside empty sections to not return the sectio...Peter Rajnoha2013-02-271-2/+2
* libdm: fix segault for truncated string token.Zdenek Kabelac2013-02-041-6/+24
* config: require dm_config_create_value for dm_config_node's valuePeter Rajnoha2012-08-271-7/+2
* whitespaceAlasdair G Kergon2012-08-071-1/+0
* Remove redundant (potentially harmful) semicolonMarian Csontos2012-08-021-1/+1
* config: fix one-node dumpconfig, add dm_config_write_one_nodePeter Rajnoha2012-07-201-2/+13
* Log value chosen in _find_config_bool like other variable types do.Alasdair Kergon2012-05-081-11/+18
* Use 64 bit integers whenever extracting numbers from daemon replies.Petr Rockai2012-03-011-0/+5
* Fix empty string warning logic in _find_config_str. (1.02.68)Alasdair Kergon2012-02-281-8/+10
* add constAlasdair Kergon2012-01-231-1/+3
* Update for gcc old-styleZdenek Kabelac2012-01-191-1/+1
* Add dm_config_find_str_allow_emptyZdenek Kabelac2011-12-211-0/+6
* Make a cleaner split between config tree and config file functionality. MovePetr Rockai2011-12-181-144/+20
* Move dm_config_write out of libdm, back to lib/config, as config_write.Petr Rockai2011-12-111-61/+5