]> mj.ucw.cz Git - libucw.git/history - lib/object.c
Merged obj2buck.h and buck2obj.h to object.h, the number of includes
[libucw.git] / lib / object.c
2004-06-27 Martin MaresMinor optimizations.
2004-06-25 Robert Spalek- changed the format of struct oattr to allow 0-copy...
2004-04-10 Martin MaresMulti-part objects (with header and body separated...
2003-03-26 Martin MaresAdded functions for moving attributes in the chain.
2003-01-24 Martin MaresDefined MAX_ATTR_SIZE and added checks to obj_write...
2003-01-24 Martin MaresObject functions are numerous enough to deserve their...
2003-01-22 Martin MaresAdded obj_write_nocheck which writes the object as...
2003-01-22 Martin MaresOBJ_POOL_SIZE no longer needed.
2003-01-22 Martin MaresOops, forgot this one.
2003-01-22 Martin MaresObjects always live in somebody else's pool.
2003-01-22 Martin MaresThe changes were worth updating copyright :)
2003-01-22 Martin MaresReplaced various attempts to speed up use of obj_add_at...
2003-01-04 Martin MaresLine buffers are back on their original sizes, closes...
2002-08-20 Martin MaresTabs are legal in attribute values.
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-07-06 Martin MaresIncrease line buffer sizes to 4096 bytes. Current gathe...
2002-06-27 Martin MaresWhen moving attributes, don't break the chain.
2002-06-08 Martin MaresNew functions for manipulating attribute lists: obj_pre...
2001-01-26 Martin Maresobj_add_attr() now returns head of the attribute value...
2001-01-14 Martin MaresImport object attribute handling from old Sherlock.