libisofs/src
Vreixo Formoso 778e39ba3c Take care about the RR entries when computing the size, and cache it.
When computing the size of the directory structures, take care about the size
taken by the RR/SUSP fields. Also, cache that size, otherwise we need to do
this computation several times and it is ugly, because the CE entries need to 
know where the Continuation Area will be stored.
2007-12-24 14:24:09 +01:00
..
buffer.c Minor changes. 2007-12-23 15:39:41 +01:00
buffer.h Minor changes. 2007-12-23 15:39:41 +01:00
builder.c Improve IsoFileSource interface implementation. 2007-12-20 20:47:39 +01:00
builder.h Implement function to recursively add a dir to an iso tree. 2007-12-11 22:47:04 +01:00
ecma119.c Take care about the RR entries when computing the size, and cache it. 2007-12-24 14:24:09 +01:00
ecma119.h Handle reallocation of directories. 2007-12-23 17:11:32 +01:00
ecma119_tree.c Store a pointer to the real parent in reparent dirs. 2007-12-23 17:41:21 +01:00
ecma119_tree.h Take care about the RR entries when computing the size, and cache it. 2007-12-24 14:24:09 +01:00
error.h Implement ECMA-119 burn_source and writer thread handling. 2007-12-22 17:09:28 +01:00
filesrc.c Add write function. Fix bug in PVD writing and dir. record len computation. 2007-12-22 14:45:00 +01:00
filesrc.h Implement Writer for file contents. 2007-12-20 22:17:18 +01:00
fs_local.c Improve IsoFileSource interface implementation. 2007-12-20 20:47:39 +01:00
fsource.c Improve IsoFileSource interface implementation. 2007-12-20 20:47:39 +01:00
fsource.h Improve IsoFileSource interface implementation. 2007-12-20 20:47:39 +01:00
image.c Implement function to recursively add a dir to an iso tree. 2007-12-11 22:47:04 +01:00
image.h Implement function to recursively add a dir to an iso tree. 2007-12-11 22:47:04 +01:00
libiso_msgs.c Add message queue facilities. Each IsoImage will have its own msg queue. 2007-12-02 20:11:44 +01:00
libiso_msgs.h Implement ECMA-119 burn_source and writer thread handling. 2007-12-22 17:09:28 +01:00
libisofs.h Guard in public API agains bad names or link destinations. 2007-12-24 04:20:29 +01:00
messages.c Improve message functions to support message formating in printf style. 2007-12-17 21:12:51 +01:00
messages.h Implement ECMA-119 burn_source and writer thread handling. 2007-12-22 17:09:28 +01:00
node.c Guard in public API agains bad names or link destinations. 2007-12-24 04:20:29 +01:00
node.h Expose iso_node_set_hidden(), to let a node be hidden in RR/ISO or Joliet tree. 2007-12-13 20:27:58 +01:00
rockridge.c Take into account that System Use Field may be padded. 2007-12-24 14:04:15 +01:00
rockridge.h Implement function to compute the size needed for RR field. 2007-12-24 04:31:15 +01:00
stream.c Improve IsoStream interface implementation. 2007-12-20 20:58:03 +01:00
stream.h Improve IsoStream interface implementation. 2007-12-20 20:58:03 +01:00
tree.c Improve IsoFileSource interface implementation. 2007-12-20 20:47:39 +01:00
util.c Change iso name conversion functions back to old style. 2007-12-22 20:49:30 +01:00
util.h Change iso name conversion functions back to old style. 2007-12-22 20:49:30 +01:00
util_rbtree.c Replace glibc tsearch() with a custom red-black tree implementation. 2007-12-20 00:25:25 +01:00
writer.h Implementation of the write function to use by the Writers. 2007-12-18 00:37:24 +01:00