]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2005-05-01 Martin MaresIntroduced cfg_malloc_zero().
2005-05-01 Martin MaresIntroduced bit_array_set_all().
2005-04-23 Martin MaresMainline will be v3.6.
2005-04-22 Martin MaresDon't use O_DIRECTORY on non-Linux systems. (It's not...
2005-04-17 Martin MaresFixed a typo (thanks, Robert).
2005-04-17 Martin MaresFix "-CONFIG_SWITCH" parameters.
2005-04-15 Martin MaresFix illegal operations with va_list's.
2005-04-14 Martin MaresFixed a couple of mismatches in setting of CONFIG_LARGE...
2005-04-14 Martin MaresMoved endianity settings etc. to the per-CPU section.
2005-04-13 Martin MaresFixed a typo.
2005-04-12 Martin MaresAnother Big Move -- moved most files specific for centr...
2005-04-12 Martin MaresRemoved the old configuration mechanism.
2005-04-12 Martin MaresEven better CPU checks, this time taking into account...
2005-04-12 Martin MaresFixed bug in parsing of options.
2005-04-12 Martin MaresConfigure: CPU type autodetection.
2005-04-12 Martin MaresAutomatic detection of host OS and also partial automat...
2005-04-12 Martin MaresUnfortunately, CONFIG_MORFEO is here to stay.
2005-04-12 Martin MaresDistinguish between CONFIG_DEBUG and CONFIG_DEBUG_TOOLS...
2005-04-12 Martin MaresMore progress on the new configurator. All configuratio...
2005-04-12 Martin MaresSwitched to the new config mechanism. Greatly simplified.
2005-04-12 Martin MaresMore pieces of new configure.
2005-04-12 Martin MaresAdded first pieces of the new configuration mechanism...
2005-04-11 Martin MaresRewritten Makefiles to support separated source and...
2005-04-04 Martin MaresDon't use prefetch on Pentium 4, it actually gives...
2005-04-02 Martin MaresAdded qache_probe().
2005-04-02 Martin MaresAdded `u8' and `s8' to keep consistency.
2005-04-01 Martin MaresAdded file_close_all().
2005-03-07 Martin MaresCache module finished. Implemented internal consistency...
2005-03-07 Martin MaresMore work on the caching module: added some debugging...
2005-03-07 Martin MaresWrote the cache module, not debugged yet.
2005-03-06 Martin MaresFirst steps towards a universal shared memory cache...
2005-03-04 Martin MaresWarn on mistyped arguments to stk_printf().
2005-03-04 Martin MaresMainloop timers are now measured in milliseconds. Will...
2005-03-03 Martin MaresAvoid "cast of pointer to a smaller integer type" warnings.
2005-03-02 Martin MaresIf previous check-customs run failed, run/cf could...
2005-03-02 Martin MaresFixed building of shared library config,
2005-03-02 Martin MaresFix incorrect pointer casts.
2005-03-02 Martin MaresBuild full debugging config with shared libraries as...
2005-02-21 Robert Spalektypo fixed
2005-02-20 Robert Spalekshup up, gcc
2005-02-20 Robert Spalekfixed library dependencies
2005-02-19 Robert Spalekcomparison of signed and unsigned encountered without...
2005-02-19 Martin MaresAdded clist walking macros with embedded C99 declaratio...
2005-02-18 Robert Spalekadded yet another utility for processing cvs logs
2005-02-18 Robert Spalekadded th2
2005-02-16 Martin MaresIf requested by config.mk, install all libraries and...
2005-02-15 Martin MaresClarified a comment.
2005-02-13 Martin MaresA better comment.
2005-02-10 Martin MaresOops, a nasty bug has crept in.
2005-02-10 Martin MaresAdded overflow-safe string functions allocating everyth...
2005-02-10 Martin MaresAdded tests for the mempool string functions.
2005-02-10 Martin MaresAdded printf-like function with output to mempool.
2005-01-31 Martin MaresAdded fb_wrap_charconv_in().
2005-01-31 Martin MaresA minor optimization.
2005-01-28 Martin MaresDon't forget to undefine BUF_T.
2005-01-18 Tomas VallaWrong alignment fixed.
2005-01-18 Tomas VallaWe should check the special case.
2005-01-17 Tomas Vallauseful macro to align pointer p to size s
2005-01-10 Robert Spalekupdate the copyright; it's been quite a long time until...
2005-01-10 Robert Spalekadded TREE_WANT_BOUNDARY for finding the first/last...
2005-01-09 Martin MaresAdded another debugging customization for testing of...
2005-01-08 Martin MaresFixed a nasty bug in partmap_map(). When called for...
2005-01-07 Martin MaresAdded functions for single-character conversions betwee...
2004-12-27 Martin Mares.cvsignore no longer needed here.
2004-12-11 Martin MaresResurrected CONFIG_LARGE_DB.
2004-12-11 Martin MaresCompilation of Perl and Shell parts of libucw is optional.
2004-12-11 Martin MaresAdjust comments in UCW Library modules.
2004-12-11 Martin MaresChanged all references to Sherlock Library by UCW Library.
2004-12-11 Martin MaresSHERLOCK_HAVE_PREAD -> HAVE_PREAD.
2004-12-11 Martin MaresCONFIG_LFS has been removed, CONFIG_LARGE_DB got replac...
2004-12-11 Martin MaresMoved oid_t to sherlock.h.
2004-12-11 Martin MaresMoved the lizard-fb module to Sherlock library, because...
2004-12-11 Martin MaresConfigure libucw according to Sherlock config.
2004-12-11 Martin MaresMoved CGI.pm and Query.pm to Sherlock library.
2004-12-11 Martin MaresSplit library functions to libsh and libucw.
2004-12-11 Martin MaresIntroduced `sherlock/config.mk' which contains non...
2004-12-11 Martin MaresMade DEFAULT_CONFIG optional.
2004-12-08 Tomas Holusafb-charconv now not closing wrapped stream, only flushi...
2004-12-03 Martin MaresA minor bug fix to the installer (when installing ...
2004-12-03 Martin MaresAdded the `extras' target (initially empty) and INSTALL...
2004-11-20 Martin MaresPartial inlining of bskip().
2004-11-20 Martin MaresIntroduced COMPARE_LT and COMPARE_GT for comparison...
2004-11-20 Martin MaresIncrease CARD_POS_SHIFT on Centrum.
2004-11-19 Martin MaresIf "Run" is omitted from a test, keep the value from...
2004-11-15 Robert Spalekenlarge MAX_ATTR_SIZE
2004-11-14 Martin MaresMove all explicit extern declarations of logf() [which...
2004-11-14 Martin MaresUpdated test rules.
2004-11-14 Martin MaresAdded tests for the hash table module.
2004-11-14 Martin MaresAdded support for dynamically allocated hash tables...
2004-11-14 Martin MaresFinally I decided to change the syntax of INDEX_VERSION...
2004-11-14 Martin MaresCorrected INDEX_VERSION, documented the rules and added...
2004-11-09 Robert Spalekif SORT_PRESORT and SORT_UP_TO are both on, compute...
2004-11-09 Robert Spalekjust a bit more funny initialization for the SORT_UP_TO...
2004-11-09 Robert Spalekactually, the number of runs is halved during each...
2004-11-09 Martin MaresFixed a bug in parsing of replies -- the parse tree...
2004-11-09 Robert Spalekbfilesize() returns sh_off_t
2004-11-08 Robert SpalekSORT_ONLY_PRESORT feature improved into SORT_UP_TO...
2004-11-05 Tomas HolusaSplit type_flags to 4/4 bits for FILETYPE and LANG
2004-11-04 Martin MaresRemember that DEBUG has been renamed.
2004-11-04 Martin MaresAdded "pre-sort only" mode as Robert suggested.
next