]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2007-07-17 Martin MaresFirst bits of installation of .pc files.
2007-07-17 Martin MaresFixed depedencies of libimages.
2007-07-17 Martin MaresThe pkg-config variables have no default value.
2007-07-17 Martin MaresUse pkg-config to handle library dependencies.
2007-07-17 Martin MaresSubstitute not only configuration switches, but also...
2007-07-17 Pavel Charvatfixed a well hidden bug in file fastbufs
2007-07-17 Martin MaresUnified installation of includes.
2007-07-17 Martin MaresIntroduced the verbose switch.
2007-07-09 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-25 Pavel Charvattypos
2007-06-25 Pavel Charvatfew "byte *" -> "char *" conversions
2007-06-25 Pavel Charvatnoted that utf8_{put/get} supports only a subset of...
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-25 Pavel Charvatconverted byte ** -> char ** in sepsplit
2007-06-25 Pavel Charvatreplaced several "byte *" -> "char *", mostly in the...
2007-06-25 Pavel Charvatfastbufs: byte * -> char *
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-22 Martin Mareshashfunc: char-ified.
2007-06-22 Martin MaresUse `char *' instead of `byte *' for strings
2007-06-22 Martin MaresAdded missing parameter names to function prototypes.
2007-06-22 Robert Spaleklib: convert log->msg in Darwin-#ifdef'ed code
2007-06-21 Pavel Charvatlibimages: removed experiments with Hilbert curves
2007-06-21 Pavel Charvatrun testing utities in rundir instead of in source...
2007-06-21 Pavel CharvatThe great conversion of log() logging function to msg().
2007-06-21 Pavel Charvatlicharset: added const qualifiers
2007-06-21 Pavel Charvatlibucw: added more const qualifiers
2007-06-21 Pavel Charvatfixed few compilation warnings
2007-06-21 Pavel Charvatlibucw: added several const qualifiers
2007-06-20 Martin MaresMoved detaching of stdout from log_file() to the daemon...
2007-06-20 Martin MaresDocumented bgets() and friends per popular request.
2007-06-19 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-14 Pavel Charvatsimplified usage utf8_get
2007-06-07 Pavel Charvatbackbuf support in parametrized fastbuf
2007-06-07 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-07 Pavel Charvatfb-file: some comments and automatic tests
2007-06-06 Pavel Charvatdocumented fbpool briefly
2007-06-06 Pavel Charvatfixed fb-grow tester
2007-06-06 Pavel Charvatadded some fastbuf tests
2007-06-06 Pavel Charvatfastbufs: added some I/O checks
2007-06-06 Pavel Charvatsimple fastbuf on memory pools
2007-06-06 Pavel Charvatported fastbuf with effective backwards reading......
2007-06-05 Pavel Charvatgettid: fixed a compilation bug on gentoo
2007-06-04 Martin MaresAdded missing includes to libucw API.
2007-06-03 Martin MaresExported the addrmasks and their matching.
2007-06-01 Pavel Charvatbig_alloc: check if big_alloc and big_free sizes match
2007-06-01 Pavel Charvatlib: added {big,page}_alloc_zero routines
2007-06-01 Pavel Charvatlib: removed breada :-)
2007-06-01 Pavel Charvatfastbufs: added a new function for safe reading of...
2007-05-31 Pavel CharvatFixed a bug in fb-mmap.
2007-05-29 Martin MaresCleaned up the fastbuf interfaces.
2007-05-29 Martin MaresSorter buckets now use the parametrized fastbuf interfa...
2007-05-29 Martin MaresAdded a couple of comments.
2007-05-29 Pavel Charvattried parametrized fastbuf for most of indexing I/O
2007-05-29 Pavel Charvatimplemented most of parametrized fastbufs
2007-05-29 Pavel Charvatunfinished parametrized fastbufs
2007-05-29 Pavel Charvat- renamed fbpar_* functions
2007-05-29 Pavel Charvatfirst experiments with parametrized fastbufs
2007-05-24 Pavel Charvatfixed some wrong integer sizes
2007-05-23 Martin MaresA glimpse of the (unfinished) multi-way merge module.
2007-05-23 Martin MaresAdded SORT_INT64 mode.
2007-05-23 Martin MaresClarified comments.
2007-05-23 Martin MaresThe write_merged() hook is no longer required in simple...
2007-05-23 Martin MaresCompletely rewritten buffer management of the sorter.
2007-05-23 Martin MaresAdded a guard against multiple inclusion.
2007-05-23 Martin MaresFixed bug in joining.
2007-05-23 Martin MaresDon't forget to increase run counter.
2007-05-22 Martin MaresFixed bug in calculation of radix split width.
2007-05-22 Martin MaresFixed compilation rules for Perl modules to avoid unnec...
2007-05-22 Martin MaresAdded SORT_DELETE_INPUT.
2007-05-18 Pavel Charvattypo
2007-05-18 Pavel Charvatfixed support for 64bit big allocations
2007-05-18 Pavel Charvatreplaced %L -> %ll
2007-05-18 Pavel CharvatMerged main branch to dev-sorter.
2007-05-18 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-05-18 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-05-18 Pavel Charvatbugfix in image scaling (select the correct strategy)
2007-05-17 Pavel Charvatinstall sorter-globals.h header
2007-05-16 Martin MaresTAGS were specified twice.
2007-04-28 Robert Spaleklib: added missing include on Darwin
2007-04-23 Pavel Charvatfixed off-by-one error in workqueue
2007-04-23 Pavel Charvatfixed another bug with mixed HASH_GIVE_ALLOC and HASH_T...
2007-04-23 Pavel Charvatfixed bug in big_free
2007-04-23 Pavel Charvathashtables: fixed combination of HASH_GIVE_ALLOC and...
2007-04-23 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-04-18 Daniel FialaAdded kmp.h and kmp-search.h between includes that...
2007-04-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-04-13 Pavel Charvatcommented stolen getopt
2007-04-13 Pavel Charvatforgotten commit from yesterday
2007-04-12 Pavel Charvattrying to steal GNU libc's getopt... maybe it would...
2007-04-11 Pavel Charvatfixed a typo in bfilesize
2007-04-10 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-04-10 Pavel Charvatremoved MAX_ATTR_SIZE from images/*
2007-04-10 Pavel Charvatadded stk_vprintf
2007-04-10 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-04-10 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-29 Martin MaresAdded a new mempool primitive mp_spread().
2007-03-29 Martin MaresAdded a new mempool primitive mp_spread().
2007-03-29 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-29 Pavel CharvatMerged extended mempool from the dev-playground branch.
2007-03-20 Pavel Charvatremoved useless code from Ulimit & Filelock perl modules
next