libisofs/src
Vreixo Formoso 7b241176fb Init implementation of IsoFileSrc.
Ecma119Image, defined for first time in this commit, is the context for image 
written. It keeps the low level objects needed during image written.

IsoFileSrc is the low level object that takes care about the info needed to
write file contents to image. It takes care about reading from Stream in 2K
block chunks. To prevent the same file be written twice to image, we keep in
Ecma119Image a search tree, indexed by the triple key (fs, device, inode) that
uniquelly identifies a source.
2007-12-15 13:13:49 +01:00
..
builder.c Implement function to recursively add a dir to an iso tree. 2007-12-11 22:47:04 +01:00
builder.h Implement function to recursively add a dir to an iso tree. 2007-12-11 22:47:04 +01:00
ecma119.h Init implementation of IsoFileSrc. 2007-12-15 13:13:49 +01:00
error.h Support for charset conversion from any encoding to ASCII. 2007-12-14 21:42:55 +01:00
filesrc.c Init implementation of IsoFileSrc. 2007-12-15 13:13:49 +01:00
filesrc.h Init implementation of IsoFileSrc. 2007-12-15 13:13:49 +01:00
fs_local.c Support for identification of source Streams. 2007-12-15 12:51:48 +01:00
fsource.c Support for identification of source Streams. 2007-12-15 12:51:48 +01:00
fsource.h Support for identification of source Streams. 2007-12-15 12:51:48 +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
image_writer.h Init implementation of IsoFileSrc. 2007-12-15 13:13:49 +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 Add message queue facilities. Each IsoImage will have its own msg queue. 2007-12-02 20:11:44 +01:00
libisofs.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
messages.c Add message queue facilities. Each IsoImage will have its own msg queue. 2007-12-02 20:11:44 +01:00
messages.h Add message queue facilities. Each IsoImage will have its own msg queue. 2007-12-02 20:11:44 +01:00
node.c 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
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
stream.c Init implementation of IsoFileSrc. 2007-12-15 13:13:49 +01:00
stream.h Support for identification of source Streams. 2007-12-15 12:51:48 +01:00
tree.c 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
util.c Add support for generating ISO identifiers from ASCII strings. 2007-12-14 22:13:00 +01:00
util.h Add support for generating ISO identifiers from ASCII strings. 2007-12-14 22:13:00 +01:00