Commit Graph

1330 Commits

Author SHA1 Message Date
Thomas Schmitt 27d4c79d0e Silenced warnings about -Wchar-subscripts, added /usr/local for NetBSD 2014-02-11 09:28:27 +01:00
Thomas Schmitt 5b78efb12a Clarified the content of the PVD timestamps. 2014-02-09 13:29:50 +01:00
Thomas Schmitt 2c2fb7caf2 Fixed a harmless bug introduced with rev 1111. 2014-01-26 10:07:10 +01:00
Thomas Schmitt d51cefb097 Adapted HP-PA boot sector code to upcomming PALO header version 5 2014-01-16 11:59:58 +01:00
Thomas Schmitt 7637d13e11 New API calls iso_image_set_hppa_palo() and iso_image_get_hppa_palo() 2014-01-14 09:43:28 +01:00
Thomas Schmitt b9b5284f22 Beautified the collision avoiding names 2014-01-04 16:28:25 +01:00
Thomas Schmitt afa65e9f2a Reduced minimum length of collision avoiding name from 8 to 7 2014-01-03 21:16:56 +01:00
Thomas Schmitt 5e1aaca232 Avoided unnecessary recursion with production of collision avoiding names 2014-01-03 20:53:59 +01:00
Thomas Schmitt fea649835c Small fix of previous change 2014-01-03 20:00:04 +01:00
Thomas Schmitt 44f475a4ef Improved handling of unconvertable file names and name collsions during iso_image_import() 2014-01-03 18:29:29 +01:00
Thomas Schmitt 60eb7e883c Issueing warnings when Joliet file names with non-UCS-2 characters get read 2013-12-31 13:14:42 +01:00
Thomas Schmitt 9b4e0b611a Bug fix: Division by zero if HFS+ was combined with TOC emulation for overwritable media. 2013-12-28 16:45:29 +01:00
Thomas Schmitt 1be57e34ec Completed implementation of API call iso_conv_name_chars() 2013-12-28 15:36:33 +01:00
Thomas Schmitt b0e68bbcaa Fixed a memory access error introduced with rev 1099 2013-12-22 19:07:28 +01:00
Thomas Schmitt fa61b94ac8 Consolidated the single copies of IsoWriteOpts members in Ecma119Image
by having a copy of the whole IsoWriteOpts in Ecma119Image
2013-12-22 19:02:44 +01:00
Thomas Schmitt 3e3c15812b New API call iso_conv_name_chars(), provisory implementation 2013-12-19 15:41:55 +01:00
Thomas Schmitt 88555bd059 New API call iso_write_opts_set_joliet_utf16()
and ability to read Joliet names as UTF-16BE
2013-12-17 21:45:52 +01:00
Thomas Schmitt ba47d1534c Version leap to 1.3.5 2013-12-12 14:44:22 +01:00
Thomas Schmitt b7dc0f4057 Version leap to 1.3.4 2013-12-12 14:37:11 +01:00
Thomas Schmitt 0ab9f5f8d2 Updated changelog 2013-12-12 09:30:25 +01:00
Thomas Schmitt 1338f29d62 Added a comment to node.c 2013-12-12 09:25:40 +01:00
Thomas Schmitt bc5e2227c8 Encoding HFS+ names in UTF-16 rather than UCS-2. 2013-11-26 12:47:43 +01:00
Thomas Schmitt 654ff82345 Mentioned boot image address in newer GRUB2 MBR 2013-11-18 13:22:17 +01:00
Thomas Schmitt 6baeae70e0 Mentioned GRUB2 Boot Info in boot_sectors.txt 2013-11-18 12:58:50 +01:00
Thomas Schmitt b987972660 Updated copyright year in README 2013-09-25 13:07:38 +02:00
Thomas Schmitt c78526abce Reacted on warnings of Debian buildd with clang 2013-09-16 20:52:14 +02:00
Thomas Schmitt b95e1bb85c Giving sort weight 2 as default to El Torito boot images. 2013-09-07 21:37:27 +02:00
Thomas Schmitt 7aa2582129 Reacted on warnings of PLD Linux build log 2013-09-05 10:01:08 +02:00
Thomas Schmitt 3f29d70aba Preserving MD5s of files from old session until the end of the new
write run. If the write run fails, the old MD5s get restored.
2013-08-20 11:48:24 +02:00
Thomas Schmitt 567d3ddafb Fixed the rollover protection for checksum indice. 2013-08-17 12:49:01 +02:00
Thomas Schmitt c47f85c639 Removed an obsolete sentence from docs. 2013-08-17 12:48:04 +02:00
Thomas Schmitt 40310b4fd7 Updated ChangeLog to new development cycle. 2013-08-07 15:53:43 +02:00
Thomas Schmitt f34c274f21 Version leap to 1.3.3 2013-08-07 15:12:43 +02:00
Thomas Schmitt 46e96ee616 Version leap to 1.3.2 2013-08-07 15:10:10 +02:00
Thomas Schmitt 7e60e60e62 Updated changelog 2013-08-07 10:56:23 +02:00
Thomas Schmitt d55ed2d1ca New API calls iso_image_get_app_use() and iso_image_set_app_use() 2013-08-04 12:32:31 +02:00
Thomas Schmitt 77c8349c56 Bug fix: iso_finish() left an invalid global pointer, which a subsequent call of iso_init() would try to dereference. 2013-07-31 09:53:43 +02:00
Thomas Schmitt b1c7ed6e29 Avoided a confusing error message from iso_image_update_sizes(),
prepared macro for non-confusing error message,
and introduced flag bit0 to iso_stream_get_input_stream()
2013-06-25 14:56:29 +02:00
Thomas Schmitt e886722d65 The sort weight of data files loaded from ISO image is now 2 exp 28 to 1
rather than 2 exp 31 - 1 to - 2 exp 31
2013-05-24 12:35:43 +02:00
Thomas Schmitt b80b339de3 Version leap to 1.3.1 2013-05-17 19:51:39 +02:00
Thomas Schmitt efbd05203d Version leap to 1.3.0 2013-05-17 19:47:58 +02:00
Thomas Schmitt 6ca1d76d60 Updated change log 2013-05-17 09:52:40 +02:00
Thomas Schmitt e1b54056e8 Added a new source of information about CHRP to boot_sectors.txt 2013-05-01 20:28:24 +02:00
Thomas Schmitt d5cd610ac7 Bug fix: The protective MBR partition for GPT started at block 0 instead of 1 2013-04-17 20:54:02 +02:00
Thomas Schmitt 91f5ebb376 Bug fix: GPT header CRC was computed from all 512 bytes rather than from 92. 2013-04-17 16:45:51 +02:00
Thomas Schmitt ff3b439bda Changed Libisofs_grub2_sparc_patch_lba_poS to Libisofs_grub2_sparc_patch_adr_poS 2013-04-14 08:15:29 +02:00
Thomas Schmitt 4672c79181 Changed Libisofs_grub2_sparc_patch_lba_poS to Libisofs_grub2_sparc_patch_adr_poS 2013-04-14 08:14:27 +02:00
Thomas Schmitt 83cb07b23c New API calls iso_image_set_sparc_core() and iso_image_get_sparc_core(). 2013-04-13 22:17:26 +02:00
Thomas Schmitt 439a14da1d Bug fix: Reserved and unused fields of APM entries were not zeroed. 2013-04-13 12:11:26 +02:00
Thomas Schmitt d66eef42f6 Corrected Libisofs_grub2_mbr_patch_offsT from 3 to 4 2013-04-13 09:25:42 +02:00