libisofs/libisofs
Thomas Schmitt d20da80767 Transfering inode numbers from PX entries to IsoNode during image import
and using these numbers in PX entries during next image generation.
This also answers the concerns about PX without ino in RRIP 1.12
and PX with ino in RRIP 1.10 images produced by mkisofs.
2009-04-28 22:40:15 +02:00
..
filters Removed some development remarks 2009-04-15 13:22:20 +02:00
aaip-os-dummy.c Made AAIP 1.0 official, mentioned it in aaip source files, 2009-02-19 09:36:22 +01:00
aaip-os-freebsd.c Fixed wrong use of acl_free() 2009-03-21 22:59:06 +01:00
aaip-os-linux.c Fixed wrong use of acl_free() 2009-03-21 22:59:06 +01:00
aaip_0_2.c Switched from AAIP-1.0 with field "AA" to AAIP-2.0 with field "AL" 2009-03-31 11:40:58 +02:00
aaip_0_2.h Fixed a false success return value with iso_aa_lookup_attr(). 2009-03-31 12:16:19 +02:00
buffer.c Made code branch of Libisofs_with_aaiP unconditional 2009-02-18 23:01:14 +01:00
buffer.h src renamed to libisofs. 2008-01-26 22:18:07 +01:00
builder.c Switched from AAIP-1.0 with field "AA" to AAIP-2.0 with field "AL" 2009-03-31 11:40:58 +02: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 Removed change timestamps of 0.6.17 2009-04-15 16:50:44 +02:00
ecma119.h Removed change timestamps of 0.6.17 2009-04-15 16:50:44 +02:00
ecma119_tree.c Transfering inode numbers from PX entries to IsoNode during image import 2009-04-28 22:40:15 +02:00
ecma119_tree.h src renamed to libisofs. 2008-01-26 22:18:07 +01:00
eltorito.c Add new API to deal with isolinux options. 2008-10-19 16:00:51 +02:00
eltorito.h Support for writing MBR in the system area, to make hybrid boot images. 2008-10-19 16:03:13 +02:00
filesrc.c Transfering inode numbers from PX entries to IsoNode during image import 2009-04-28 22:40:15 +02:00
filesrc.h Add support for multisession on Level 3 images. 2008-08-19 02:45:20 +02:00
filter.c Removed change timestamps of 0.6.17 2009-04-15 16:50:44 +02:00
filter.h New API functions iso_file_add_gzip_filter() and iso_gzip_get_refcounts(). 2009-04-14 22:26:00 +02:00
find.c Make iso_dir_find_children() work recursivelly. 2008-03-17 17:24:42 +01:00
fs_image.c Transfering inode numbers from PX entries to IsoNode during image import 2009-04-28 22:40:15 +02:00
fs_local.c Made code branch of Libisofs_with_aaiP unconditional 2009-02-18 23:01:14 +01:00
fsource.c Made code branch of Libisofs_with_aaiP unconditional 2009-02-18 23:01:14 +01:00
fsource.h Filters definition. Example XOR_encrypt filter. 2008-02-24 18:20:23 +01:00
image.c Transfering inode numbers from PX entries to IsoNode during image import 2009-04-28 22:40:15 +02:00
image.h Transfering inode numbers from PX entries to IsoNode during image import 2009-04-28 22:40:15 +02: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 Made portability improvement Libisofs_avoid_using_allocA unconditional. 2009-04-07 12:07:48 +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 Transfering inode numbers from PX entries to IsoNode during image import 2009-04-28 22:40:15 +02:00
make_isohybrid_mbr.c Described license situation of make_isohybrid_mbr.c 2008-11-25 17:11:52 +01:00
messages.c Removed some development remarks 2009-04-15 13:22:20 +02:00
messages.h message enhancements 2nd edition 2008-02-22 19:39:09 +01:00
node.c Transfering inode numbers from PX entries to IsoNode during image import 2009-04-28 22:40:15 +02:00
node.h Transfering inode numbers from PX entries to IsoNode during image import 2009-04-28 22:40:15 +02:00
rockridge.c Removed change timestamps of 0.6.17 2009-04-15 16:50:44 +02:00
rockridge.h Transfering inode numbers from PX entries to IsoNode during image import 2009-04-28 22:40:15 +02:00
rockridge_read.c Transfering inode numbers from PX entries to IsoNode during image import 2009-04-28 22:40:15 +02:00
stream.c Transfering inode numbers from PX entries to IsoNode during image import 2009-04-28 22:40:15 +02:00
stream.h Transfering inode numbers from PX entries to IsoNode during image import 2009-04-28 22:40:15 +02:00
system_area.c Described need to pad isohybrid to full MB. 2008-11-25 16:32:55 +01:00
system_area.h Support for writing MBR in the system area, to make hybrid boot images. 2008-10-19 16:03:13 +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 Removed change timestamps of 0.6.17 2009-04-15 16:50:44 +02:00
util.h New API function iso_init_with_flag(). 2009-03-19 12:56:25 +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 Made early preparations for implementation of hard link persistence 2009-04-26 12:57:17 +02:00
writer.h src renamed to libisofs. 2008-01-26 22:18:07 +01:00