libisofs/src
Vreixo Formoso d10ed353e2 Implement function to recursively add a dir to an iso tree.
This commit also to the following changes:
- create_node() on builder never frees the IsoFileSource, it is responsability 
  of the caller to free it.
- Recursive addition options added to IsoImage (not exposed to public API yet)
- create_node() takes care about follow_symlinks
- Added little demo program to test it.
2007-12-11 22:47:04 +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
error.h Add functions to remove nodes from a dir. Handle deletion of dirs 2007-12-01 02:43:37 +01:00
filesrc.h Little changes. 2007-12-02 17:59:36 +01:00
fs_local.c Redefine readdir() on IsoFileSource, to skip "." and ".." dirs. 2007-12-11 22:41:18 +01:00
fsource.c Implement IsoFilesystem to deal with local filesystem. 2007-11-25 19:54:13 +01:00
fsource.h Redefine readdir() on IsoFileSource, to skip "." and ".." dirs. 2007-12-11 22:41:18 +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 Add message queue facilities. Each IsoImage will have its own msg queue. 2007-12-02 20:11:44 +01:00
libisofs.h Implement function to recursively add a dir to an iso tree. 2007-12-11 22:47:04 +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 Implement function to get node from path on image. Little unit test too. 2007-12-08 01:39:31 +01:00
node.h Add getter and setter for sort_weight. 2007-12-07 22:36:26 +01:00
stream.c Implementation of IsoStream for IsoFileSources. 2007-12-02 22:04:26 +01:00
stream.h Implementation of IsoStream for IsoFileSources. 2007-12-02 22:04:26 +01:00
tree.c Implement function to recursively add a dir to an iso tree. 2007-12-11 22:47:04 +01:00