Commit Graph

40 Commits

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