Vreixo Formoso
4da469a3bf
Addapt recursive addition function to new replace enum.
16 years ago
Vreixo Formoso
f118b0a48d
Encapsulate insertion of nodes in node.c. Define replace behavior.
16 years ago
Vreixo Formoso
bff5cb9333
More memory leak related fixes in unit tests.
16 years ago
Vreixo Formoso
7e8a9b9473
Prevent some memory leaks in unit tests.
16 years ago
Vreixo Formoso
25f4402147
Prevent memory leak in case of failure.
16 years ago
Vreixo Formoso
8115ba6c24
Fix link problem by removing all inline functions defined in .h files.
16 years ago
Vreixo Formoso
c00d84f0f2
Improve mangling algorithm, by using a hash table for name search.
16 years ago
Vreixo Formoso
4b3a86185f
Fix some bugs in hash table implementation.
16 years ago
Vreixo Formoso
b4d76f7925
Add a hash table implementation.
16 years ago
Vreixo Formoso
b29e2a7db2
Improve filesystem implementation to deal with local files.
...
Instead of storing the path of each file, we store the name plus a ref
to the parent. That way, we safe around 5-10% of memory.
16 years ago
Vreixo Formoso
953da9ff8f
Support for patching isolinux images.
16 years ago
Vreixo Formoso
807c43b20e
Implementation of a IsoStream to read from a memory buffer.
16 years ago
Vreixo Formoso
cd8943105c
Functions to access volume information from an IsoImageFilesystem.
16 years ago
Vreixo Formoso
f27f2449f9
Support for reading El-Torito info from previous images.
16 years ago
Vreixo Formoso
53c2215ab3
Add function to get the parent of a given node.
16 years ago
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