Commit Graph

1247 Commits

Author SHA1 Message Date
Thomas Schmitt 7e448296c4 New API call Xorriso_start_msg_watcher() 2012-09-14 17:52:21 +00:00
Thomas Schmitt cce834f76f Made Xorriso_process_msg_queues() thread-safe 2012-09-13 13:09:54 +00:00
Thomas Schmitt 50abc6fca7 Disabled a not yet thread-safe part of the new API call 2012-09-11 12:26:47 +00:00
Thomas Schmitt 7515b023c8 New API call Xorriso_fetch_outlists() 2012-09-11 09:28:05 +00:00
Thomas Schmitt 9e887a3d0f Demonstration program of xorriso at two pipes: test/frontend_pipes_xorriso.c 2012-09-09 18:18:11 +00:00
Thomas Schmitt a1b97bfa83 Reacted on compiler warning about rev 4822 2012-09-08 18:12:30 +00:00
Thomas Schmitt 9b1b770c1b New API calls Xorriso_parse_line() and Xorriso__dispose_words() 2012-09-08 17:38:36 +00:00
Thomas Schmitt e0201c478f Fixed SIGSEGV introduced by rev 4819 2012-09-08 08:28:42 +00:00
Thomas Schmitt da2d02048a Enhanced command -status to recognize -cdi 2012-08-20 08:44:41 +00:00
Thomas Schmitt 2c8d3dd0ae New -rom_toc_scan option "emul_wide" 2012-08-14 10:32:35 +00:00
Thomas Schmitt 67ed82cd77 New flag bit 9 with isoburn_drive_aquire() 2012-08-14 10:27:23 +00:00
Thomas Schmitt b7fdd82cf7 Small beautification of previous commit. 2012-07-25 18:43:03 +00:00
Thomas Schmitt 56ecab0f85 Bug fix: SIGSEGV by uninitialized local variable with -check_media patch_lba0="on". Regression by version 1.0.6 2012-07-25 18:27:01 +00:00
Thomas Schmitt bce5a0251c Clarified role of drive when parsing already loaded ISO 9660 superblock 2012-07-25 18:15:26 +00:00
Thomas Schmitt ba1e772e26 Version leap to libisoburn-1.2.5 2012-07-20 18:58:07 +00:00
Thomas Schmitt a91bd45f31 Bug fix: -update deleted MD5 of files of which only attributes changed 2012-07-12 16:31:31 +00:00
Thomas Schmitt e0edbd8ad2 Write type selection via libisoburn API to avoid redundant decisions 2012-07-10 08:29:35 +00:00
Thomas Schmitt cd6f758d2f New API calls isoburn_igopt_set_write_type() , isoburn_igopt_get_write_type() 2012-07-10 08:28:20 +00:00
Thomas Schmitt 4000d33656 Re-introduced capability of multi-session on overwritables. Spoiled by rev 4780. 2012-07-08 20:06:34 +00:00
Thomas Schmitt b091400f3b New -as cdrecord options -tao -sao -dao 2012-07-08 17:14:22 +00:00
Thomas Schmitt 70edee7c81 Reacted on compiler complaint about rev 4779 2012-07-08 13:54:55 +00:00
Thomas Schmitt f21ce9d62b New xorriso command -write_type 2012-07-08 13:47:36 +00:00
Thomas Schmitt a5c3ce4ee2 Delegated write_type selection to caller of libisoburn 2012-07-08 13:42:01 +00:00
Thomas Schmitt 7f7f932c0f New -as mkisofs options -hfsplus-block-size and -apm-block-size 2012-06-27 19:20:52 +00:00
Thomas Schmitt a3927053c2 New -boot_image bootspecs hfsplus_block_size= and apm_block_size= 2012-06-27 18:48:16 +00:00
Thomas Schmitt d6fad753cd New API calls isoburn_igopt_set_hfsp_block_size() and isoburn_igopt_get_hfsp_block_size() 2012-06-27 18:45:32 +00:00
Thomas Schmitt 68ac625617 Loaded images with HFS+ attributes were marked as having changes pending 2012-06-25 12:53:41 +00:00
Thomas Schmitt 5315d3a8ca Now expecting disk_path with -as mkisofs -hfs-bless 2012-06-21 20:43:02 +00:00
Thomas Schmitt abb6a2704f New -find test -disk_path 2012-06-21 20:34:40 +00:00
Thomas Schmitt 50cdd0ac0e New -as mkisofs options -isohybrid-gpt-basdat, -isohybrid-gpt-hfsplus, -isohybrid-apm-hfsplus 2012-06-20 19:06:26 +00:00
Thomas Schmitt e0845c9afa Pseudo blessing "none" to revoke any HFS+ blessing of a node 2012-06-18 18:11:09 +00:00
Thomas Schmitt eae25e0cad New boot_specs efi_boot_part, prep_boot_part, chrp_boot_part 2012-06-18 11:20:31 +00:00
Thomas Schmitt d775f22efc Documented -as mkisofs options *-boot-part 2012-06-18 08:26:06 +00:00
Thomas Schmitt 3604969508 Provisorily banned the combination of -hfsplus and ISO image growing 2012-06-15 08:56:38 +00:00
Thomas Schmitt 0c8fd68115 Updated change log and web page 2012-06-14 14:29:08 +00:00
Thomas Schmitt d683ff9d01 Provisory new -as mkisofs option -chrp-boot-part 2012-06-12 19:27:23 +00:00
Thomas Schmitt 39ee6fa69e New system area sub type CHRP with isoburn_igopt_set_system_area() 2012-06-12 19:26:14 +00:00
Thomas Schmitt 75a53dc9a2 Provisory new -as mkisofs options -prep-boot-part, -efi-boot-part 2012-06-12 11:35:05 +00:00
Thomas Schmitt f133a1eee3 Provisory new API calls isoburn_igopt_set_prep_partition, isoburn_igopt_set_efi_bootp 2012-06-12 11:33:46 +00:00
Thomas Schmitt f2422356cf Provisory new -as mkisofs option -fat 2012-06-10 18:41:17 +00:00
Thomas Schmitt 9a98a98787 Provisory new image generation extension isoburn_igopt_fat 2012-06-10 18:39:50 +00:00
Thomas Schmitt df26010057 Fixed false error with -as mkisofs option -hfsplus. Introduced by rev 4750. 2012-06-10 08:29:57 +00:00
Thomas Schmitt 7f72530f68 Made HFS creator, type, blessing persistent in AAIP isofs.hx isofs.hb 2012-06-08 07:09:30 +00:00
Thomas Schmitt 7847538099 Updated documentation of xorriso and xorrisofs about HFS+ 2012-06-06 18:48:26 +00:00
Thomas Schmitt 9b2e9f008d Silenced harmless compiler warnings 2012-06-05 14:58:25 +00:00
Thomas Schmitt cdcd253096 Closed a memory leak about -print_size, found by valgrind 2012-06-05 10:30:58 +00:00
Thomas Schmitt 141c739556 Corrected a mistake in previous revision 2012-05-31 07:09:53 +00:00
Thomas Schmitt 61f46d5e4d New (yet inofficial) -find tests -has_hfs_crtp, has_hfs_bless 2012-05-31 07:04:46 +00:00
Thomas Schmitt 22eee798e1 New (yet inofficial) -find actions set/get_hfs_crtp, set/get_hfs_bless 2012-05-30 15:34:07 +00:00
Thomas Schmitt f6817911a1 New (yet inofficial) -boot_image bootspec hfsplus_serial= 2012-05-28 13:32:27 +00:00