summaryrefslogtreecommitdiffstats
path: root/libdm/libdm-config.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* In the dm_config_*get_* functions, make the actual value retrieval optionalPetr Rockai2011-12-111-5/+10
* Fix core on buggy config fileZdenek Kabelac2011-10-281-1/+5
* Add find_config_tree_str_allow_emptyZdenek Kabelac2011-10-281-5/+14
* Remove test for NULLZdenek Kabelac2011-09-251-3/+1
* Add missing log_error messagesZdenek Kabelac2011-09-251-6/+14
* Add backtrace when allocation fails for _typeZdenek Kabelac2011-09-251-1/+2
* Replace test for NULL of root->child with test for NULL lZdenek Kabelac2011-09-251-1/+1
* Simplier attribute formatZdenek Kabelac2011-09-251-2/+1
* Chheck for failing filename strdupZdenek Kabelac2011-09-251-2/+7
* Use NULL for pointersZdenek Kabelac2011-09-251-10/+10
* Move cascade inside libdm etc.Alasdair Kergon2011-09-021-5/+31
* Comments, FIXMEs, name changes.Alasdair Kergon2011-09-011-13/+27
* Use const casting when it's neededZdenek Kabelac2011-09-011-7/+7
* Replace const usage of dm_config_find_node with more appropriate value-lookupPetr Rockai2011-08-311-5/+38
* Fix warnings and constness handling in lvmetad-core (adjusting thePetr Rockai2011-08-311-8/+8
* Move the core of the lib/config/config.c functionality into libdevmapper,Petr Rockai2011-08-301-0/+1237