]> mj.ucw.cz Git - libucw.git/history - lib
Added a new mempool primitive mp_spread().
[libucw.git] / lib /
2007-03-29 Martin MaresAdded a new mempool primitive mp_spread().
2007-03-29 Pavel CharvatMerged extended mempool from the dev-playground branch.
2007-03-12 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-10 Martin MaresRewritten ff-binary.
2007-03-10 Martin MaresUnaligned access functions (formerly macros) work in...
2007-03-10 Martin MaresBinary fastbuf functions moved to lib/ff-binary.h.
2007-03-10 Martin MaresRemoved an unnecessary optimization.
2007-03-10 Martin Mareslib/fastbuf.h no longer includes <stdio.h>.
2007-03-10 Martin MaresFastbufs now work better on unseekable files.
2007-03-08 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-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 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-15 Pavel CharvatMerge with git+ssh://git.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 MaresAdded missing lib/bigalloc.c from dev-async-shep.
2007-01-02 Pavel CharvatPartial merge with dev-async-shep:
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-15 Martin MaresFixed bug in signal handling.
2006-12-15 Martin MaresRemoved the `returned' hook.
2006-12-15 Martin MaresImplemented priority queues.
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-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...
2006-10-27 Robert Spalekfdatasync is not supported on Darwin ===> work-around
2006-10-27 Robert Spalekadded a wrapper for POSIX semaphores that works also...
2006-10-27 Robert Spalekseparate the support of large files from using LFS...
2006-10-26 Robert SpalekALIGN renamed to ALIGN_TO
2006-10-19 Pavel CharvatCompleted merge with dev-img branch.
2006-10-13 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-10-13 Martin Maresstk_printf() has been fixed.
2006-10-09 Robert Spalekconf: improve the format of the error message issued...
2006-10-09 Pavel Charvatthread-safe stk_printf
2006-10-05 Martin MaresReplaced the SORTER_DECLARE_ONLY hack by lib/sorter...
2006-09-26 Martin MaresDefine NO_INLINE, which can be helpful when profiling.
2006-09-22 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-09-20 Martin MaresDocumented thread safety of ucwlib functions.
2006-09-18 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
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-14 Martin MaresAvoid unnecessary include of bbuf.h in fastbuf.h.
2006-09-14 Martin MaresDefine the buffer type as both a typedef and a structure.
2006-09-14 Martin MaresImplemented the atomic fastbuf backend.
2006-09-13 Martin MaresAtomic fastbufs: the first sketch of the interface.
2006-09-13 Martin MaresAdded ALWAYS_INLINE.
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
next