libburn/libburn
Thomas Schmitt fc5f2a4745 Reacted on cdwrite@ message about INT_MAX in cdrom.h of kernel 2.6.23 2007-10-27 07:52:54 +00:00
..
Makefile Initial import 2006-08-15 20:37:04 +00:00
Makefile.am Fixed Makefile.am files 2006-08-24 18:41:01 +00:00
asserts.txt Got rid of assert() in libburn 2006-10-10 18:19:28 +00:00
async.c Removed useless alternative after zombies turned out to be caused by gdb 2007-10-19 13:32:49 +00:00
async.h Implemented a simple fifo to decouple from burn_source signals 2007-09-30 21:24:55 +00:00
back_hacks.h Allowed to blank appendable files and installed first back_hacks.h variable ever 2006-08-26 13:49:53 +00:00
cleanup.c Kept SIGWINCH from spoiling a burn. 2007-01-11 13:31:28 +00:00
cleanup.h Implemented new API function burn_set_signal_handling(), libburner uses it 2006-10-03 16:37:08 +00:00
crc.c Initial import 2006-08-15 20:37:04 +00:00
crc.h Initial import 2006-08-15 20:37:04 +00:00
ddlpa.c Polished messages, comments and description of DDLP-A 2007-04-18 13:01:21 +00:00
ddlpa.h Progress due to tests with test/open-cd-excl 2007-04-18 10:35:38 +00:00
debug.c Initial import 2006-08-15 20:37:04 +00:00
debug.h Initial import 2006-08-15 20:37:04 +00:00
drive.c Activated re-usal of disposed global drive_array slots 2007-10-15 14:41:29 +00:00
drive.h Trying to catch signals from within the writer thread 2007-09-29 18:50:19 +00:00
error.h Initial import 2006-08-15 20:37:04 +00:00
file.c Corrected status reply for unstarted fifo (2nd try) 2007-10-07 11:05:00 +00:00
file.h Inserted the necessary error messages and magic numbers 2007-10-04 20:00:58 +00:00
init.c Small change with debug verbosity of abort handler 2007-10-19 13:27:59 +00:00
init.h Trying to catch signals from within the writer thread 2007-09-29 18:50:19 +00:00
lec.c Initial import 2006-08-15 20:37:04 +00:00
lec.h Initial import 2006-08-15 20:37:04 +00:00
libburn.h New API function burn_text_to_sev() 2007-10-16 21:22:29 +00:00
libdax_audioxtr.c Introduced extraction of .au (but not its usage within cdrskin) 2006-10-24 07:50:31 +00:00
libdax_audioxtr.h Introduced extraction of .au (but not its usage within cdrskin) 2006-10-24 07:50:31 +00:00
libdax_msgs.c Equipped libdax_msgs with reference counter. Completed its mutex protection. 2007-09-15 20:41:25 +00:00
libdax_msgs.h Starting threads detached, providing two alternatives. But zombies still there. 2007-10-19 11:53:19 +00:00
libdax_msgs_to_xyz_msgs.sh A sed converter which creates libiso_msgs.[ch] from libdax_msgs.[ch] 2007-09-15 17:18:05 +00:00
mmc.c Ensured synchronize cache before release 2007-10-03 11:24:41 +00:00
mmc.h New API function burn_read_data() 2007-08-12 15:25:56 +00:00
null.c Initialized member set_size of burn_source within burn_null_source_new() 2007-01-26 17:33:29 +00:00
null.h Initial import 2006-08-15 20:37:04 +00:00
options.c New API calls burn_drive_grab_dummy(), burn_drive_get_drive_role() 2007-09-04 22:50:04 +00:00
options.h Re-enabled -force with write modes which seem unavailable 2007-03-03 14:11:52 +00:00
os-freebsd.h Restored FreeBSD backend. 2007-01-24 12:44:22 +00:00
os-linux.h Moved general 32 kiB buffer restriction from write.c to os-linux.h 2007-05-28 13:24:33 +00:00
os.h Made consolidaed operating system adapters for ease of porting 2006-11-16 11:17:55 +00:00
read.c Made possible to silence error message about missing pseudo drive 2007-10-15 11:58:08 +00:00
read.h Initial import 2006-08-15 20:37:04 +00:00
sbc.c Updated a comment about Immed and a debug message with tray loading 2007-09-23 16:35:44 +00:00
sbc.h Test wether SCSI 1Bh START UNIT would be helpful with ticket 90 2006-11-18 19:49:18 +00:00
sector.c Fixed low transaction size introduced by cooperation of revisions 855 and 860 2007-05-28 19:25:09 +00:00
sector.h Got rid of assert() in sector.c by soft means 2006-10-10 11:26:46 +00:00
sg-freebsd-port.c Enable os dependend stdio size estimation 2007-09-09 13:31:29 +00:00
sg-freebsd.c Brought burn_stdio_write_track() onto sector_data() for outmost realism 2007-09-12 10:45:34 +00:00
sg-linux.c Reacted on cdwrite@ message about INT_MAX in cdrom.h of kernel 2.6.23 2007-10-27 07:52:54 +00:00
sg.c Made consolidaed operating system adapters for ease of porting 2006-11-16 11:17:55 +00:00
sg.h Enable os dependend stdio size estimation 2007-09-09 13:31:29 +00:00
source.c Corrected memory management flaws found by Joris Dobbelsteen 2007-08-25 08:58:41 +00:00
source.h Initial import 2006-08-15 20:37:04 +00:00
spc.c Had to revoke Immed bit on load command. LG GSA-4082B : premature "no media" 2007-09-21 12:04:27 +00:00
spc.h Made use of Immed bit with 1Bh START STOP UNIT and 35h SYNCHRONIZE CACHE 2007-09-18 20:03:20 +00:00
structure.c Corrected memory management flaws found by Joris Dobbelsteen 2007-08-25 08:58:41 +00:00
structure.h Re-arranged checking and defaulting of write parameters 2007-02-19 22:51:39 +00:00
toc.c For Linux 2.4, USB : Carefully avoided to inquire more data than available 2007-05-21 18:57:09 +00:00
toc.h Initial import 2006-08-15 20:37:04 +00:00
transport.h Ensured synchronize cache before release 2007-10-03 11:24:41 +00:00
util.c Got rid of assert() in util.c by soft means 2006-10-08 10:30:57 +00:00
util.h Initial import 2006-08-15 20:37:04 +00:00
write.c Ensured synchronize cache before release 2007-10-03 11:24:41 +00:00
write.h Took into respect deliberate lack of DVD-R/DL multi session capability 2007-02-25 11:26:20 +00:00