]> mj.ucw.cz Git - libucw.git/history - lib/bucket.c
Use xmalloc_zero() instead of xmalloc() followed by bzero().
[libucw.git] / lib / bucket.c
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.