]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
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-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 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-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.
2006-12-15 Martin MaresImplemented priority queues.
2006-12-12 Martin MaresKilled struct work.returned, it was a silly interface.
2006-12-12 Martin MaresThe asio.test should be performed only in threaded...
2006-12-12 Pavel Charvatimage-sim-test can display also base224-encoded signatures
2006-12-12 Pavel Charvatfixed long option for computation of base64 signatures
2006-12-12 Pavel Charvatimage-sim-test can display base64-encoded signature
2006-12-11 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-12-11 Martin MaresUpdated various programs and Makefiles to use the threa...
2006-12-11 Martin MaresUpdated libucw threading notes.
2006-12-11 Martin MaresLogging functions are thread-safe.
2006-12-11 Martin MaresFixed thread safety of signal handling.
2006-12-11 Martin MaresExport temp_file_name().
2006-12-11 Martin MaresCreation of temporary files is now thread-safe (ugh).
2006-12-11 Martin MaresAdded threading infrastructure to libucw and CONFIG_UCW...
2006-12-11 Martin MaresTrivial cleanups.
2006-12-11 Martin MaresAdded a library module for distributing work between...
2006-12-11 Martin MaresRemoved an old FIXME.
2006-12-11 Pavel Charvatsize_t != uns
2006-12-09 Martin MaresFixed thread safety of signal handling.
2006-12-09 Martin MaresLogging functions are thread-safe.
2006-12-09 Martin MaresUse Threads.DefaultStackSize instead of various local...
2006-12-09 Martin MaresConfigure default thread stack size globally.
2006-12-09 Martin MaresUse the generic thread context to hold per-thread I...
2006-12-09 Martin MaresConverted asio to use the global ucwlib lock.
2006-12-09 Martin MaresConverted the fb-temp module to use threads.h.
2006-12-09 Martin MaresAdded a simple threading helper module.
2006-12-09 Martin MaresRemove extra dependencies on -lpthread.
2006-12-09 Martin Maresfb-direct: Implemented temporary files.
2006-12-09 Martin MaresDon't forget to build fb-direct.
2006-12-09 Martin Maresfb-direct: Name-space cleanup.
2006-12-09 Martin MaresCreation of temporary files is now thread-safe (ugh).
2006-12-09 Martin MaresAdded a direct I/O fastbuf backend.
2006-12-09 Martin MaresAdded CONFIG_UCW_THREADS.
2006-12-09 Martin Maresasio: Put a lock around maintenance of use-counts.
2006-12-09 Martin Maresasio: Add a couple of user-defined fields.
2006-12-09 Martin Maresfb-file: A couple of trivial cleanups.
next