]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2006-05-07 Robert Spalekcleanup of new configuration: operation :unset replaced...
2006-05-05 Robert Spalekconfiguration mechanism: added support for bitmaps
2006-05-04 Martin MaresCONST is not PURE. Thanks to Pavel for spotting that.
2006-05-04 Martin MaresUse LIKE_MALLOC and SENTINEL_CHECK for mempool operations.
2006-05-04 Martin MaresCorrected definition of the PURE attribute.
2006-05-03 Robert Spalekconf: forgot to initialize a local variable
2006-04-30 Robert Spalekconf: don't die in bgets() on too long lines
2006-04-30 Martin MaresWhen allocating dynamic arrays, respect alignment....
2006-04-30 Robert Spalekconf: move the initialization of dynamic arrays from...
2006-04-30 Robert Spalekconf: redesign dynamic arrays; things get cleaner and...
2006-04-30 Robert Spalekconf: clearing a dynamic array allocates a zero-length...
2006-04-30 Robert Spalekconf: fix one journalling call
2006-04-30 Robert Spalekconf: expand a macro call, because it's used only once
2006-04-30 Martin MaresRenamed conf-test.t to conf-test.cf, because .t usually...
2006-04-30 Martin MaresWhen diffing for mail reports, detect renames and copies.
2006-04-30 Martin MaresReplaced the DARY_ALLOC by a comment explaining when...
2006-04-30 Robert Spalekconf: handle NULL dynamic arrays before calling commit...
2006-04-29 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-29 Martin MaresRemoved trailing whitespaces.
2006-04-29 Robert Spalekconf2: improved error messages (# of item in a list...
2006-04-29 Robert Spalekconf2: initialize dynamic arrays so that they are not...
2006-04-28 Martin MaresIntroduced a configuration post-processor sherlock...
2006-04-28 Robert Spalekconf2: allow :clear on string attributes
2006-04-28 Robert Spalekconf2 header: added (c) and #ifdef
2006-04-28 Robert Spalekconf2: source files references in header files, and...
2006-04-28 Robert Spalekconf2.c split into 7 smaller modules conf-*.c with...
2006-04-28 Pavel Charvattypo
2006-04-28 Martin MaresThe --dumpconfig option stops the program after dumping.
2006-04-28 Martin MaresImproved comments.
2006-04-28 Martin MaresAdded stk_strjoin() as well.
2006-04-28 Martin MaresAdded a function for joining an array of strings, using...
2006-04-28 Robert Spalekconf2: fixed 2 bugs in parsing nested configuration...
2006-04-27 Robert Spaleksplit conf2.h into conf.h and getopt.h
2006-04-27 Robert Spalekconf: remove the old configuration mechanism whatsoever
2006-04-27 Martin MaresRemoved the cf/sherlock2 hack (will move the config...
2006-04-27 Robert Spalekconf2: postponing of commits fixed
2006-04-27 Robert Spalekconf2: fix appending to a dynamic array set to NULL
2006-04-27 Robert Spalekconf2: when loading the initial configuration, commit...
2006-04-27 Robert Spalekconf2: polished error messages of commit-hooks
2006-04-27 Robert Spalekshell/config: check the default value from the command...
2006-04-27 Robert Spalekshell/config: upgraded to use conf2 instead of conf
2006-04-27 Martin MaresCleaned up access-lists.
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
next