Commit Graph

1555 Commits (master)
 

Author SHA1 Message Date
Thomas Schmitt bd415402f4 New API call iso_write_opts_set_max_ce_entries() 2 months ago
Thomas Schmitt 7109ba5675 Prevented endless CE loops when reading a very bad ISO fileystem 2 months ago
Thomas Schmitt d35435b5a0 Bug fix: Size of further CE area was calculated wrong if its CE entry ended exactly at a block boundary 3 months ago
Thomas Schmitt acb4bd143c Bug fix: Freshly cloned data files from imported image were not marked as
imported
5 months ago
Thomas Schmitt 71772baab7 Fixed assessment of omit_version_numbers and no_force_dots 6 months ago
Thomas Schmitt 83e5832ed0 New API calls iso_assess_written_features(), iso_read_image_feature_named(), iso_read_image_features_text() 6 months ago
Thomas Schmitt 9b7ccc9727 Improved error messages in case of failing Linux-specific ACL or xattr functions 6 months ago
Thomas Schmitt c6cb7dfa3e Widened the lseek capacity determination to SEEK_SET with wanted size 10 months ago
Thomas Schmitt ad55ec78e4 Avoided automatic MBR partition type 0x00 with iso_write_opts_set_part_like_isohybrid() if partitions do not overlap 11 months ago
Thomas Schmitt 011e2e85e6 Allowed lseekable device files with iso_tree_add_new_cut_out_node(). Proof-of-concept by Ivan Shmakov. 11 months ago
Thomas Schmitt f457a4f8b9 Added missing stream type names to a diagnostic function 11 months ago
Thomas Schmitt 2af17490a0 Bug fix: The lseek methods of IsoFileSource for local filesystem and loaded ISO returned libisofs error codes as positive off_t numbers 11 months ago
Thomas Schmitt da00291519 Let the original isohybrid GPT obey system_area() option bit 17: GPT writable 11 months ago
Thomas Schmitt 1d61b518b5 Bug fix: iso_write_opts_set_part_like_isohybrid() did not cause a MBR partition table if the partitions are data files in the ISO rather than appended 11 months ago
Thomas Schmitt 99251ade08 Avoid to overwrite the loaded MBR partition table just because partition offset is 16 11 months ago
Thomas Schmitt da8e3e66e7 Exempted MBR partitions of type 0xEE from being ignored due to wrong size 11 months ago
Thomas Schmitt 3e61a61a21 Updated URLs, build instructions, and copyright in README file 1 year ago
Thomas Schmitt 80a0691660 Removed unneeded configure.ac macro AC_C_BIGENDIAN 2 years ago
Thomas Schmitt 1c4c04d4e2 New iso_write_opts_set_system_area() option bits 16: GPT "Legacy BIOS bootable" and 17: GPT writable 2 years ago
Thomas Schmitt 75499bcda9 Silenced a warning on 32 bit about value ISO_ZISOFS_V1_LIMIT too large for int 2 years ago
Thomas Schmitt 9e389186f7 Leave prediction of first CE gap to susp_*_to_ce() functions 2 years ago
Thomas Schmitt 7d248c46e1 Ignore mad MBR partitions which extend outside of medium size 2 years ago
Thomas Schmitt 98aea0c18a Heuristic fix for a new problem introduced by commit 058f18d 2 years ago
Thomas Schmitt 058f18d37a Bug fix: Large amounts of AAIP data or many long file names could cause with zisofs an unreadable filesystem after the warning "Calculated and written ECMA-119 tree end differ" 2 years ago
Thomas Schmitt 5add62bda0 Version leap to 1.5.5 2 years ago
Thomas Schmitt 2d1fec2569 Updated change log 2 years ago
Thomas Schmitt 4219bf4950 Version leap to 1.5.4 2 years ago
Thomas Schmitt 2a20e93b13 Small correction to commit 6241141 2 years ago
Thomas Schmitt 62411411db New API calls iso_read_image_features_tree_loaded() and iso_read_image_features_rr_loaded() 2 years ago
Thomas Schmitt 8f3ff65c04 Corrected size of GPT protective MBR partition with multi-session emulation 2 years ago
Thomas Schmitt c068a19a8c New API call iso_read_opts_set_joliet_map(), new default joliet_map=stripped 2 years ago
Thomas Schmitt cece6fb371 Bug fix: Appended APM partitions without HFS+ production had start and size 1 2 years ago
Thomas Schmitt 29cc5c8d31 Prevented writing of undesired bytes in make_sun_disk_label() (commit b0230b6) 2 years ago
Thomas Schmitt 92af0c9752 Adjusted fix 7e3b01b after learning that the bug stems from b0230b6 (unreleased) 2 years ago
Thomas Schmitt daaee5e7e6 Fixed access to packed members of struct hfsplus_volheader. Thanks Felipe Franciosi. 2 years ago
Thomas Schmitt 7e3b01b53c Bug fix: Apple Partition Map entries wrote uninitialized data 2 years ago
Thomas Schmitt 1d5566f8bb Changed Public contact from libburn-hackers@pykix.org to bug-xorriso@gnu.org 2 years ago
Thomas Schmitt ac9d55330d Fixed a new bug introduced with previous commit 2 years ago
Thomas Schmitt b0687643c5 Bug fix: El Torito production failed if no catalog name was given and the boot image path contains no slash 2 years ago
Thomas Schmitt 5a98a4cda5 Corrected declaration of ziso_add_osiz_filter(). (Lapse in commit b107443) 2 years ago
Thomas Schmitt b7a90c5194 Corrected description of new call iso_zisofs_ctrl_susp_z2() 2 years ago
Thomas Schmitt 8d70c75d4a Added doc/zisofs2_format.txt to EXTRA_DIST 2 years ago
Thomas Schmitt 9605bbe748 New API call iso_zisofs_ctrl_susp_z2() 2 years ago
Thomas Schmitt 46186e5f06 Added Z2 System Use Entry Format to zisofs2 specs 2 years ago
Thomas Schmitt 2ac62f0cac Fixed header size of ZF entries made for zisofs2 files compressed by libisofs 2 years ago
Thomas Schmitt dc61e7d298 New flag bits 8 to 15 in API call iso_node_zf_by_magic() 2 years ago
Thomas Schmitt d5ffecf2f5 Silenced a compiler warning if zlib is not enabled 2 years ago
Thomas Schmitt 80449f0dc9 New API calls iso_stream_zisofs_discard_bpt() and iso_image_zisofs_discard_bpt() 2 years ago
Thomas Schmitt cc2e0e32a3 New iso_zisofs_ctrl parameters bpt_discard_file_blocks , bpt_discard_free_ratio 2 years ago
Thomas Schmitt 239ba69925 Accepting zisofs2 algorithms 2 to 5 for ZF by magic, but not for decompression 2 years ago