Commit Graph

15 Commits

Author SHA1 Message Date
e88b361b5f Make iso_read_image_features private. Add getters for its properties. 2008-02-02 16:05:03 +01:00
3528f9d0ef Add new replace modes. 2008-01-26 21:52:42 +01:00
0ad92fc56d struct iso_read_image_features is now allocated by libisofs. 2008-01-26 15:39:58 +01:00
29058378fd For API stablility reasons, make iso_read_opts private. 2008-01-26 14:00:46 +01:00
1a1fcf8362 Add version field to all structs that will remain public. 2008-01-26 13:15:15 +01:00
764e99e34b For API stablility reasons, make Ecma119WriteOpts private. 2008-01-26 13:04:16 +01:00
c272228590 Removed stop_on_error, now replaced by iso_set_abort_severity(). 2008-01-23 20:11:52 +01:00
d92f8f68d2 Option to set default values for file timestamps. 2008-01-23 19:46:36 +01:00
df5aa263ec Replace per Image messenger with a global one, and use image id instead. 2008-01-19 02:48:12 +01:00
5ed68d20e9 Add support for ISO-9660:1999. 2008-01-16 21:51:41 +01:00
9a66c6cd33 Enhance support for relaxe ISO constraints. 2008-01-15 00:21:07 +01:00
9ebc4a1eef Add some more control to the ring buffer. 2008-01-14 21:13:53 +01:00
a1bcc73198 Support for relaxed filenames on ISO-9660 images. 2008-01-13 01:06:56 +01:00
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.
2008-01-09 18:57:47 +01:00
7af02cddd9 Support for image growing. 2008-01-05 02:03:22 +01:00