libisofs/libisofs
Thomas Schmitt c47167058a Improved handling of cylinder alignment if the resulting image size
size is not divisible by 2048. Old behavior was to not align. New is
to pad up by a few blocks of 512 bytes.
2015-05-10 09:34:45 +02:00
..
filters Reacted on -Wextra -Wno-unused-parameter warnings of gcc for filters/zisofs.c 2011-05-21 23:12:29 +02:00
aaip-os-dummy.c New API call iso_local_attr_support() 2011-08-18 15:07:31 +02:00
aaip-os-freebsd.c Enabled recording and restoring of extattr on NetBSD 2014-06-20 09:07:51 +02:00
aaip-os-linux.c Enabled recording and restoring of extattr on NetBSD 2014-06-20 09:07:51 +02:00
aaip_0_2.c Enabled recording and restoring of extattr on NetBSD 2014-06-20 09:07:51 +02:00
aaip_0_2.h Detecting and rejecting multiple entries of user::, group::, other:: in ACL text 2011-08-24 09:23:02 +02:00
buffer.c Reacted on -Wextra -Wno-unused-parameter warnings of gcc for buffer.c 2011-05-21 23:08:53 +02:00
buffer.h Avoiding <stdint.h> if not available. Trying to use <inttypes.h> in that case. 2011-01-18 16:18:09 +01:00
builder.c Improved handling of unconvertable file names and name collsions during iso_image_import() 2014-01-03 18:29:29 +01:00
builder.h Improved handling of unconvertable file names and name collsions during iso_image_import() 2014-01-03 18:29:29 +01:00
data_source.c Equipped all non-system-dependent open(2) calls with O_BINARY. 2014-11-26 14:44:43 +01:00
ecma119.c Improved handling of cylinder alignment if the resulting image size 2015-05-10 09:34:45 +02:00
ecma119.h Improved handling of cylinder alignment if the resulting image size 2015-05-10 09:34:45 +02:00
ecma119_tree.c Clarified which inode is local ino_t and which is Rock Ridge uint32_t. 2014-05-27 21:31:53 +02:00
ecma119_tree.h Clarified which inode is local ino_t and which is Rock Ridge uint32_t. 2014-05-27 21:31:53 +02:00
eltorito.c Letting lfs_read() retry if read(2) returns a short byte count. 2014-11-20 13:15:35 +01:00
eltorito.h New API call iso_image_report_el_torito() 2014-04-24 10:15:56 +02:00
filesrc.c Consolidated the single copies of IsoWriteOpts members in Ecma119Image 2013-12-22 19:02:44 +01:00
filesrc.h Enabled writing of EFI El Torito boot image as EFI System Partition outside 2012-06-18 10:06:16 +02:00
filter.c Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +02:00
filter.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00
find.c Reacted on warnings of cppcheck. 2012-03-21 20:28:15 +01:00
fs_image.c New API object iso_interval_reader. Enabling flag bits for older API calls 2015-04-23 15:46:04 +02:00
fs_local.c Equipped all non-system-dependent open(2) calls with O_BINARY. 2014-11-26 14:44:43 +01:00
fsource.c Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +02:00
fsource.h Based the iso_stream_cmp_ino() comparison of streams from the loaded 2015-03-09 19:49:39 +01:00
hfsplus.c New API call iso_image_report_system_area() 2014-04-11 15:39:45 +02:00
hfsplus.h Completed implementation of API call iso_conv_name_chars() 2013-12-28 15:36:33 +01:00
hfsplus_case.c Mad new hfsplus_case.c usable for GNU xorriso 2012-07-11 12:16:45 +02:00
hfsplus_classes.c Clarified copyright of libisofs/hfsplus_classes.c 2012-07-07 11:40:18 +02:00
hfsplus_decompose.c Silenced compiler warnings about too modern array initilization. 2012-06-14 13:46:31 +02:00
image.c New API object iso_interval_reader. Enabling flag bits for older API calls 2015-04-23 15:46:04 +02:00
image.h New API object iso_interval_reader. Enabling flag bits for older API calls 2015-04-23 15:46:04 +02:00
iso1999.c Applied similar bug fixes to Joliet and ISO 9660:1999 2014-04-02 19:40:17 +02:00
iso1999.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00
joliet.c Applied similar bug fixes to Joliet and ISO 9660:1999 2014-04-02 19:40:17 +02:00
joliet.h Completed implementation of API call iso_conv_name_chars() 2013-12-28 15:36:33 +01:00
libiso_msgs.c Adapted severity list production to the format of libburn 2013-01-08 08:29:57 +01:00
libiso_msgs.h Adapted severity list production to the format of libburn 2013-01-08 08:29:57 +01:00
libisofs.h New API object iso_interval_reader. Enabling flag bits for older API calls 2015-04-23 15:46:04 +02:00
libisofs.ver New API object iso_interval_reader. Enabling flag bits for older API calls 2015-04-23 15:46:04 +02:00
make_isohybrid_mbr.c Improved handling of cylinder alignment if the resulting image size 2015-05-10 09:34:45 +02:00
md5.c Consolidated the single copies of IsoWriteOpts members in Ecma119Image 2013-12-22 19:02:44 +01:00
md5.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00
messages.c New API object iso_interval_reader. Enabling flag bits for older API calls 2015-04-23 15:46:04 +02:00
messages.h Removed old change timestamp 2010-12-10 11:15:42 +01:00
node.c Bug fix: iso_file_get_old_image_lba() returned 0 in case of valid lba. 2014-04-23 16:22:37 +02:00
node.h Giving sort weight 2 as default to El Torito boot images. 2013-09-07 21:37:27 +02:00
rockridge.c Accounting for a long AAIP list in root directory. 2015-03-05 15:44:47 +01:00
rockridge.h Fixed a bug introduced with rev 1184. 2015-03-01 17:52:19 +01:00
rockridge_read.c Reacted on -Wextra -Wno-unused-parameter warnings of gcc for rockridge_read.c 2011-05-21 23:18:00 +02:00
stream.c Bug fix: If iso_write_opts_set_hardlinks() enabled automatic inode numbers, 2015-03-09 19:59:54 +01:00
stream.h Cleaned up use of PATH_MAX (local filesystem) and LIBISOFS_NODE_PATH_MAX 2011-04-03 11:02:15 +02:00
system_area.c Improved handling of cylinder alignment if the resulting image size 2015-05-10 09:34:45 +02:00
system_area.h New API call iso_write_opts_set_appended_as_gpt() 2015-02-06 11:59:25 +01:00
tree.c Estimating size of El Torito boot images which are not represented by a file 2014-04-27 12:09:13 +02:00
tree.h Estimating size of El Torito boot images which are not represented by a file 2014-04-27 12:09:13 +02:00
util.c New API object iso_interval_reader. Enabling flag bits for older API calls 2015-04-23 15:46:04 +02:00
util.h New API object iso_interval_reader. Enabling flag bits for older API calls 2015-04-23 15:46:04 +02:00
util_htable.c Applied similar bug fixes to Joliet and ISO 9660:1999 2014-04-02 19:40:17 +02:00
util_rbtree.c Reacted on -Wextra -Wno-unused-parameter warnings of gcc for util_rbtree.c 2011-05-21 23:21:14 +02:00
writer.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00