Vreixo Formoso
|
1a1fcf8362
|
Add version field to all structs that will remain public.
|
15 years ago |
Vreixo Formoso
|
3530b7d137
|
Merge some bug fixes.
|
15 years ago |
Vreixo Formoso
|
ab7ea855f6
|
Optionally pass to message function the reason of an error.
|
15 years ago |
Vreixo Formoso
|
6964f02308
|
Replace message functions with new infraestructure that supports abort
on error.
|
15 years ago |
Vreixo Formoso
|
4a62d80a7e
|
Fix bug related to image import.
|
15 years ago |
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
|
1f1160d3d1
|
Removed unneeded header fs_image.h.
|
15 years ago |
Vreixo Formoso
|
0e87bf8792
|
Add type field to IsoFilesystem. Minor documentation.
|
15 years ago |
Vreixo Formoso
|
0c1ea8cc7e
|
Add open() and close() operations to IsoFilesystem.
|
15 years ago |
Vreixo Formoso
|
52d1e911ac
|
Add TODOs to TODO file. Remove // comments that cause compiler warning.
|
15 years ago |
Vreixo Formoso
|
3361e941a6
|
Replace div_up() and round_up() functions with macros.
|
15 years ago |
Vreixo Formoso
|
df5aa263ec
|
Replace per Image messenger with a global one, and use image id instead.
|
15 years ago |
Vreixo Formoso
|
57025a614d
|
Support for reading ISO-9660:1999 images.
|
15 years ago |
Vreixo Formoso
|
c57a5196a3
|
Prevent HINT when found SP and ER entries in "." entry of root node.
|
15 years ago |
Vreixo Formoso
|
cd8943105c
|
Functions to access volume information from an IsoImageFilesystem.
|
15 years ago |
Vreixo Formoso
|
f27f2449f9
|
Support for reading El-Torito info from previous images.
|
15 years ago |
Vreixo Formoso
|
47bdbd76b5
|
Add El-Torito estructures to an IsoImage, and APIs for manage it.
|
15 years ago |
Vreixo Formoso
|
aec6c8ce69
|
Support for reading Joliet extensions.
|
15 years ago |
Vreixo Formoso
|
7bb4eaf46d
|
Little improves to image reading.
|
15 years ago |
Vreixo Formoso
|
6298ef4814
|
Support charset conversion on symlink destination.
|
15 years ago |
Vreixo Formoso
|
c47e5a738d
|
Let NULL input charset in image reading, that defaults to locale one.
|
15 years ago |
Vreixo Formoso
|
ee78419935
|
Add support for appendable multisession images.
|
15 years ago |
Vreixo Formoso
|
932ce6ac70
|
Support for image modify.
|
15 years ago |
Vreixo Formoso
|
4994155e73
|
Allow selection of charset encoding for RR names.
TODO: do the same with link destination.
|
15 years ago |
Vreixo Formoso
|
22c73dc343
|
Add image contents recursively and volume attributes.
|
15 years ago |
Vreixo Formoso
|
193fbaef8b
|
Custom create_node() builder function to deal with old image files.
|
15 years ago |
Vreixo Formoso
|
58a7d8e853
|
First functions and structures for image import.
|
15 years ago |
Vreixo Formoso
|
2f535abe85
|
Fix bug related with reading of images with reallocated dirs.
|
15 years ago |
Vreixo Formoso
|
b8e44a936a
|
Little test app that extracts contents of a file from image.
|
15 years ago |
Vreixo Formoso
|
2fada8eaa4
|
Support for getting arbitrary file on image by path.
|
15 years ago |
Vreixo Formoso
|
282ffa9a98
|
Function to read file contents from image.
|
15 years ago |
Vreixo Formoso
|
33635c4e41
|
Readlink implementation for Image filesystem.
|
15 years ago |
Vreixo Formoso
|
b273290415
|
Little demo program that outputs a read iso image.
|
15 years ago |
Vreixo Formoso
|
5bf798d550
|
Support for close and readdir.
|
15 years ago |
Vreixo Formoso
|
a7b687818f
|
Support for reading a dir inside an image, step 1.
|
15 years ago |
Vreixo Formoso
|
8423e0acf6
|
Handle propertly root dir, that hasn't name nor parent.
|
15 years ago |
Vreixo Formoso
|
2a0f762213
|
Function to get root FileSource on a IsoImageFilesystem.
|
15 years ago |
Vreixo Formoso
|
be37936534
|
Add function to create an IsoFileSource from an ISO image.
|
15 years ago |
Vreixo Formoso
|
263770ab4f
|
Read Volume Descriptors and identify RR extensions, if any.
|
15 years ago |
Vreixo Formoso
|
d8cb56ecf3
|
Start implementation of IsoFilesystem for reading ISO images.
|
15 years ago |