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 |
2006-04-19 |
Pavel Charvat | missing commit |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Pavel Charvat | 'make tests' executes also KMP tests |
commit | commitdiff | tree | snapshot |
2006-04-19 |
Pavel Charvat | Language recognizer uses the new KMP... at last :-) |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Robert Spalek | significant simplifications of the interface |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Robert Spalek | added macros CHECK_PTR_TYPE and PTR_TO |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Pavel Charvat | small KMP fixes |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Robert Spalek | interface simplified and a few bugs removed |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Pavel Charvat | final changes to substr analyser... closes Bug 2385 |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Pavel Charvat | corrections in substr analyser |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Robert Spalek | designed the interface of the new configuration reader... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Pavel Charvat | Rewritten KMP... incomplete comments and some useful... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Martin Mares | Cleaned up CONFIG_CENTRUM_xxx switches: |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Martin Mares | Improved description of CONFIG_ALLOW_ANY. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Martin Mares | Test at least one configuration with CONFIG_ALLOW_ANY. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Pavel Charvat | New switch description |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Martin Mares | Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Pavel Charvat | IP parsing code moved to lib/conf.c, closes Bug #2375. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Martin Mares | Added a guard against double inclusion (out-of-order... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Martin Mares | Removing the images directory which has leaked from... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Martin Mares | Added a work-around for make's desires. |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Pavel Charvat | Initial testing version of image signatures... very... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Pavel Charvat | New version of SubStrings analyser... |
commit | commitdiff | tree | snapshot |
next |