]> mj.ucw.cz Git - libucw.git/shortlog
libucw.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 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 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 Spalekmacros don't end by a comma, and CF_ITEMS/CF_END reintr...
2006-04-20 Robert Spaleksubstantially changed the interface again
2006-04-19 Robert Spalekimplemented a few functions of the new configuration...
2006-04-19 Robert Spalek- added prototypes of memory allocation and journal...
2006-04-18 Robert Spaleksignificant simplifications of the interface
2006-04-18 Robert Spalekadded macros CHECK_PTR_TYPE and PTR_TO
2006-04-18 Robert Spalekinterface simplified and a few bugs removed
2006-04-17 Robert Spalekdesigned the interface of the new configuration reader...
2006-04-16 Pavel CharvatRewritten KMP... incomplete comments and some useful...
2006-04-12 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-12 Martin MaresCleaned up CONFIG_CENTRUM_xxx switches:
2006-04-12 Martin MaresImproved description of CONFIG_ALLOW_ANY.
2006-04-12 Martin MaresTest at least one configuration with CONFIG_ALLOW_ANY.
2006-04-12 Pavel CharvatNew switch description
2006-04-11 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-10 Pavel CharvatIP parsing code moved to lib/conf.c, closes Bug #2375.
2006-04-06 Martin MaresAdded a guard against double inclusion (out-of-order...
2006-04-06 Martin MaresRemoving the images directory which has leaked from...
2006-04-06 Martin MaresAdded a work-around for make's desires.
2006-04-06 Pavel CharvatInitial testing version of image signatures... very...
2006-04-05 Pavel CharvatNew version of SubStrings analyser...
2006-04-04 Pavel CharvatNew version of substring search analyser (bug 2315).
2006-04-04 Pavel CharvatForgotten comment
2006-04-04 Pavel Charvatkmp_enter_raw_string uses zero-terminated array of...
2006-04-04 Pavel CharvatUTF-8 bug hunted in substring search
2006-03-30 Vladimir Jelenadded #ifndef for header file
2006-03-25 Pavel CharvatGIT uses mutt's default value of allow_8bit when sendin...
2006-03-24 Pavel CharvatGIT commit mails are now in UTF-8
2006-03-21 Martin MaresRenamed fb-gbuf to fb-grow as Robert suggested.
2006-03-20 Martin MaresExclude the TAGS file as well.
2006-03-17 Martin MaresNaming of the growing fastbuf was completely silly...
2006-03-17 Martin MaresSupport seeks on fbbuf streams.
2006-03-17 Martin MaresAdded a recyclable fastbuf over a growing buffer.
2006-03-10 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-03-10 Martin MaresMux no longer crashes, removing the trap.
2006-03-08 Pavel Charvat{stk,mp}_conv --> {stk,mp}_strconv
2006-03-08 Pavel CharvatSlightly faster mp-charconv... minor change
2006-03-06 Pavel CharvatWell, a simple variant of stk_conv.
2006-03-05 Pavel CharvatCharset conversion with allocation on the stack do not
2006-03-04 Pavel CharvatFix: .h indentation and ifdef names; some comments...
2006-03-04 Pavel CharvatConversion between charsets with allocation on the...
2006-03-02 Martin Maresgcc-4.1 should so far use the the same switches as...
2006-03-02 Martin MaresMerged with v3.8
2006-03-02 Robert Spalekget rid of return's after ASSERT's. that only caused...
2006-03-02 Robert Spalekget rid of return's after ASSERT's. that only caused...
2006-02-28 Martin MaresMerged with v3.8
2006-02-27 Martin MaresReverted most of the Robert's confused commit (the...
2006-02-27 Robert SpalekMerge with 3.8 (my small changes due to trying to relea...
2006-02-27 Robert Spalekavoid compiler warnings with debugging turned off
2006-02-27 Robert SpalekCONFIG_INCREMENTAL doesn't belong to the free version
2006-02-24 Martin MaresDebugging traps should dwell only in v3.8, so reverting...
2006-02-24 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-02-24 Martin MaresOne more file to exclude.
2006-02-24 Martin Mares.cvsignore is no longer needed.
2006-02-24 Martin MaresAdded the update hook script to the repository.
2006-02-24 Martin MaresAdded an exclude file, symlink it to .git/info/exclude...
next