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
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.
12 years ago
Thomas Schmitt
81cded618d
Better hiding of a defunct #ifndef
12 years ago
Thomas Schmitt
84c0bd37ff
Avoiding <stdint.h> if not available. Trying to use <inttypes.h> in that case.
12 years ago
Thomas Schmitt
4e60feaeab
Avoiding the use of setenv() and unsetenv() which are not available
...
on Solaris 9.
12 years ago
Thomas Schmitt
d6e150a10e
Version leap to 1.0.1
12 years ago
Thomas Schmitt
35ceac65f7
Version leap to 1.0.0
12 years ago
Thomas Schmitt
45ffdef845
Closed loophole for undefined variable with new call
...
iso_write_opts_set_untranslated_name_len()
12 years ago
Thomas Schmitt
55d6ae343d
Updated changelog
12 years ago
Thomas Schmitt
a69f45e8cd
Made provisory test for directory record overflow permanent
12 years ago
Thomas Schmitt
68c3ae522e
Added iso_memory_stream_new to list of public symbols.
12 years ago
Thomas Schmitt
8e2748f23b
New API call iso_memory_stream_new(). (Was formely a private acll.)
12 years ago
Thomas Schmitt
f923a79929
New API call iso_write_opts_set_allow_dir_id_ext()
12 years ago
Thomas Schmitt
362b15f4d5
Bug fix: ECMA-119 directory names were truncated to 8 characters if
...
lowercase characters or full ASCII are allowed.
12 years ago
Thomas Schmitt
2649045dfe
New API call iso_write_opts_set_untranslated_name_len()
12 years ago
Thomas Schmitt
3d427bdf70
Corrected a statemenent about Sector Count in boot record documentation.
12 years ago
Thomas Schmitt
8b2af3ac36
Prepending ./configure generated options to CFLAGS rather than appending them
12 years ago
Thomas Schmitt
113358daea
Version leap to 0.6.41
12 years ago
Thomas Schmitt
6927fd35e8
Version leap to 0.6.40
12 years ago
Thomas Schmitt
fb231ff186
Updated changelog
12 years ago
Thomas Schmitt
b2fde289b1
Removed old change timestamp
12 years ago
Thomas Schmitt
dcc6ffd184
Avoiding to start writer thread if iso_write_opts_set_will_cancel() is set to 1.
12 years ago
Thomas Schmitt
27e69c38ab
New error reply code ISO_DISPLACE_ROLLOVER for external data sources with
...
address displacement.
12 years ago
Thomas Schmitt
f4b2bfc0d6
Better messages if boot image or boot catalog directory are missing.
12 years ago
Thomas Schmitt
5482d5d7b4
Improvements about the block address of empty data files
12 years ago
Thomas Schmitt
b2997dcc46
New API call iso_write_opts_set_will_cancel()
12 years ago
Thomas Schmitt
48ae8acbd6
Better handling of El Torito boot images with identical block address
...
at image load time.
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
ea8da1f7d3
Added a description of SUN Disk Label for SUN SPARC machines.
12 years ago
Thomas Schmitt
8ad92a08ea
Fixed a typo in a warning message.
12 years ago
Thomas Schmitt
35c043a0f9
Version leap to 0.6.39
12 years ago
Thomas Schmitt
fce35ac718
Version leap to 0.6.38
12 years ago
Thomas Schmitt
01518896f9
Updated Changelog
12 years ago
Thomas Schmitt
caf90e35f5
Fixed session oversize bug with emulated multi-session.
...
Introduced by revision 721.
12 years ago
Thomas Schmitt
1f486fd78b
Coordinated appending of partition images with situations other than
...
isohybrid MBR production or partition offset.
12 years ago
Thomas Schmitt
b58d1e28ef
New API call iso_write_opts_set_partition_img().
12 years ago
Thomas Schmitt
ebb5937568
Removed obsolete development macro case.
12 years ago
Thomas Schmitt
ef444fb29c
Removed remaining questions about MIPS Big Endian. Now rounding up the count
...
of cylinders.
Described MBR DOS-style partition table format.
12 years ago
Thomas Schmitt
1ccbaa302c
United macro Xorriso_jte_standalonE with macro Xorriso_standalonE
12 years ago
Thomas Schmitt
0d35100eb0
New system area type 2 = MIPS Little Endian / DEC Boot Block.
12 years ago
Thomas Schmitt
48316af1d9
Made development option Libisofs_mips_boot_file_pathS unconditional.
12 years ago
Thomas Schmitt
a75fb9a894
New system area type 2 for Little Endian MIPS DEC boot block.
12 years ago
Thomas Schmitt
a0ba4b976c
Described El Torito, grub-mkrescue MBR, MIPS Little Endian booting.
12 years ago
Thomas Schmitt
870280a018
Small adjustments and bug fix with new MIPS boot facility.
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
2a087f6f39
Silenced a warning about const or non-const.
12 years ago
Thomas Schmitt
b07d3ab0c3
Provisory implementation of MIPS big endian Volume Header production.
...
For now it is mutually exclusive with El Torito production.
It will always be mutually exclusive with MBR production.
12 years ago
Thomas Schmitt
f12df92600
Requiring libjte-0.1.1 if enabled. Prepared for GNU xorriso to include libjte.
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
bb28c69cae
Stuffed a memory leak discovered by valgrind.
12 years ago