]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
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 Spalekadd a name of the user-defined type
2006-04-27 Robert Spalekconf2: dumper of the configuration polished; support...
2006-04-27 Robert Spalekconf2: dumping of NULL strings polished
2006-04-26 Robert Spalekconf2: export low-level journalling functions for the...
2006-04-26 Martin MaresThe addrmask type has its own dumper now.
2006-04-26 Martin MaresLookup lists are no longer char**, but byte**.
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 MaresCF_LOOKUP lists must end with NULL.
2006-04-25 Martin Maresipaccess filters now use CF_USER for (addr,mask) pairs...
2006-04-25 Martin MaresUse CF_LOOKUP.
2006-04-25 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-25 Martin MaresDon't end error messages with a comma.
2006-04-25 Robert SpalekMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-25 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-25 Robert Spalekconf2: dynamic arrays allow negative maximal length
2006-04-25 Martin MaresMore ipaccess work-arounds (will be gone soon).
2006-04-25 Robert Spalekconf: parsing IP address fixed
2006-04-25 Robert SpalekMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-25 Robert Spalekconf2: add 2 ASSERT's on checking the user-defined...
2006-04-25 Robert Spalekconf2: added support for user-defined types (tested...
2006-04-25 Martin MaresFixed operator priorities in cf_parse_ip().
2006-04-25 Robert Spalekconf2: add basic type CT_LOOKUP that maps strings to...
2006-04-25 Martin MaresA preliminary version of the new ipaccess module.
2006-04-25 Martin MaresAdded CF_ARY_NUM and CF_JOURNAL_VAR.
2006-04-25 Pavel Charvat- fixed accepted double 0x prefix ("0x0x12345678") and
2006-04-24 Martin MaresThe "don't cf_load on error exit" optimization was...
2006-04-24 Martin Maresbopen_safe() in conf2 was leaking file descriptors...
2006-04-24 Martin MaresStarted moving configuration sections to cf/sherlock2.
2006-04-24 Martin MaresDon't load the default config file when an invalid...
2006-04-24 Robert Spalekconf2: damn, I of course forgot to get rid of a debug...
2006-04-24 Robert Spalekconf2: implemented committing only dirty sections
2006-04-24 Robert Spalekconf2: correct unescaping of C-strings
2006-04-24 Pavel Charvatfixed escape sequences parser
2006-04-24 Pavel CharvatSimple parser for escape sequences.
2006-04-24 Robert Spalekconf2: report a bug when mixing line- and block- syntax...
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 Spaleklib: revert unwanted commit
2006-04-23 Robert Spaleklib: converted to use conf2.c instead of conf.c
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-test: add a simple tester configuration file
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 Spalekipaccess: move here temporarily cf_parse_ip()
2006-04-22 Robert Spalekconf: comment out parsers before I get rid of the modul...
2006-04-22 Robert Spalekconf2: fill in the skeleton of the tester
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 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 Spalekthe init-hook of the main section inserts a few nodes...
2006-04-20 Robert Spalekadded declaration and initialization of sections
2006-04-20 Pavel Charvatfixes
2006-04-20 Robert Spalekcf_pool exported, journal not mandatory, and simplified...
2006-04-20 Robert Spalekseparated size of bucket ID (4 vs 5) and size of pointe...
2006-04-20 Pavel CharvatSome description and corrections...
2006-04-20 Robert Spalekimplemented journal and safe (re)loading of cf/files...
2006-04-20 Pavel Charvatminor changes to KMP:
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 Pavel CharvatRemoved KMP_ADD_EXTRA_VAR and some useless parenteses.
2006-04-20 Robert Spaleksubstantially changed the interface again
2006-04-20 Pavel Charvatcustom arguments and return type of kmp_search replaced
2006-04-20 Pavel CharvatMore changes in KMP:
2006-04-20 Pavel CharvatRemoved old KMP completely
2006-04-20 Pavel CharvatRemoved previously added parameter {KMP,HASH}_PARAM_POO...
2006-04-20 Pavel CharvatFixed implicit declaration warning in hash-test.c
2006-04-19 Pavel CharvatEnables the user to give non-global memory pool to...
next