]> mj.ucw.cz Git - libucw.git/history - lib/conf2.h
shell/config: check the default value from the command-line
[libucw.git] / lib / conf2.h
2006-04-27 Robert Spalekconf2: unified clist operations with the rest of Sherlock
2006-04-27 Robert Spalekconf2: list operation duplicate -> copy, and support...
2006-04-27 Robert Spalekconf2: implemented list operation duplicate
2006-04-27 Robert Spalekconf2: dumper of the configuration polished; support...
2006-04-26 Robert Spalekconf2: export low-level journalling functions for the...
2006-04-26 Martin MaresDumpers don't return anything, especially not a void...
2006-04-26 Martin MaresIf CONFIG_DEBUG is enabled, all programs support a...
2006-04-26 Robert Spalekconf2: lookup tables are byte** instead of char**
2006-04-25 Robert Spalekconf2: include <getopt.h> again, it's tedious to write...
2006-04-25 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-25 Robert SpalekMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-25 Robert Spalekconf2: added support for user-defined types (tested...
2006-04-25 Robert Spalekconf2: add basic type CT_LOOKUP that maps strings to...
2006-04-25 Martin MaresAdded CF_ARY_NUM and CF_JOURNAL_VAR.
2006-04-23 Robert SpalekMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-23 Robert Spalekconf2: MJ's objections taken care of
2006-04-23 Robert Spalekconf2: bugfixes in journaling
2006-04-23 Robert Spalekconf2: debug dumping of memory into a fastbuf partially...
2006-04-22 Robert Spalekconf2: added interface for accessing cf_items from...
2006-04-22 Robert Spalekconf2: implemented a command-line parser and sections...
2006-04-22 Robert Spalekconf2: full implementation of the parser; only command...
2006-04-21 Robert Spalekconf2: added a parser for IP addresses
2006-04-21 Robert Spalekconf2: fix skipping unspecified parameters at the end...
2006-04-20 Robert Spalekadded CF_UNS, because (int*) and (uns*) are uncompatibl...
2006-04-20 Robert Spalekimplemented parser of a single line and top-level secti...
2006-04-20 Robert Spalekadded declaration and initialization of sections
2006-04-20 Robert Spalekcf_pool exported, journal not mandatory, and simplified...
2006-04-20 Robert Spalekimplemented journal and safe (re)loading of cf/files...
2006-04-20 Robert Spalekparsers of basic types exported and got rid of the...
2006-04-20 Robert Spalekmacros don't end by a comma, and CF_ITEMS/CF_END reintr...
2006-04-20 Robert Spaleksubstantially changed the interface again
2006-04-19 Robert Spalek- added prototypes of memory allocation and journal...
2006-04-18 Robert Spaleksignificant simplifications of the interface
2006-04-18 Robert Spalekinterface simplified and a few bugs removed
2006-04-17 Robert Spalekdesigned the interface of the new configuration reader...