Commit Graph

7 Commits (bf0c1dd2195a9f3fa2f016bfb4f61d30ff459465)

Author SHA1 Message Date
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.
15 years ago
Vreixo Formoso 45f4d0a29e Add function to add an exiting file to the iso tree.
Node is created using a builder. Default builder and filesystem is added 
to IsoImage. Later we should expose setters for this atts.
16 years ago
Vreixo Formoso 8edc9f2639 Implementation of IsoStream for IsoFileSources. 16 years ago
Vreixo Formoso 0ba8a7a85e Add message queue facilities. Each IsoImage will have its own msg queue. 16 years ago
Vreixo Formoso c83bac7d9e Add IsoImage, equivalent to old libisofs volume and volset.
IsoImage will be a context for image creation and modification.
16 years ago
Vreixo Formoso 1bda81869b Add IsoFileSource implementation for local filesystem. 16 years ago
Vreixo Formoso 9ee4e39899 Added build files and first code stub. 16 years ago