Vreixo Formoso
1070fe4cc6
Several improves in error codes.
...
- Code severity and priority in error codes.
- Added ERROR severity, suitable for function failures.
- Review libisofs errors and its severity.
15 years ago
Vreixo Formoso
a076ae9df2
Simplify function to recursively add a directory.
15 years ago
Vreixo Formoso
501275279d
Change recOpts in Image, it can be part of the Image struct, not a ptr.
15 years ago
Vreixo Formoso
26a04559c7
Some fixes to memory leak bugs.
15 years ago
Vreixo Formoso
4c9d83f051
Define code style formatter for eclipse and apply it to source.
15 years ago
Vreixo Formoso
a161f4249c
Improve IsoFileSource interface implementation.
15 years ago
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
008871cfd8
Additon of nodes based on Builder. Pass Image as a parameter to builder methods.
15 years ago
Vreixo Formoso
14f4aa7d07
Init builder implementation.
15 years ago