2006-04-27 |
Robert Spalek | conf2: dumper of the configuration polished; support... |
commit | commitdiff | tree | snapshot |
2006-04-27 |
Robert Spalek | conf2: dumping of NULL strings polished |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Robert Spalek | conf2: export low-level journalling functions for the... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Martin Mares | The addrmask type has its own dumper now. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Martin Mares | Lookup lists are no longer char**, but byte**. |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Martin Mares | Dumpers don't return anything, especially not a void... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Martin Mares | If CONFIG_DEBUG is enabled, all programs support a... |
commit | commitdiff | tree | snapshot |
2006-04-26 |
Robert Spalek | conf2: lookup tables are byte** instead of char** |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | conf2: include <getopt.h> again, it's tedious to write... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | CF_LOOKUP lists must end with NULL. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | ipaccess filters now use CF_USER for (addr,mask) pairs... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | Use CF_LOOKUP. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | Don't end error messages with a comma. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | conf2: dynamic arrays allow negative maximal length |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | More ipaccess work-arounds (will be gone soon). |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | conf: parsing IP address fixed |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | conf2: add 2 ASSERT's on checking the user-defined... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | conf2: added support for user-defined types (tested... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | Fixed operator priorities in cf_parse_ip(). |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Robert Spalek | conf2: add basic type CT_LOOKUP that maps strings to... |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | A preliminary version of the new ipaccess module. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Martin Mares | Added CF_ARY_NUM and CF_JOURNAL_VAR. |
commit | commitdiff | tree | snapshot |
2006-04-25 |
Pavel Charvat | - fixed accepted double 0x prefix ("0x0x12345678") and |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Martin Mares | The "don't cf_load on error exit" optimization was... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Martin Mares | bopen_safe() in conf2 was leaking file descriptors... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Martin Mares | Started moving configuration sections to cf/sherlock2. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Martin Mares | Don't load the default config file when an invalid... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Robert Spalek | conf2: damn, I of course forgot to get rid of a debug... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Robert Spalek | conf2: implemented committing only dirty sections |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Robert Spalek | conf2: correct unescaping of C-strings |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Pavel Charvat | fixed escape sequences parser |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Pavel Charvat | Simple parser for escape sequences. |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Robert Spalek | conf2: report a bug when mixing line- and block- syntax... |
commit | commitdiff | tree | snapshot |
2006-04-24 |
Robert Spalek | conf2: insert a node into a list as soon as possible... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Martin Mares | Pointers to lists should be relative to current section... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | lib: revert unwanted commit |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | lib: converted to use conf2.c instead of conf.c |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: tested a few more test-cases and fixed/polished... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: sorry, fix the commit-hook messages |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: fix commit hooks |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: MJ's objections taken care of |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: bugfixes in journaling |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: verified and fixed all parsers |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: fixed journaling of list operations |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: lists seem to be debugged |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: 2 bugfixes concerning dynamic arrays and lists |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: debug dumping of memory into a fastbuf partially... |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: another bug hunted |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: removed handling of dirty pages |
commit | commitdiff | tree | snapshot |
2006-04-23 |
Robert Spalek | conf2: debugged a lot |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: journaling of lists still doesn't work, doubles... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2-test: add a simple tester configuration file |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: several bugfixes, and added interpolation of... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: call commit-hooks on dirty sections |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | ipaccess: move here temporarily cf_parse_ip() |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf: comment out parsers before I get rid of the modul... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: fill in the skeleton of the tester |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2.c: enable the journal by default |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: added interface for accessing cf_items from... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: implemented a command-line parser and sections... |
commit | commitdiff | tree | snapshot |
2006-04-22 |
Robert Spalek | conf2: full implementation of the parser; only command... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Robert Spalek | conf2: added a parser for IP addresses |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Robert Spalek | conf2: bugfix in editing and adding before/after a... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Robert Spalek | conf2: bugfix in tracing the recursion |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Robert Spalek | conf2: implemented all list operations in the interpreter |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Robert Spalek | conf2: record used selectors when searching in lists |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Robert Spalek | conf2: implement clearing a dynamic array |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Robert Spalek | conf2: fix skipping unspecified parameters at the end... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Robert Spalek | conf2: resolve an issue concerning variable numbers... |
commit | commitdiff | tree | snapshot |
2006-04-21 |
Robert Spalek | conf2: enhanced the interpreter so that it can parse... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Robert Spalek | small fixes |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Robert Spalek | added CF_UNS, because (int*) and (uns*) are uncompatibl... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Robert Spalek | implemented parser of a single line and top-level secti... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Robert Spalek | the init-hook of the main section inserts a few nodes... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Robert Spalek | added declaration and initialization of sections |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Pavel Charvat | fixes |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Robert Spalek | cf_pool exported, journal not mandatory, and simplified... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Robert Spalek | separated size of bucket ID (4 vs 5) and size of pointe... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Pavel Charvat | Some description and corrections... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Robert Spalek | implemented journal and safe (re)loading of cf/files... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Pavel Charvat | minor changes to KMP: |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Robert Spalek | parsers of basic types exported and got rid of the... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Robert Spalek | macros don't end by a comma, and CF_ITEMS/CF_END reintr... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Pavel Charvat | Removed KMP_ADD_EXTRA_VAR and some useless parenteses. |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Robert Spalek | substantially changed the interface again |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Pavel Charvat | custom arguments and return type of kmp_search replaced |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Pavel Charvat | More changes in KMP: |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Pavel Charvat | Removed old KMP completely |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Pavel Charvat | Removed previously added parameter {KMP,HASH}_PARAM_POO... |
commit | commitdiff | tree | snapshot |
2006-04-20 |
Pavel Charvat | Fixed implicit declaration warning in hash-test.c |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Pavel Charvat | Enables the user to give non-global memory pool to... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Robert Spalek | implemented a few functions of the new configuration... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Robert Spalek | - added prototypes of memory allocation and journal... |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Martin Mares | FIxed indentation. |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Martin Mares | Slight improvements to comments. |
commit | commitdiff | tree | snapshot |
next |