]> mj.ucw.cz Git - libucw.git/history - lib/bucket.c
Added very simple functions for emulating a fastbuf stream over a static
[libucw.git] / lib / bucket.c
2003-10-19 Martin MaresReplaced the "orig_len" field in bucket headers which...
2003-03-05 Martin MaresFixed bug in bucket shakedown code: it crashed with...
2003-02-14 Robert Spaleka bug fixed, it reveals when you want to process the...
2003-01-12 Martin MaresAdded function for measuring bucket file size (as an...
2002-10-06 Martin MaresIntroduced obuck_slurp_pool() to make reading of the...
2002-09-23 Martin MaresAdapted the bucket code to new fastbufs. Stream positio...
2002-08-26 Martin MaresExport functions for explicit locking.
2002-08-20 Martin MaresNeed a cast if sh_off_t is short.
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-07-05 Martin MaresWhen an inconsistency is encountered while shaking...
2002-01-13 Martin MaresDon't call the callback function twice when deleting...
2001-09-26 Robert Spalekdie() called with string containing newlines replaced...
2001-09-26 Robert SpalekCF_USAGE printed (description of -S and -C parameters)
2001-09-01 Martin MaresAdded function for shaking down the bucket file.
2001-03-15 Martin MaresChanged locking mechanism of the bucket library to...
2001-03-15 Martin MaresBucket file name and I/O buffer size are no longer...
2001-03-07 Martin MaresUse sh_open instead of open.
2001-03-05 Martin MaresIntroduced obuck_get_pos(), converted gatherd limits...
2001-03-05 Robert Spalekobuck_size() deleted
2001-03-04 Robert Spalekadded obuck_size() returning the size of bucket file...
2001-01-26 Martin Maresoid's above OBUCK_OID_FIRST_SPECIAL are reserved for...
2001-01-21 Martin MaresUse xmalloc_zero() instead of xmalloc() followed by...
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.