]> mj.ucw.cz Git - libucw.git/shortlog
libucw.git
2000-10-28 Martin MaresNew I/O library.
2000-08-02 Martin MaresSupport database sizes from 2G to 4G.
2000-08-02 Martin MaresDon't cry when pread/pwrite is not available.
2000-08-02 Martin MaresRewrote large file support. Instead of mucking with...
2000-07-13 Martin MaresAdded "-t" switch.
2000-07-13 Martin MaresRecalculate directory position when cascading splits.
2000-07-13 Martin MaresAdded a utility for rebuilding of databases.
2000-07-13 Martin MaresReplaced the hash function. Damn it!
2000-06-04 Martin MaresDefine _GNU_SOURCE, so that pread/pwrite work with...
2000-06-04 Martin MaresUse %Y instead of %y.
2000-01-20 Martin MaresAdded a bunch of includes, so that hex compiles.
2000-01-14 Martin MaresRemoved few by now obsolete assertions.
1999-12-10 Martin MaresStupid bug.
1999-12-10 Martin MaresModified verbose mode.
1999-11-20 Martin MaresMake it compile in GDBM mode.
1999-11-20 Martin MaresDon't call pgc_page_pos, it no longer exists!
1999-11-20 Martin MaresSplit page key to pos and fd. Wastes extra 4 bytes...
1999-11-19 Martin MaresNew test and benchmark code.
1999-11-19 Martin MaresFix return values.
1999-11-15 Martin MaresMoved tests to extra file.
1999-11-15 Martin MaresAdded emulator of SDBM on top of GDBM.
1999-11-15 Martin MaresRemoved struct sdbm_buf.
1999-11-15 Martin MaresImplemented database walking.
1999-11-15 Martin MaresAdded prototype version of the fast database management...
1999-11-15 Martin MaresImplemented pgc_get_zero().
1999-11-13 Martin MaresPosition caching didn't work with multiple files.
1999-11-13 Martin MaresAdded pgc_page_pos().
1999-11-11 Martin MaresUse pread/pwrite whenever available. In all other cases...
1999-11-11 Martin MaresDefine pread() if available.
1999-11-09 Martin MaresAllow locked dirty pages. Better debugging. Simplified...
1999-11-09 Martin MaresSignedness fixes.
1999-11-08 Martin MaresSquash warnings...
1999-11-08 Martin MaresSHERLOCK_O_LARGEFILE is either O_LARGEFILE or 0 dependi...
1999-11-08 Martin MaresNew page cache.
1999-11-08 Martin MaresNew list functions from BIRD project.
1999-11-08 Martin MaresMoved OFFSETOF etc. here. Added ASSERT.
1999-10-25 Martin MaresBetter version of clearable pools.
1999-10-24 Martin MaresDon't kill fragment references if there aren't any.
1999-10-24 Martin MaresRevised URL parser, fixed a couple of bugs.
1999-10-24 Martin MaresLarge File Support in fastbuf library.
1999-10-24 Martin MaresClearable pools.
1999-10-24 Martin MaresLarge File Support.
1999-09-13 Martin MaresKilled `typedef unsigned long ulg' and replaced all...
1999-09-09 Martin MaresCompile with libc5.
1999-03-27 Martin MaresRemove few obsolete config files, bump version to 1...
1999-03-27 Martin MaresMiscellaneous fixes to the word matcher.
1999-03-27 Martin MaresImplemented mmap_file().
1999-03-27 Martin MaresAdded fast wildcard matcher.
1998-05-02 Martin MaresNew character set conversion routines from CharConv...
1998-02-15 Martin Maresbbcopy() leaves correct file positions.
1998-02-11 Martin MaresAdded typedefs for s64 and u64.
1998-02-11 Martin MaresAdded a nice bounded random-number generator. Use where...
1998-02-10 Martin MaresGrrrr. Caught nasty bbcopy() bug causing sword.c scramb...
1998-01-19 Martin MaresAdded universal function for scanning of object trees...
1998-01-12 Martin MaresAdded "name" parameter to obj_fload in order to get...
1998-01-10 Pavel MachekSync after disk crash. Main now includes zajicek's...
1998-01-10 Martin MaresFixing _C_INNER in character class maps.
1998-01-06 Martin MaresSyncing crashed repository with my work tree.
1997-12-04 Martin MaresYet another bug in the pattern matcher fixed.
1997-12-03 Martin MaresNew charset tables -- now common for all modules. chars...
1997-12-03 Martin Maresffs _cannot_ be used as a substitute for log2, because...
1997-12-02 Martin MaresNew pattern matching code -- simplified and debugged.
1997-11-26 Martin MaresImplemented the URL regex replace mechanism.
1997-11-26 Martin Mares'\' works as an escape character now.
1997-11-25 Martin MaresAdded regex library interface.
1997-11-14 Martin MaresMore hierarchy fixes.
1997-09-09 Martin MaresComment.
1997-09-09 Martin MaresPre-release!
1997-07-29 Martin MaresSee ChangeLogs.
1997-07-28 Martin MaresNew buffering code and objget caching changes.
1997-07-28 Martin Maresx
1997-07-27 Martin MaresAdding all files developed during last week...
1997-05-09 Martin MaresMisc.
1997-05-03 Martin MaresToo much changes... Read the ChangeLogs.
1997-05-02 Martin Maresmatch_pattern_nocase
1997-04-21 Martin MaresMisc file additions.
1997-04-21 Martin MaresFirst a bit working version.
1997-04-16 Martin MaresMETA and decoders
1997-04-13 Martin MaresDaily commit.
1997-04-11 Martin MaresBug fixes. Robot file parsing.
1997-04-09 Martin MaresInitial revision