libisoburn/xorriso
Thomas Schmitt 5df9333c8f Reacted on doxygen warnings of Fedora s390x build log 2016-02-07 19:42:24 +00:00
..
AUTHORS_gnu_xorriso Included libjte in GNU xorriso 2010-10-15 12:16:12 +00:00
COPYING_gnu_xorriso Switched from xorriso-standalone GPLv2+ to GNU xorriso GPLv3+ 2010-02-12 15:38:23 +00:00
COPYRIGHT_gnu_xorriso Updated info about GNU xorriso copyright and libjte 2011-04-03 09:42:56 +00:00
README_gnu_xorriso Version leap to libisoburn-1.4.3 2015-11-29 08:39:29 +00:00
aux_objects.c New API call Xorriso_start_msg_watcher() 2012-09-14 17:52:21 +00:00
aux_objects.h Extended new command -named_pipe_loop by mode parameter 2013-07-04 09:47:13 +00:00
base_obj.c New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on 2016-02-05 10:06:25 +00:00
base_obj.h Splitted xorriso.c and xorrisoburn.c into smaller source modules 2010-05-15 18:48:10 +00:00
changelog.txt Updated change log and web page 2015-12-27 15:26:39 +00:00
check_media.c Prevented use of already freed memory. Coverity CID 28830. 2015-11-07 10:56:02 +00:00
check_media.h Bug fix: -check_media marked untested sectors in sector map as valid 2014-01-23 20:08:06 +00:00
cmp_update.c Closed memory leak with comparison of files 2015-10-16 15:51:03 +00:00
cmp_update.h New -find actions update_merge, rm_merge, clear_merge. -cp_clone now merges. 2011-02-12 17:14:23 +00:00
compile_xorriso.sh Added automatic compilation of unite_html_b_line.c to developer compile script 2015-08-12 09:09:47 +00:00
configure_ac.txt Following build system changes in libisofs about ACL and xattr 2015-12-15 10:10:55 +00:00
convert_man_to_html.sh Info document and man page for xorrecord 2011-10-25 10:39:10 +00:00
disk_ops.c Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
disk_ops.h Commiting a header file that was forgotten with rev 5317 2014-06-14 18:52:31 +00:00
drive_mgt.c Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
drive_mgt.h Testing for abort file during -check_media 2010-11-03 08:11:45 +00:00
emulators.c New -as mkisofs options -appended_part_as_apm, -part_like_isohybrid 2016-02-05 10:12:25 +00:00
emulators.h Enabled xorrecord dev=- 2011-10-18 16:22:16 +00:00
filters.c New command -file_name_limit, -as mkisofs -file_name_limit 2015-09-17 12:12:41 +00:00
filters.h Splitted xorriso.c and xorrisoburn.c into smaller source modules 2010-05-15 18:48:10 +00:00
findjob.c Prevented potential NULL pointer dereference. Coverity CID 28759. 2015-11-03 15:51:02 +00:00
findjob.h New -find test -name_limit_blocker. Made -file_name_limit ready for loaded ISOs 2015-09-28 14:17:34 +00:00
iso_img.c Changed report format of --interval:appended_partition_X_start_Y_size_Z 2016-01-20 10:43:13 +00:00
iso_img.h Updated some copyright marks 2015-05-14 11:40:13 +00:00
iso_manip.c Prevented a potential corruption in case of memory shortage. Coverity CID 28800. 2015-11-06 09:30:15 +00:00
iso_manip.h New -find test -name_limit_blocker. Made -file_name_limit ready for loaded ISOs 2015-09-28 14:17:34 +00:00
iso_tree.c Prevented possible buffer overflow with -getfacl. Coverity CID 28695. 2015-11-13 15:28:05 +00:00
iso_tree.h New -find action report_sections 2014-06-13 09:03:28 +00:00
lib_mgt.c Rev 5594 was not complete. Coverity CID 28719. 2015-11-16 10:06:23 +00:00
lib_mgt.h New option -signal_handling 2011-04-23 15:23:35 +00:00
make_docs.sh Info document and man page for xorrecord 2011-10-25 10:39:10 +00:00
make_timestamp.sh Gave up adapter to old libisofs. Renaming libisoburn and xorriso dirs. 2008-01-26 00:26:57 +00:00
make_xorriso_1.c Closed a gap for line buffer overflow with man page production. Coverity CID 28784. 2015-11-05 18:07:45 +00:00
make_xorriso_standalone.sh Man-in-the-middle script to manipulate the xorriso run of grub-mkrescue 2015-12-27 20:20:38 +00:00
man_xorrecord_to_html.sh Reacting on changes in the output of my local man -H 2015-07-31 16:58:38 +00:00
man_xorriso_to_html.sh Reacting on changes in the output of my local man -H 2015-07-31 16:58:38 +00:00
man_xorrisofs_to_html.sh Reacting on changes in the output of my local man -H 2015-07-31 16:58:38 +00:00
match.c Prevented a potentially severe memory error with disk file pattern expansion. Coverity CID 28765. 2015-11-04 10:54:29 +00:00
match.h Splitted xorriso.c and xorrisoburn.c into smaller source modules 2010-05-15 18:48:10 +00:00
misc_funct.c Bug fix: -pathspecs "on" did not properly handle "\\=" 2015-12-09 16:23:12 +00:00
misc_funct.h Bug fix: -as mkisofs without -graft-points could noy handle names with "=" 2012-03-22 08:49:33 +00:00
opts_a_c.c New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on 2016-02-05 10:06:25 +00:00
opts_d_h.c Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
opts_i_o.c Changed a suspiciously looking but correct code gesture. Coverity CID 28831. 2015-11-07 11:11:07 +00:00
opts_p_z.c Bug fix: -as mkisofs did not unescape "\=" in the source part of pathspecs 2015-12-09 13:28:06 +00:00
parse_exec.c Reacting on failure while reading mkisofsrc. Coverity CID 28817. 2015-11-06 18:11:27 +00:00
parse_exec.h Prevented a possible buffer overrun with -concat. Coverity CID 28782. 2015-11-05 12:08:24 +00:00
read_run.c Checking the return value of Xorriso_open_job_data_to(). Coverity CID 28705. 2015-11-08 16:40:45 +00:00
read_run.h Splitted xorriso.c and xorrisoburn.c into smaller source modules 2010-05-15 18:48:10 +00:00
sfile.c New -find test -name_limit_blocker. Made -file_name_limit ready for loaded ISOs 2015-09-28 14:17:34 +00:00
sfile.h New -find test -name_limit_blocker. Made -file_name_limit ready for loaded ISOs 2015-09-28 14:17:34 +00:00
sort_cmp.c Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
sort_cmp.h Splitted xorriso.c and xorrisoburn.c into smaller source modules 2010-05-15 18:48:10 +00:00
text_io.c Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
text_io.h Stating license GPLv3+ if header of libreadline >= 6.x is included 2014-06-15 09:44:08 +00:00
unite_html_b_line.c Reacting on changes in the output of my local man -H 2015-07-31 16:58:38 +00:00
write_run.c New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on 2016-02-05 10:06:25 +00:00
write_run.h New -find test -bad_outname, new -find action print_outname 2013-12-29 12:02:10 +00:00
xorrecord.1 Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
xorrecord.info Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
xorrecord.texi Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
xorriso.1 Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
xorriso.h Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
xorriso.info Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
xorriso.texi Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
xorriso_bootstrap.txt Added option -I . to aclocal in bootstrap script on advise of George Danchev 2011-06-09 06:14:05 +00:00
xorriso_buildstamp.h Opportunity to generate build timestamp via make buildstamped 2008-07-09 15:56:23 +00:00
xorriso_buildstamp_none.h Opportunity to generate build timestamp via make buildstamped 2008-07-09 15:56:23 +00:00
xorriso_eng.html Updated change log and web page 2015-12-27 15:26:39 +00:00
xorriso_main.c Version leap to libisoburn-1.4.3 2015-11-29 08:39:29 +00:00
xorriso_makefile_am.txt Man-in-the-middle script to manipulate the xorriso run of grub-mkrescue 2015-12-27 20:20:38 +00:00
xorriso_pc_in.txt Gave up adapter to old libisofs. Renaming libisoburn and xorriso dirs. 2008-01-26 00:26:57 +00:00
xorriso_private.h New -boot_image bootspec appended_part_as=apm, part_like_isohybrid=on 2016-02-05 10:06:25 +00:00
xorriso_timestamp.h Reacted on doxygen warnings of Fedora s390x build log 2016-02-07 19:42:24 +00:00
xorrisoburn.h Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
xorrisofs.1 Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
xorrisofs.info Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00
xorrisofs.texi Fixed typos reported by lintian 2016-02-05 14:57:52 +00:00