]> mj.ucw.cz Git - libucw.git/history - lib/conf2.c
conf2: insert a node into a list as soon as possible instead of at the end
[libucw.git] / lib / conf2.c
2006-04-24 Robert Spalekconf2: insert a node into a list as soon as possible...
2006-04-23 Martin MaresPointers to lists should be relative to current section...
2006-04-23 Robert SpalekMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-23 Robert Spalekconf2: tested a few more test-cases and fixed/polished...
2006-04-23 Robert Spalekconf2: sorry, fix the commit-hook messages
2006-04-23 Robert Spalekconf2: fix commit hooks
2006-04-23 Robert Spalekconf2: MJ's objections taken care of
2006-04-23 Robert Spalekconf2: bugfixes in journaling
2006-04-23 Robert Spalekconf2: verified and fixed all parsers
2006-04-23 Robert Spalekconf2: fixed journaling of list operations
2006-04-23 Robert Spalekconf2: lists seem to be debugged
2006-04-23 Robert Spalekconf2: 2 bugfixes concerning dynamic arrays and lists
2006-04-23 Robert Spalekconf2: debug dumping of memory into a fastbuf partially...
2006-04-23 Robert Spalekconf2: another bug hunted
2006-04-23 Robert Spalekconf2: removed handling of dirty pages
2006-04-23 Robert Spalekconf2: debugged a lot
2006-04-22 Robert Spalekconf2: journaling of lists still doesn't work, doubles...
2006-04-22 Robert Spalekconf2: several bugfixes, and added interpolation of...
2006-04-22 Robert Spalekconf2: call commit-hooks on dirty sections
2006-04-22 Robert Spalekconf2.c: enable the journal by default
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: bugfix in editing and adding before/after a...
2006-04-21 Robert Spalekconf2: bugfix in tracing the recursion
2006-04-21 Robert Spalekconf2: implemented all list operations in the interpreter
2006-04-21 Robert Spalekconf2: record used selectors when searching in lists
2006-04-21 Robert Spalekconf2: implement clearing a dynamic array
2006-04-21 Robert Spalekconf2: fix skipping unspecified parameters at the end...
2006-04-21 Robert Spalekconf2: resolve an issue concerning variable numbers...
2006-04-21 Robert Spalekconf2: enhanced the interpreter so that it can parse...
2006-04-20 Robert Spaleksmall fixes
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 Spaleksubstantially changed the interface again
2006-04-19 Robert Spalekimplemented a few functions of the new configuration...