]> mj.ucw.cz Git - libucw.git/history - lib
Introduced mp_alloc_zero().
[libucw.git] / lib /
2001-01-21 Martin MaresIntroduced mp_alloc_zero().
2001-01-21 Martin MaresIntroduced xmalloc_zero().
2001-01-15 Martin MaresFixed a couple of bugs.
2001-01-15 Robert Spalekrewritten, enhanced, updated, fixed
2001-01-15 Martin MaresAdded an explanatory comment.
2001-01-14 Martin MaresGuards, guards!
2001-01-14 Martin MaresRemember to link object.o to the library. :)
2001-01-14 Martin MaresAdd sh_time_t type.
2001-01-14 Martin MaresAllow bclose(NULL).
2001-01-14 Martin MaresGuard against multiple inclusion.
2001-01-14 Martin MaresImport object attribute handling from old Sherlock.
2001-01-14 Martin MaresKeep up with conf.h changes.
2001-01-14 Martin MaresKeep in sync with pools.h changes.
2001-01-14 Martin MaresRenamed memory pool functions to "mp_*", so they don...
2001-01-14 Martin MaresAdded DEFAULT_CONFIG define which tells us the name...
2001-01-14 Martin MaresMoved #include <getopt.h> to conf.h.
2001-01-14 Martin MaresSwitch to new logging functions.
2001-01-14 Martin MaresNew logging mechanism. Also cleaned up lib.h.
2001-01-14 Robert Spaleklib/conf.[ch] rewritten
2001-01-08 Robert Spalekadded tester for conf.c, already tested and it works
2001-01-08 Robert Spalekbugfixes
2001-01-07 Robert Spalekwritten parsing config files and command line parameter...
2001-01-07 Martin MaresWhen checking/fixing bucket file structure, adjust...
2001-01-07 Martin MaresAdded a simple utility for handling of buckets and...
2001-01-07 Martin MaresSquashed a signedness warning.
2001-01-07 Martin MaresAdded sh_ftruncate(), but it currently works only on...
2001-01-07 Martin Maresbread() now returns the number of bytes read instead...
2001-01-07 Martin MaresUse OBUCK_INCOMPLETE_MAGIC for incomplete entries.
2001-01-05 Martin MaresRewrote to use pread/pwrite() and to avoid messing...
2001-01-05 Martin MaresPreliminary version of object bucket code.
2000-12-11 Martin MaresAdded support for memory debuggers (efence and [unteste...
2000-12-11 Martin MaresFixed includes, defines and copyrights.
2000-12-06 Martin Mares#include <errno.h>
2000-12-05 Martin MaresAdded a couple of FIXME's.
2000-12-05 Martin MaresRevived the old chartype macros.
2000-12-05 Martin MaresAdd directory to all includes.
2000-12-05 Martin MaresSquashed a couple of warnings.
2000-12-05 Martin MaresNew Makefiles.
2000-10-29 Martin MaresImplemented long tags and section limits (must be enabl...
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-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 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.
next