libisofs/libisofs
Vreixo Formoso 89b0e9da68 Patch isolinux image before image writing.
Currently isolinux images are patching on-the-fly during image writing, and
that can be a problem on multisession images, as we may be reading the
old image after begining the burning of the new session. That is not supported
in several media and lead to burning failure. Fixed by caching the patched
image on memory.
2008-09-29 22:33:26 +02:00
..
filters Filters definition. Example XOR_encrypt filter. 2008-02-24 18:20:23 +01:00
buffer.c Add support for multisession on Level 3 images. 2008-08-19 02:45:20 +02:00
buffer.h src renamed to libisofs. 2008-01-26 22:18:07 +01:00
builder.c Add support for cut-out files. 2008-03-08 21:45:19 +01:00
builder.h Add support for cut-out files. 2008-03-08 21:45:19 +01:00
data_source.c s/openned/opened. Deprecate incorrectly spelled errors. 2008-03-01 17:12:44 +01:00
ecma119.c Make ISO-9660 Level 3 be the default for Backup Write Profile. 2008-08-19 21:41:42 +02:00
ecma119.h Control size of extents with #define blocks, to help testing. 2008-08-19 19:44:47 +02:00
ecma119_tree.c Merge level3 branch, adding support for ISO-9660 Level 3. 2008-08-20 02:14:47 +02:00
ecma119_tree.h src renamed to libisofs. 2008-01-26 22:18:07 +01:00
eltorito.c Patch isolinux image before image writing. 2008-09-29 22:33:26 +02:00
eltorito.h src renamed to libisofs. 2008-01-26 22:18:07 +01:00
filesrc.c Fix important bug. File sections must be computed before dir size. 2008-08-19 20:54:27 +02:00
filesrc.h Add support for multisession on Level 3 images. 2008-08-19 02:45:20 +02:00
filter.c Ensure filters are only applied to repeatable Streams. 2008-03-01 17:12:27 +01:00
filter.h Filters definition. Example XOR_encrypt filter. 2008-02-24 18:20:23 +01:00
find.c Make iso_dir_find_children() work recursivelly. 2008-03-17 17:24:42 +01:00
fs_image.c Implement iso_file_get_old_image_sections() and deprecate old way to obtain image lba. 2008-08-19 02:01:42 +02:00
fs_local.c lseek() needs to be added to the end to ensure ABI compatibility. 2008-03-08 21:48:03 +01:00
fsource.c Add lseek() function to IsoFileSource. 2008-03-08 18:34:41 +01:00
fsource.h Filters definition. Example XOR_encrypt filter. 2008-02-24 18:20:23 +01:00
image.c Added iso_image_update_sizes() API. 2008-09-07 16:32:18 +02:00
image.h Add wildcard support to excludes. 2008-01-30 21:40:26 +01:00
iso1999.c Merge level3 branch, adding support for ISO-9660 Level 3. 2008-08-20 02:14:47 +02:00
iso1999.h src renamed to libisofs. 2008-01-26 22:18:07 +01:00
joliet.c Merge level3 branch, adding support for ISO-9660 Level 3. 2008-08-20 02:14:47 +02:00
joliet.h src renamed to libisofs. 2008-01-26 22:18:07 +01:00
libiso_msgs.c bundle_A80222_2 2008-02-22 19:43:09 +01:00
libiso_msgs.h bundle_A80222_2 2008-02-22 19:43:09 +01:00
libisofs.h Increment version to 0.6.9 for next development cycle. 2008-09-20 21:14:36 +02:00
messages.c Switch to 0.6.7, error codes for iso_dat_source.read 2008-08-26 16:09:04 +02:00
messages.h message enhancements 2nd edition 2008-02-22 19:39:09 +01:00
node.c Merge level3 branch, adding support for ISO-9660 Level 3. 2008-08-20 02:14:47 +02:00
node.h Add support for multisession on Level 3 images. 2008-08-19 02:45:20 +02:00
rockridge.c Move error codes to libisofs.h. Remove error.h header. 2008-01-30 23:43:59 +01:00
rockridge.h src renamed to libisofs. 2008-01-26 22:18:07 +01:00
rockridge_read.c Fix bug in read_rr_PN(). 2008-05-26 10:48:25 +02:00
stream.c Added iso_image_update_sizes() API. 2008-09-07 16:32:18 +02:00
stream.h Implement iso_file_get_old_image_sections() and deprecate old way to obtain image lba. 2008-08-19 02:01:42 +02:00
tree.c Fix a bug in iso_tree_path_to_node(). 2008-05-26 10:46:28 +02:00
tree.h src renamed to libisofs. 2008-01-26 22:18:07 +01:00
util.c Move error codes to libisofs.h. Remove error.h header. 2008-01-30 23:43:59 +01:00
util.h Support for optionally store timestamps in GMT. 2008-01-27 14:23:59 +01:00
util_htable.c Move error codes to libisofs.h. Remove error.h header. 2008-01-30 23:43:59 +01:00
util_rbtree.c Move error codes to libisofs.h. Remove error.h header. 2008-01-30 23:43:59 +01:00
writer.h src renamed to libisofs. 2008-01-26 22:18:07 +01:00