]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2006-09-13 Martin MaresAtomic fastbufs: the first sketch of the interface.
2006-09-13 Martin MaresAdded ALWAYS_INLINE.
2006-09-11 Martin MaresHide the TAGS file from the prying eyes of GIT.
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-07 Martin MaresAvoid using ~/.muttrc of the user invoking GIT.
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-06-09 Martin MaresMoved the default configuration from build/sherlock...
2006-06-09 Martin MaresRemoved the CVS log analyser scripts, they are no longe...
2006-06-09 Martin MaresMoved check-customs to debug/, it's clearly a debugging...
2006-05-27 Martin MaresReplaced cf_string_node and cf_2string_node by more...
2006-05-26 Pavel Charvatbetter solution to remove duplicates in installer's...
2006-05-26 Pavel Charvatavoids multiple installs of language directories in...
2006-05-18 Martin MaresWhen a failed test is encountered, continue with other...
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 Martin MaresAdded the core of merging hashes.
2006-05-17 Martin MaresMention that the CONFIG_CS_STEMMER switch exists.
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 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...
next