]> mj.ucw.cz Git - libucw.git/history - lib/bucket.c
If have GET_O and GET_P, we should have PUT_O and PUT_P as well.
[libucw.git] / lib / bucket.c
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.