]> mj.ucw.cz Git - libucw.git/history - lib
conf: improve the format of the error message issued on invalid -S setting
[libucw.git] / lib /
2006-10-09 Robert Spalekconf: improve the format of the error message issued...
2006-09-15 Martin MaresGuard against calls of random_max() with too large...
2006-09-15 Martin MaresAdded random_u64() and random_max_u64().
2006-09-11 Martin MaresOops, a typo.
2006-09-11 Martin MaresEnable prefetching on some more CPU's.
2006-09-11 Martin MaresAdded automatic configuration for Prescott, Nocona...
2006-09-10 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-09-10 Pavel CharvatSmall customizations moved do a new directory:
2006-09-10 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-09-10 Martin MaresAdded sh_fstat.
2006-09-10 Pavel CharvatIntroduced new switch CONFIG_SHERLOCK which can
2006-09-05 Pavel Charvatadded missing _UCW prefix to headers guards
2006-07-26 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-07-26 Pavel Charvatfixed some compilation warnings
2006-07-25 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-07-25 Pavel Charvatfixed v3.9 config parsing in web-queue-main
2006-07-24 Pavel CharvatMerge with git+ssh://www.ucw.cz/projects/sherlock/GIT...
2006-07-24 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-07-19 Pavel CharvatMerge with git+ssh://www.ucw.cz/projects/sherlock/GIT...
2006-07-17 Vladimir Jelenbackport patch from head
2006-07-17 Vladimir Jelenbackport patch from head
2006-07-10 Vladimir Jelenfix - allow logfiles larger then 2G
2006-07-09 Martin MaresWhen exporting libucw API, don't forget to add autoconf.h.
2006-07-03 Daniel FialaAdded function lib/redblack.h:search_down(key), that...
2006-05-27 Martin MaresReplaced cf_string_node and cf_2string_node by more...
2006-05-18 Pavel CharvatAdded memory limit to bgets_bb().
2006-05-18 Pavel Charvatremoved trailing spaces
2006-05-18 Pavel CharvatSome fixes and changes from yesterday.
2006-05-17 Pavel Charvatbin/config: String type has no prefix again.
2006-05-17 Pavel CharvatSome optimizations and fixes in bgets*().
2006-05-17 Martin MaresSplit fastbuf.c to three parts.
2006-05-17 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-05-17 Pavel CharvatFaster bgets_bb(). Similar optimizations can be done in
2006-05-17 Robert Spalekshell/config: remove duplicate type_size()
2006-05-17 Pavel Charvatsimple bgets with allocation on the stack/mempool/bbuf
2006-05-16 Pavel CharvatForgotten commit... added arrays support to configurati...
2006-05-12 Pavel Charvatadded missing dependency
2006-05-12 Pavel Charvatremoved forgotten space
2006-05-12 Pavel Charvatconfiguration reader:
2006-05-11 Pavel Charvat"not/configured" safe defaults returned to bin/indexer
2006-05-11 Pavel Charvatmore intuitive parameter in configuration reader
2006-05-11 Pavel Charvatlib/shell/config.c rewritten...
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 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 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.
next