]> mj.ucw.cz Git - libucw.git/history - lib
Show timings and allow direct I/O.
[libucw.git] / lib /
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-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-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-11 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
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 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.
2006-12-08 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-12-08 Martin Maresworkqueue: Added non-blocking wait functions.
2006-12-04 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-12-01 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-12-01 Martin MaresAdded a couple of ASSERTs more.
2006-12-01 Martin MaresSimplified the asio module.
2006-11-25 Martin MaresImplemented an asynchronous I/O library module.
2006-11-25 Martin MaresAdded a library module for distributing work between...
2006-11-24 Martin MaresThe first idea of an async I/O interface.
2006-11-23 Martin MaresAdded big_alloc() for allocating large, page-aligned...
2006-10-28 Robert Spalekenable dynamic linking on Darwin
2006-10-28 Robert Spalekauto-detect CONFIG_LFS
2006-10-27 Robert Spalekmake the Perl Ulimit module compilable on Darwin
2006-10-27 Robert Spalekupdate the code so that it compiles both on Linux and...
next