]> mj.ucw.cz Git - libucw.git/history - lib/buck2obj.c
enlarge MAX_ATTR_SIZE
[libucw.git] / lib / buck2obj.c
2004-08-20 Robert Spalekif b?get_attr() returns 0, it clears attr->attr too
2004-08-20 Robert Spalek- added get_attr() and bget_attr() with get_attr_set_type()
2004-08-15 Martin MaresAccept V33_LIZARD buckets without body -- such buckets...
2004-08-05 Martin Maresobj_add_attr_ref() with an on-stack buffer is not advis...
2004-08-05 Robert Spalekdo not read the whole bucket into memory if only header...
2004-07-16 Martin MaresFixed two bugs in parsing of buckets (one of them intro...
2004-07-16 Martin MaresBuckets of unknown format should be skipped properly...
2004-07-16 Martin MaresParsing of PLAIN type buckets also ends after buck_len...
2004-07-16 Martin MaresReading of V30 buckets was broken (for example it didn...
2004-07-16 Robert Spalektiny bugfix
2004-07-16 Robert Spalekadd Adler32 checksum to compressed V33 buckets
2004-07-10 Martin Marespools.h -> mempool.h
2004-07-10 Martin MaresMoved object reading and writing functions where they...
2004-07-10 Martin MaresAdapted to new unicode includes.
2004-07-06 Martin MaresMerged obj2buck.h and buck2obj.h to object.h, the numbe...
2004-07-06 Martin MaresUse bbuf.h.
2004-07-04 Robert Spalek- obj_parse_dump() generalized to store apart the heade...
2004-06-28 Robert Spaleka typo and FIXME
2004-06-28 Martin MaresAdapted buck2obj to the new rewritable buffers. I don...
2004-06-28 Robert Spalekobj_read_bucket() checks whether buck_type has a correc...
2004-06-28 Robert Spalek- obj_read_bucket() takes a new parameter: struct mempo...
2004-06-28 Robert Spalekinterface of lizard_decompress_safe() has been simplified
2004-06-28 Robert Spalekobj_read_bucket()
2004-06-28 Robert Spalekdeleted obj_attr_to_bucket*(). sorry, I like them...
2004-06-28 Robert Spalek- added buck2obj_flush() that flushed the memory pool...
2004-06-27 Martin Maresobj_read_bucket() now gets the bucket length as a param...
2004-06-25 Robert Spalekgetbuck.c no longer starts with flushing the memory...
2004-06-25 Robert Spalek- buck2obj_alloc() initially allocates no buffers
2004-06-25 Robert Spalekbuck2obj_convert() renamed to obj_read_bucket()
2004-06-25 Robert Spalekit is possible to specify whether the caller only wants...
2004-06-25 Robert Spalekuse lizard_realloc() instead of {free,alloc}
2004-06-25 Robert Spalekadded buck2obj_realloc(), it is automatically called...
2004-06-25 Robert SpalekMJ's objections:
2004-06-25 Robert Spalekcannot ask for struct obuck_header due to remote indexing
2004-06-25 Robert Spalekimplemented all 3 overwrite-policies
2004-06-25 Robert Spalekmodifications done at home, not yet incorporated MJ...
2004-06-24 Robert Spaleka bugfix and polishing
2004-06-24 Robert Spalekgeneralized for extracting also uncompressed buckets...
2004-06-24 Robert Spalekadded a decoder from buckets to objects