]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2007-03-10 Martin MaresFastbufs now work better on unseekable files.
2007-03-10 Pavel Charvatuse the new mkdist feature in cf/images
2007-03-09 Pavel Charvatperl: Added Sherlock::Config::Usage string.
2007-03-08 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-08 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-07 Pavel CharvatASSERT if now an expression
2007-03-07 Pavel Charvatremoved EASSERT
2007-03-07 Pavel Charvatadded always evaluated EASSERT(x)
2007-03-07 Pavel CharvatAdded 32bit random number generator.
2007-03-05 Pavel Charvatsmall fixes in perl modules
2007-03-03 Pavel Charvatpartially updated free/mkdist
2007-03-01 Pavel Charvatstkstring.h depends on <stdio.h> (sprintf)
2007-02-25 Pavel Charvatfixed fcnt_lock interface description
2007-02-25 Pavel Charvatadded a perl module for fcntl locking
2007-02-17 Martin MaresMore bug fixes^W^Wimprovements to the timing statistics.
2007-02-17 Martin MaresCleaned up sorter timings and added a final timing...
2007-02-17 Martin MaresUpdated all users of the timer interface to pass an...
2007-02-17 Martin MaresReplaced the old timing functions by something more...
2007-02-16 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-10 Martin MaresFix calculation of internal sorting buffer and add...
2007-02-10 Martin MaresReally deallocate the big_buf when radix-splitting.
2007-02-10 Martin MaresCreated a local TODO list.
2007-02-10 Martin MaresAdded a magical constant estimating non-uniformity...
2007-02-10 Martin MaresFix an off-by-1 error.
2007-02-10 Martin MaresFix bucket estimator.
2007-02-10 Martin MaresRadix-sorting is not compatible with custom presort.
2007-02-10 Martin MaresMuch better decisions on radix sorter parameters.
2007-02-10 Martin MaresAdded a couple of tests with the old sorter to have...
2007-02-10 Martin MaresAdded s-fixint module (internal sorter for small fixed...
2007-02-10 Martin MaresFixed a silly bug.
2007-02-10 Martin MaresMoved formatting of sizes to libucw.
2007-02-10 Martin MaresMinor improvements of debug messages.
2007-02-09 Martin MaresFixed bug in printing of bucket sizes.
2007-02-09 Martin MaresAdded a trivial implementation of radix sorting.
2007-02-09 Martin MaresShow timings and allow direct I/O.
2007-02-09 Martin MaresRemember size of the input file.
2007-02-09 Martin MaresAll numbers printed by sort-test should be unsigned.
2007-02-09 Martin MaresKilled a bug in the tester.
2007-02-09 Martin MaresCannot swap out the source file, because we don't know...
2007-02-09 Martin MaresAdded a graph-like test case which tests custom presort...
2007-02-09 Martin MaresAllow empty test cases.
2007-02-09 Martin MaresBetter messages and sort-test controls.
2007-02-09 Martin MaresAdded "keep buckets" debug option and fixed some bugs.
2007-02-09 Martin MaresA new test.
2007-02-09 Martin MaresMerged genconf improvements from mainline.
2007-02-08 Martin MaresMore elegant evaluation of #if expressions.
2007-02-08 Martin MaresImplemented substition of configuration variables.
2007-02-03 Martin MaresAdded several tests.
2007-02-03 Martin MaresRemember to undefine SORT_PREFIX.
2007-02-03 Martin MaresSquash a couple of warnings.
2007-02-03 Martin MaresMoved low-level operations to a separate file.
2007-02-02 Martin MaresImplemented SORT_UNIFY, SORT_UNIQUE and debugged SORT_V...
2007-02-02 Martin MaresEmpty final bucket should be turned into a file as...
2007-02-02 Martin MaresCleaned up joining of buckets.
2007-02-02 Martin MaresImplemented swapping in/out buckets.
2007-02-02 Martin MaresCleanup of bucket handling.
2007-02-02 Martin MaresMore bits of the sorter.
2007-02-02 Martin MaresFormat string cleanup.
2007-02-02 Martin Maresbig_alloc() now takes a 64-bit argument.
2007-02-02 Martin MaresReplaced %L by %ll, the former is obsolete and specific...
2007-02-02 Martin MaresHunted down a dozen of damned printf cast bugs.
2007-02-02 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-02-02 Martin MaresMake !CONFIG_EXACT_CPU work again.
2007-02-02 Martin MaresThe great type cleanup: Use C99 types where applicable.
2007-02-02 Martin MaresUse uintptr_t instead of addr_int_t.
2007-02-02 Martin MaresGet rid of ancient types: sbyte, word, sword.
2007-01-31 Martin MaresSeveral bits of the new sorter.
2007-01-31 Martin MaresFirst bits of the sorter infrastructure.
2007-01-31 Martin MaresFirst attempt at interface of the new sorter.
2007-01-31 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-01-29 Martin MaresUnified printing of flags.
2007-01-17 Pavel Charvatgenconf: Stop the compilation if #pipe failed.
2007-01-17 Pavel CharvatSupport for the following syntax in configuration files:
2007-01-15 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-01-12 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-01-12 Martin MaresCPU_PAGE_SIZE ported from mainline.
2007-01-12 Martin MaresDetermine system page size in the configure script...
2007-01-02 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-01-02 Martin MaresAdded missing lib/bigalloc.c from dev-async-shep.
2007-01-02 Pavel CharvatPartial merge with dev-async-shep:
2006-12-18 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-12-18 Pavel Charvatadded missing type for a local variable
2006-12-18 Martin MaresFixed a typo preventing compilation in non-threaded...
2006-12-18 Martin MaresRemove relics of pre-CONFIG_UCW_THREADS times.
2006-12-18 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2006-12-18 Pavel CharvatMerged mainline with parallel shep-reap:
2006-12-18 Martin MaresUse thread ID for temporary file creation.
2006-12-18 Martin MaresAdded thread_id to ucwlib_context.
2006-12-18 Martin MaresFree thread context structure on thread termination.
2006-12-18 Martin MaresUse gettid() on Linux.
2006-12-18 Martin MaresUse thread ID for temporary file creation.
2006-12-18 Martin MaresAdded thread_id to ucwlib_context.
2006-12-18 Martin MaresFree thread context structure on thread termination.
2006-12-15 Martin MaresFixed bug in signal handling.
2006-12-15 Martin MaresFixed bug in signal handling.
2006-12-15 Martin MaresRemoved the `returned' hook.
2006-12-15 Martin MaresImplemented priority queues.
2006-12-15 Martin MaresASIO requests are not prioritized.
next