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
Vreixo Formoso
2a0f762213
Function to get root FileSource on a IsoImageFilesystem.
16 years ago
Vreixo Formoso
be37936534
Add function to create an IsoFileSource from an ISO image.
16 years ago
Vreixo Formoso
dc6cd09877
Add functions to read RockRidge SUSP entries.
16 years ago
Vreixo Formoso
c296ca9ff5
iso_file_source_new_lfs() can be static.
16 years ago
Vreixo Formoso
baf7f14b11
Change get_path() definition in IsoFileSource.
16 years ago
Vreixo Formoso
263770ab4f
Read Volume Descriptors and identify RR extensions, if any.
16 years ago
Vreixo Formoso
e18f5d8898
Change message functions signature.
16 years ago
Vreixo Formoso
d8cb56ecf3
Start implementation of IsoFilesystem for reading ISO images.
16 years ago
Vreixo Formoso
135ac835eb
Implementation of IsoDataSource based on POSIX I/O.
16 years ago
Vreixo Formoso
702bd0f288
Isolate non-standard eaccess usage in a util function.
...
That will be replaced soon with our own implementation, based on POSIX
standard functions.
16 years ago
Vreixo Formoso
c786fc70b6
Fix bug in progress info, count last written bytes in percent.
16 years ago
Vreixo Formoso
48e243d5da
Define interface for IsoDataSource to access existent images.
16 years ago
Vreixo Formoso
f9ee153a97
More unit test to check correct RR entries generation for symlinks.
16 years ago
Vreixo Formoso
d9c9aea0c5
Fix integer overflow in progress count.
16 years ago
Vreixo Formoso
7e66fe43ce
Reduce memory usage in low level tree, by storing dir info separately.
16 years ago
Vreixo Formoso
4b8db2f274
Report writting progress.
16 years ago
Vreixo Formoso
a2645cbf40
Expose several tree options, to control recursive dir addition.
16 years ago
Vreixo Formoso
501275279d
Change recOpts in Image, it can be part of the Image struct, not a ptr.
16 years ago
Vreixo Formoso
71cd3ccb89
Check access to file contents before adding it to public iso tree.
16 years ago