]> mj.ucw.cz Git - libucw.git/history - lib
Added merger.
[libucw.git] / lib /
2001-02-16 Martin MaresAdded merger.
2001-02-16 Martin MaresAdded unmapping and writeable mappings.
2001-02-16 Martin MaresScanner improvements: create redirect backlinks, detect...
2001-02-15 Martin MaresTesting programs are not build by default.
2001-02-15 Martin MaresAdded URL fingerprints.
2001-02-15 Martin MaresAdded bputs0() -- put a null-terminated string.
2001-02-10 Martin MaresShut up warnings.
2001-02-09 Robert Spalekadded cf_item_count()
2001-02-09 Robert Spalekdeleted unused variable prog
2001-02-09 Robert Spalekadded sort-test
2001-02-04 Martin MaresNext version of the sorter -- both presorting and unify...
2001-02-04 Robert Spalekcf_get_item added
2001-02-04 Martin MaresFirst version of the sorter. No presorting phase yet.
2001-02-04 Martin MaresAdded "is_temp_file" attribute which causes automatic...
2001-01-28 Martin MaresDon't log pid until log_fork() is called.
2001-01-28 Martin MaresAdded __attribute__((format...)) to declaration of...
2001-01-26 Martin Maresoid's above OBUCK_OID_FIRST_SPECIAL are reserved for...
2001-01-26 Martin Maresobj_add_attr() now returns head of the attribute value...
2001-01-26 Martin MaresAdded log_fork() which should be called after fork...
2001-01-25 Martin MaresUse xmalloc_zero().
2001-01-25 Martin MaresNewlines and carriage returns are considered blanks...
2001-01-23 Martin MaresWord type 0 is reserved.
2001-01-21 Robert Spalekdeclaration cosmetic fix
2001-01-21 Martin MaresHTML parser basically works. A *lot* of things still...
2001-01-21 Robert Spalekmemory pool for everything about configuration added
2001-01-21 Martin MaresCreated a header which will contain description of...
2001-01-21 Martin MaresAdded "direct buffer I/O" interface for those who want...
2001-01-21 Martin MaresUse xmalloc_zero() instead of xmalloc() followed by...
2001-01-21 Martin MaresUse xmalloc_zero() instead of xmalloc(), thus squashing...
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...
next