Commit Graph

214 Commits (e9e1d283335156a59e069817a8f0b20b23d313e4)
 

Author SHA1 Message Date
Vreixo Formoso e9e1d28333 Improve demo program, including support for El-Torito. 16 years ago
Vreixo Formoso 0d06e24cd5 Add support for El-Torito. 16 years ago
Vreixo Formoso 4f029437e2 Handling of El-Torito boot catalog at low level. 16 years ago
Vreixo Formoso 2ad6f5f667 Change IsoStream get_id definition, to always provide a valid id.
Streams are a better place to handle source content identification, when
the IsoFilesystem is unable to provide a valid identification.
16 years ago
Vreixo Formoso 47bdbd76b5 Add El-Torito estructures to an IsoImage, and APIs for manage it. 16 years ago
Vreixo Formoso 51df8c6284 Fix bug introduced when adding Joliet that causes libisofs to hang.
It causes an attempt to read an extra block from ring buffer to overwrite 
buffer, which causes libisofs to hang. The problem is that Volume Descriptor
Set terminator should not be read from buffer, but generated instead.
16 years ago
Vreixo Formoso ad65cc4d45 Add API to get the size of a file node. 16 years ago
Vreixo Formoso ba681a2601 Pad SVD attributes with " " to ensure Joliet compliance. 16 years ago
Vreixo Formoso 41472e66b7 Pad volume attributes with " " to ensure ECMA-119 compliance. 16 years ago
Vreixo Formoso 758e2654f8 Change mocked filesystem implementation, used in unit tests. 16 years ago
Vreixo Formoso 2464455fea Guard against bad link destinations. 16 years ago
Vreixo Formoso 1459801134 Ensure names of public tree IsoNodes are valid POSIX names. 16 years ago
Vreixo Formoso aec6c8ce69 Support for reading Joliet extensions. 16 years ago
Vreixo Formoso 747bed11b8 Bug fix: Joliet writer should be only created when Joliet is enabled. 16 years ago
Vreixo Formoso 7bb4eaf46d Little improves to image reading. 16 years ago
Vreixo Formoso 5d81305042 Expose Joliet. 16 years ago
Vreixo Formoso 5475502dc8 Different function for generate dir and files names for Joliet.
The "." is not mandatory on dirs.
16 years ago
Vreixo Formoso f73b53133b Correctly handle Big Endian UCS strings on both BE and LE machines. 16 years ago
Vreixo Formoso e9bcb22cee Write Joliet directory structures and path tables. 16 years ago
Vreixo Formoso 6d276ac0f6 Write Joliet Supplementary Volume Descriptor. 16 years ago
Vreixo Formoso 2ab47e5bac Compute length and position of Joliet structures. 16 years ago
Vreixo Formoso bd0f787f61 Store joliet-related info in Ecma119Image target insted of Writer.
In fact, this is not a good decission, writer is a better place for 
writer dependent data, but for now I prefer to store anything in the 
target. Later we can improve Writer encapsulation.
16 years ago
Vreixo Formoso 4b0833f62c Sort Joliet tree. 16 years ago
Vreixo Formoso 17e9955f93 Begin Joliet support. Creation of Joliet writer and Joliet tree. 16 years ago
Vreixo Formoso 355d28292f Util functions for Joliet name manipulation. 16 years ago
Vreixo Formoso 6298ef4814 Support charset conversion on symlink destination. 16 years ago
Vreixo Formoso c47e5a738d Let NULL input charset in image reading, that defaults to locale one. 16 years ago
Vreixo Formoso f3c27e681f Improve growing by padding the image, if needed.
The padding ensures first 64 KiB can be overwritten without data lost if 
we grow the image.
16 years ago
Vreixo Formoso 7af02cddd9 Support for image growing. 16 years ago
Vreixo Formoso e471333b0b Rename function to create burn_source. 16 years ago
Vreixo Formoso ee78419935 Add support for appendable multisession images. 16 years ago
Vreixo Formoso 0fdfe05d7e Fix bug in sort files. 16 years ago
Vreixo Formoso 5cf3abc075 Set sort_files in iso_modify. It improves performance. 16 years ago
Vreixo Formoso 932ce6ac70 Support for image modify. 16 years ago
Vreixo Formoso 4994155e73 Allow selection of charset encoding for RR names.
TODO: do the same with link destination.
16 years ago
Vreixo Formoso 22c73dc343 Add image contents recursively and volume attributes. 16 years ago
Vreixo Formoso 193fbaef8b Custom create_node() builder function to deal with old image files. 16 years ago
Vreixo Formoso 58a7d8e853 First functions and structures for image import. 16 years ago
Vreixo Formoso 2f535abe85 Fix bug related with reading of images with reallocated dirs. 16 years ago
Vreixo Formoso b8e44a936a Little test app that extracts contents of a file from image. 16 years ago
Vreixo Formoso 2fada8eaa4 Support for getting arbitrary file on image by path. 16 years ago
Vreixo Formoso 282ffa9a98 Function to read file contents from image. 16 years ago
Vreixo Formoso 33635c4e41 Readlink implementation for Image filesystem. 16 years ago
Vreixo Formoso b273290415 Little demo program that outputs a read iso image. 16 years ago
Vreixo Formoso 42cd599d2d Fix bug in DataSource. 16 years ago
Vreixo Formoso 5bf798d550 Support for close and readdir. 16 years ago
Vreixo Formoso a7b687818f Support for reading a dir inside an image, step 1. 16 years ago
Vreixo Formoso 8423e0acf6 Handle propertly root dir, that hasn't name nor parent. 16 years ago
Vreixo Formoso 34e7a8dad0 Fix bug in RR PX entry parsing. 16 years ago
Vreixo Formoso ad2974940a Correctly manage image size and written progress. 16 years ago