Vreixo Formoso
be37936534
Add function to create an IsoFileSource from an ISO image.
15 years ago
Vreixo Formoso
dc6cd09877
Add functions to read RockRidge SUSP entries.
15 years ago
Vreixo Formoso
c296ca9ff5
iso_file_source_new_lfs() can be static.
15 years ago
Vreixo Formoso
baf7f14b11
Change get_path() definition in IsoFileSource.
15 years ago
Vreixo Formoso
263770ab4f
Read Volume Descriptors and identify RR extensions, if any.
15 years ago
Vreixo Formoso
e18f5d8898
Change message functions signature.
15 years ago
Vreixo Formoso
d8cb56ecf3
Start implementation of IsoFilesystem for reading ISO images.
15 years ago
Vreixo Formoso
135ac835eb
Implementation of IsoDataSource based on POSIX I/O.
15 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.
15 years ago
Vreixo Formoso
c786fc70b6
Fix bug in progress info, count last written bytes in percent.
15 years ago
Vreixo Formoso
48e243d5da
Define interface for IsoDataSource to access existent images.
15 years ago
Vreixo Formoso
f9ee153a97
More unit test to check correct RR entries generation for symlinks.
15 years ago
Vreixo Formoso
d9c9aea0c5
Fix integer overflow in progress count.
15 years ago
Vreixo Formoso
7e66fe43ce
Reduce memory usage in low level tree, by storing dir info separately.
15 years ago
Vreixo Formoso
4b8db2f274
Report writting progress.
15 years ago
Vreixo Formoso
a2645cbf40
Expose several tree options, to control recursive dir addition.
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
71cd3ccb89
Check access to file contents before adding it to public iso tree.
15 years ago
Vreixo Formoso
5c22069d19
Add function to check if we have access to IsoFileSource contents.
15 years ago
Vreixo Formoso
c915c6e3f4
Add a function to identify a Stream, for user notification.
15 years ago
Vreixo Formoso
5b856cf40b
More RR unit tests.
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
1ecb735e7c
Improve eclipse project configuration to deal with CDT 4.0.
15 years ago
Vreixo Formoso
9a90afcf69
Support for setting an output charset for RR NM entries.
...
It will default to input charset (i.e. the locale charset for now).
Names will be stored internally in that locale charset. Note that input
charset musn't be changed by user. Instead, we can provide an input
charset property to IsoFilesystem implementations.
15 years ago
Vreixo Formoso
6c7c54af93
Fix bug in strconv, take care about the end of string NULL character.
15 years ago
Vreixo Formoso
c3ded11773
Util function to convert string charset.
15 years ago
Vreixo Formoso
1e4851792b
First step to input/output charset handling.
15 years ago
Vreixo Formoso
a8636eaa60
Support for setting default modes for files and dirs.
15 years ago
Vreixo Formoso
941e2022e8
Expose RockRidge option.
15 years ago
Vreixo Formoso
c9957cb25e
Some unit test for RR/SUSP entries generation and size calculation.
15 years ago
Vreixo Formoso
dd97f67ee4
Add functions to read timestamps from ISO images.
15 years ago
Vreixo Formoso
aae230a321
Add util functions to deal with ISO types.
15 years ago
Vreixo Formoso
bf51fba3bc
Ensure ce is set to 0 at the beginning of calc size.
15 years ago
Vreixo Formoso
ddd703e7c4
Fix several bugs related to RR SL/NM fields (PT 2 :).
15 years ago
Vreixo Formoso
5f6b5fd930
Guard against wrong POSIX filenames in node.
15 years ago
Vreixo Formoso
6509134411
Fix bug with RR NM and SL entries.
15 years ago
Vreixo Formoso
49344b3ca9
Fix bug in path table size computation.
15 years ago
Vreixo Formoso
d954957d83
If needed, add version number to symlinks and special files too.
15 years ago
Vreixo Formoso
bf0c1dd219
Add nlink and ino fields. No true usage for now.
15 years ago
Vreixo Formoso
f8f2dcb6b0
RockRidge support, now RR/SUSP entries are correctly written.
...
This also fix a little bug, ensuring SP is written first to the "."
entry of the directory record.
15 years ago
Vreixo Formoso
54038ec54b
Functions to add RR/SUSP entries. Fix little bugs.
15 years ago
Vreixo Formoso
c3af3553df
Define functions to generate and write the RR/SUSP fields.
15 years ago
Vreixo Formoso
778e39ba3c
Take care about the RR entries when computing the size, and cache it.
...
When computing the size of the directory structures, take care about the size
taken by the RR/SUSP fields. Also, cache that size, otherwise we need to do
this computation several times and it is ugly, because the CE entries need to
know where the Continuation Area will be stored.
15 years ago
Vreixo Formoso
98b2dc2658
Take into account that System Use Field may be padded.
15 years ago
Vreixo Formoso
d48c553f40
Implement function to compute the size needed for RR field.
15 years ago
Vreixo Formoso
9de0be2602
Guard in public API agains bad names or link destinations.
15 years ago
Vreixo Formoso
227b17f251
Store a pointer to the real parent in reparent dirs.
15 years ago
Vreixo Formoso
811655a9a1
Mangle file names inside root directory after reorder the tree.
15 years ago
Vreixo Formoso
041858360a
Handle reallocation of directories.
15 years ago