libisofs/libisofs
Thomas Schmitt 92073c45ef Bug fix: Volume Descriptor Set Terminator contained non-zero bytes in
the reserved field (ECMA-119 8.3.4). The bytes stem from an uninitialized
local variable.
2011-01-24 15:03:09 +01:00
..
filters Removed dummy filter xor_sencrypt because there are real filters now. 2010-09-06 12:19:51 +02:00
aaip-os-dummy.c Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +02:00
aaip-os-freebsd.c Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +02:00
aaip-os-linux.c Stuffed a memory leak discovered by valgrind. 2010-10-05 19:58:54 +02:00
aaip_0_2.c Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +02:00
aaip_0_2.h Adjusted copyright and license statements in single files. 2010-02-14 11:39:34 +01:00
buffer.c New API function iso_write_opts_set_part_offset() controls creation of 2010-09-05 12:43:48 +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 Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +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 Bug fix: Volume Descriptor Set Terminator contained non-zero bytes in 2011-01-24 15:03:09 +01:00
ecma119.h Avoiding <stdint.h> if not available. Trying to use <inttypes.h> in that case. 2011-01-18 16:18:09 +01:00
ecma119_tree.c Closed loophole for undefined variable with new call 2011-01-16 13:28:07 +01:00
ecma119_tree.h New API calls iso_image_add_mips_boot_file(), iso_image_get_mips_boot_files(), 2010-10-12 20:24:17 +02:00
eltorito.c New API call iso_memory_stream_new(). (Was formely a private acll.) 2011-01-01 14:55:26 +01:00
eltorito.h Removed most of the development remarks of 0.6.31 2010-05-01 20:38:01 +02:00
filesrc.c Improvements about the block address of empty data files 2010-11-25 14:40:44 +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 Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +02:00
fs_image.c Better handling of El Torito boot images with identical block address 2010-11-24 10:06:19 +01:00
fs_local.c Corrected several memory leaks and potential NULL pointer evaluations 2010-09-01 10:45:10 +02:00
fsource.c Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +02:00
fsource.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00
image.c Small adjustments and bug fix with new MIPS boot facility. 2010-10-13 16:59:18 +02:00
image.h New API calls iso_image_add_mips_boot_file(), iso_image_get_mips_boot_files(), 2010-10-12 20:24:17 +02:00
iso1999.c Corrected several memory leaks and potential NULL pointer evaluations 2010-09-01 10:45:10 +02:00
iso1999.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00
joliet.c Fixed a typo in a warning message. 2010-10-27 07:57:38 +02:00
joliet.h Removed development marks and an obsolete conditional compilation case. 2010-09-11 13:25:51 +02: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 Avoiding <stdint.h> if not available. Trying to use <inttypes.h> in that case. 2011-01-18 16:18:09 +01:00
libisofs.ver Added iso_memory_stream_new to list of public symbols. 2011-01-01 15:07:10 +01:00
make_isohybrid_mbr.c Avoiding <stdint.h> if not available. Trying to use <inttypes.h> in that case. 2011-01-18 16:18:09 +01:00
md5.c Avoiding <stdint.h> if not available. Trying to use <inttypes.h> in that case. 2011-01-18 16:18:09 +01:00
md5.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00
messages.c New API call iso_write_opts_set_untranslated_name_len() 2010-12-22 14:21:00 +01:00
messages.h Removed old change timestamp 2010-12-10 11:15:42 +01:00
node.c New API call iso_node_get_hidden(). 2010-06-20 09:18:30 +02:00
node.h Avoiding <stdint.h> if not available. Trying to use <inttypes.h> in that case. 2011-01-18 16:18:09 +01:00
rockridge.c Made provisory test for directory record overflow permanent 2011-01-16 11:10:08 +01:00
rockridge.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00
rockridge_read.c Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +02:00
stream.c Corrected several memory leaks and potential NULL pointer evaluations 2010-09-01 10:45:10 +02:00
stream.h New API call iso_memory_stream_new(). (Was formely a private acll.) 2011-01-01 14:55:26 +01:00
system_area.c New API call iso_write_opts_set_disc_label(), 2010-11-05 15:34:42 +01:00
system_area.h New API call iso_write_opts_set_partition_img(). 2010-10-18 16:56:00 +02:00
tree.c Eventually including autotools generated ../config.h with all source files. 2010-05-16 10:20:12 +02:00
tree.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00
util.c Better hiding of a defunct #ifndef 2011-01-18 17:50:26 +01:00
util.h Avoiding <stdint.h> if not available. Trying to use <inttypes.h> in that case. 2011-01-18 16:18:09 +01: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 Forgot to store util_rbtree.c before previous commit. 2010-09-01 19:18:35 +02:00
writer.h Removed more occurences of old restriction to GPLv2. 2010-01-27 06:48:59 +01:00