Thomas Schmitt
7d45c88cff
New API call iso_image_get_ignore_aclea(),
...
new iso_image_set_ignore_aclea() and iso_file_source_get_aa_string() flag bit3 to import all xattr namespaces
5 years ago
Thomas Schmitt
e66b9bfe0c
New API call iso_write_opts_set_iso_mbr_part_type()
6 years ago
Thomas Schmitt
dc6cd946ba
New API calls el_torito_set_full_load(), el_torito_get_full_load()
6 years ago
Thomas Schmitt
866f647fad
New API calls iso_generate_gpt_guid() and +iso_write_opts_set_gpt_guid().
7 years ago
Thomas Schmitt
31fcdc0ba6
New API calls iso_write_opts_set_appended_as_apm(), iso_write_opts_set_part_like_isohybrid()
7 years ago
Thomas Schmitt
7a3560035a
Rectified handling of oversized filenames by new API calls:
...
iso_image_set_truncate_mode, iso_image_get_truncate_mode,
iso_truncate_leaf_name, iso_image_set_node_name, iso_image_tree_clone,
iso_image_add_new_dir, iso_image_add_new_file, iso_image_add_new_special,
iso_image_add_new_symlink, iso_image_dir_get_node, iso_image_path_to_node,
7 years ago
Thomas Schmitt
6c3dc3ce4a
New API call iso_read_opts_set_ecma119_map().
8 years ago
Thomas Schmitt
d4b8cbe474
New API object iso_interval_reader. Enabling flag bits for older API calls
...
iso_write_opts_set_prep_img(), iso_write_opts_set_efi_bootp(),
and iso_write_opts_set_partition_img().
8 years ago
Thomas Schmitt
782bb7854e
New system area type 6 = DEC Alpha SRM boot sector.
...
New API calls iso_image_set_alpha_boot(), iso_image_get_alpha_boot().
Thanks to Helge Deller.
8 years ago
Thomas Schmitt
527b613607
New API call iso_write_opts_set_appended_as_gpt()
...
and marking of appended partitions in GPT if GPT emerges for other reasons.
8 years ago
Thomas Schmitt
ad279352e3
New API call iso_image_report_el_torito()
9 years ago
Thomas Schmitt
6edc1ac057
New API call iso_crc32_gpt()
9 years ago
Thomas Schmitt
dd27f579eb
New API call iso_image_report_system_area()
9 years ago
Thomas Schmitt
e6e037f87e
Re-enabled HP-PA PALO boot preparations
9 years ago
Thomas Schmitt
ef528f2f0e
Temporarily disabled the unfinished HP-PA PALO bootability preparations
9 years ago
Thomas Schmitt
7637d13e11
New API calls iso_image_set_hppa_palo() and iso_image_get_hppa_palo()
9 years ago
Thomas Schmitt
3e3c15812b
New API call iso_conv_name_chars(), provisory implementation
9 years ago
Thomas Schmitt
88555bd059
New API call iso_write_opts_set_joliet_utf16()
...
and ability to read Joliet names as UTF-16BE
9 years ago
Thomas Schmitt
d55ed2d1ca
New API calls iso_image_get_app_use() and iso_image_set_app_use()
10 years ago
Thomas Schmitt
83cb07b23c
New API calls iso_image_set_sparc_core() and iso_image_get_sparc_core().
10 years ago
Thomas Schmitt
a4f07eb3b3
New API call iso_image_get_pvd_times().
10 years ago
Thomas Schmitt
7a8995f322
New API call iso_tree_resolve_symlink().
11 years ago
Thomas Schmitt
2d441cca5d
New API call iso_write_opts_set_hfsp_block_size().
11 years ago
Thomas Schmitt
6a3273dc72
New API calls so_write_opts_set_prep_img(), iso_write_opts_set_efi_bootp()
11 years ago
Thomas Schmitt
1de0284eaa
New API call iso_write_opts_set_fat(). (FAT feature not implemented yet.)
11 years ago
Thomas Schmitt
714ef6493a
New API call iso_image_hfsplus_get_blessed()
11 years ago
Thomas Schmitt
e57e45e40b
New API call iso_write_opts_set_hfsp_serial_number().
11 years ago
Thomas Schmitt
82f39020cf
Attributed HFS+ blessings to IsoImage rather than IsoWriteOpts.
11 years ago
Thomas Schmitt
ab11c954d9
Created API and hfsplus interface of HFS+ blessing.
...
But iso_write_opts_bless() is still a dummy.
11 years ago
Thomas Schmitt
a8b20b87aa
New API functions iso_hfsplus_xinfo_func(), iso_hfsplus_xinfo_new()
...
and pre-version 0 of struct iso_hfsplus_xinfo_data.
11 years ago
Thomas Schmitt
ff95a84130
Bug fix: Symbol iso_fs_global_id was missing in libisofs.ver.
...
Thanks to: http://upstream-tracker.org/versions/libisofs.html
11 years ago
Thomas Schmitt
8a2fa9fe2e
New API call iso_write_opts_set_allow_7bit_ascii().
11 years ago
Thomas Schmitt
76f2a5f4d3
New API call iso_write_opts_set_rr_reloc()
11 years ago
Thomas Schmitt
f10c2d7779
New API call iso_local_attr_support()
12 years ago
Thomas Schmitt
baa5b7cd42
Added missing symbol serial_id to libisofs.ver
12 years ago
Thomas Schmitt
004aefd0b7
New API call iso_image_get_bootcat()
12 years ago
Thomas Schmitt
559e9b564d
New API call iso_write_opts_set_joliet_long_names()
12 years ago
Thomas Schmitt
1082e628d1
New API calls iso_tree_clone(), iso_stream_clone.
...
New IsoFileSourceIface version 2 with method clone_src().
New IsoStreamIface version 4 with method clone_stream().
New public function prototype iso_node_xinfo_cloner.
New API calls iso_node_xinfo_make_clonable(), iso_node_xinfo_get_cloner().
New public iso_node_xinfo_cloner instance aaip_xinfo_cloner().
New API calls iso_node_get_next_xinfo(), iso_node_remove_all_xinfo().
New API call iso_node_remove_tree().
12 years ago
Thomas Schmitt
74c68224c7
Changed name of freshly introduce API call iso_write_opts_set_high_empty_address
...
to iso_write_opts_set_old_empty, reverted the meaning and the default.
12 years ago
Thomas Schmitt
200697898d
New API call iso_write_opts_set_high_empty_address().
12 years ago
Thomas Schmitt
a3eeda3d23
Yet incomplete implementation of IsoNode cloning.
...
(Commited to avoid tangling with upcomming
iso_write_opts_set_no_dummy_block_adr())
12 years ago
Thomas Schmitt
68c3ae522e
Added iso_memory_stream_new to list of public symbols.
12 years ago
Thomas Schmitt
f923a79929
New API call iso_write_opts_set_allow_dir_id_ext()
12 years ago
Thomas Schmitt
2649045dfe
New API call iso_write_opts_set_untranslated_name_len()
12 years ago
Thomas Schmitt
b2997dcc46
New API call iso_write_opts_set_will_cancel()
12 years ago
Thomas Schmitt
a488f8fb14
New API call iso_write_opts_set_disc_label(),
...
new system area type 3 = SUN Disk Label
12 years ago
Thomas Schmitt
b58d1e28ef
New API call iso_write_opts_set_partition_img().
12 years ago
Thomas Schmitt
f33df0ef29
New API calls iso_image_add_mips_boot_file(), iso_image_get_mips_boot_files(),
...
iso_image_give_up_mips_boot().
The preliminary ban has been lifted to combine El Torito and MIPS Big Endian
boot facilities.
The current state of boot record documentation has been added to bzr.
12 years ago
Thomas Schmitt
8a75d35c46
New API call iso_image_generator_is_running().
...
Prevented a potential race condition between Ecma119Image disposal by
burn_source and final activities of ISO generator thread.
12 years ago
Thomas Schmitt
69a25c9734
New API call iso_write_opts_set_tail_blocks() for tail padding inside ISO image
13 years ago