libisofs/libisofs
Thomas Schmitt 01b2ee088b Silenced a harmless compiler warning. 2012-05-30 12:51:37 +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 Detecting and rejecting multiple entries of user::, group::, other:: in ACL text 2011-08-24 09:23:02 +02:00
aaip-os-linux.c Adaptions and remarks about GNU/Hurd 2011-08-30 19:20:18 +02:00
aaip_0_2.c Reacted on warning of cppcheck 2011-10-09 18:26:13 +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 Replaced some large local variables by other means in libisofs/builder.c 2011-06-09 16:51:00 +02:00
builder.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00
data_source.c Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +02:00
ecma119.c New API call iso_write_opts_set_hfsp_serial_number(). 2012-05-27 18:55:04 +02:00
ecma119.h New API call iso_write_opts_set_hfsp_serial_number(). 2012-05-27 18:55:04 +02:00
ecma119_tree.c Removed obsolete development comments 2012-04-02 11:36:16 +02:00
ecma119_tree.h Corrected flaws of revision 926. 2012-03-14 13:50:46 +01:00
eltorito.c Committing the yet incomplete implementation of SYSLINUX isohybrid 2012-05-24 19:31:00 +02:00
eltorito.h Committing the yet incomplete implementation of SYSLINUX isohybrid 2012-05-24 19:31:00 +02:00
filesrc.c Reporting name of base file with error message for filtered streams 2012-02-11 19:09:40 +01:00
filesrc.h Avoiding <stdint.h> if not available. Trying to use <inttypes.h> in that case. 2011-01-18 16:18:09 +01: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 Bug fix: Memory corruption when reading bootable image that was truncated 2012-04-19 09:29:31 +02:00
fs_local.c Detecting and rejecting multiple entries of user::, group::, other:: in ACL text 2011-08-24 09:23:02 +02:00
fsource.c Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +02:00
fsource.h Yet incomplete implementation of IsoNode cloning. 2011-01-25 10:50:37 +01:00
hfsplus.c Silenced a harmless compiler warning. 2012-05-30 12:51:37 +02:00
hfsplus.h Corrections to HFS+ code by Vladimir Serbinko. 2012-05-30 08:57:04 +02:00
hfsplus_case.c Updated Vladimir Serbinenko's work. 2012-05-24 11:27:21 +02:00
hfsplus_classes.c Updated Vladimir Serbinenko's work. 2012-05-24 11:27:21 +02:00
hfsplus_decompose.c Updated Vladimir Serbinenko's work. 2012-05-24 11:27:21 +02:00
image.c Fixed a bug in yet unused code which was introduced by rev 965. 2012-05-26 23:17:59 +02:00
image.h Attributed HFS+ blessings to IsoImage rather than IsoWriteOpts. 2012-05-25 19:34:09 +02:00
iso1999.c Bug fix: Volume descriptors of Joliet and ISO 9660:1999 beared non-zero 2012-05-22 16:46:17 +02:00
iso1999.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00
joliet.c Bug fix: The separator dot of Joliet names was byte swapped on big-endian 2012-05-23 20:58:31 +02:00
joliet.h New API call iso_write_opts_set_joliet_long_names() 2011-03-26 15:38:08 +01:00
libiso_msgs.c Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +02:00
libiso_msgs.h Changed leftover text which disallowed GPLv3. 2010-01-27 17:27:32 +01:00
libisofs.h New error code ISO_BOOT_APM_OVERLAP 2012-05-28 09:17:17 +02:00
libisofs.ver New API call iso_write_opts_set_hfsp_serial_number(). 2012-05-27 18:55:04 +02:00
make_isohybrid_mbr.c Silenced compiler warnings by fixing micro bugs. 2012-05-28 09:27:07 +02:00
md5.c Replaced some large local variables by other means in libisofs/md5.c 2011-06-11 19:23:32 +02:00
md5.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00
messages.c New error code ISO_BOOT_APM_OVERLAP 2012-05-28 09:17:17 +02:00
messages.h Removed old change timestamp 2010-12-10 11:15:42 +01:00
node.c Bug fix: Memory corruption when reading bootable image that was truncated 2012-04-19 09:29:31 +02:00
node.h Cleaned up use of PATH_MAX (local filesystem) and LIBISOFS_NODE_PATH_MAX 2011-04-03 11:02:15 +02:00
rockridge.c Corrected flaws of revision 926. 2012-03-14 13:50:46 +01:00
rockridge.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +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 Clarified stream version prescription and made internal stream data 2011-08-09 14:59:19 +02: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 Now writing micro mock-up of APM Block0. 2012-05-29 22:17:09 +02:00
system_area.h Introduced internal pseudo-random generators iso_random_uuid() and 2012-05-27 16:05:56 +02:00
tree.c Made callers of iso_file_source_get_path() aware that NULL might be returned. 2011-06-01 11:37:30 +02:00
tree.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00
util.c Created API and hfsplus interface of HFS+ blessing. 2012-05-25 14:40:06 +02:00
util.h Made struct iso_hfsplus_xinfo_data clonable. 2012-05-25 10:42:26 +02:00
util_htable.c Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +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