libburn/libburn
Thomas Schmitt ab5f39b8bb Switched from O_NONBLOCK to O_NDELAY (see http://lkml.org/lkml/2007/4/11/141) 2007-04-13 17:12:06 +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 Macro for length of rejection reasons string (old size is still safe) 2007-02-22 09:49:18 +00:00
async.h Initial import 2006-08-15 20:37:04 +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
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 Fixed bug with burn_disc_available_space(...,NULL) 2007-03-24 09:31:11 +00:00
drive.h Re-arranged checking and defaulting of write parameters 2007-02-19 22:51:39 +00:00
error.h Initial import 2006-08-15 20:37:04 +00:00
file.c Unified burn_file_source and burn_fd_source 2007-01-26 17:32:31 +00:00
file.h Unified burn_file_source and burn_fd_source 2007-01-26 17:32:31 +00:00
init.c Fixed bug with drive_scsi_dev_family= introduced by revision 796 (fcntl lock) 2007-04-10 08:17:07 +00:00
init.h Initial import 2006-08-15 20:37:04 +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 cdrskin options --drive_not_f_setlk and --drive_not_o_excl 2007-04-04 18:43:23 +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 Implemented burn_abort() and made use of it 2006-10-02 10:35:51 +00:00
libdax_msgs.h Switched from O_NONBLOCK to O_NDELAY (see http://lkml.org/lkml/2007/4/11/141) 2007-04-13 17:12:06 +00:00
mmc.c Kept mmc_get_configuration() from believing the announcement of 1 GB reply 2007-03-15 19:55:17 +00:00
mmc.h Adjusted maximum realistic number of tracks to MMC specs 2007-02-18 09:49:26 +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 Fixed bug introduced with rev 736ff which prevented audio CD burning 2007-03-03 15:16:19 +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 Cleaned up scsi sibling management, sketched grafting of DDLP 2007-04-09 10:54:17 +00:00
os.h Made consolidaed operating system adapters for ease of porting 2006-11-16 11:17:55 +00:00
read.c Made libburn and cdrskin build on my Linux again 2006-10-13 10:22:21 +00:00
read.h Initial import 2006-08-15 20:37:04 +00:00
sbc.c After loading tray wait for unit to become ready or to report some clear error 2007-03-15 19:50:57 +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 Prepared experiments for writing to DVD (most easy: DVD+RW) 2006-12-20 11:20:08 +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 Polished porting hints 2006-11-16 14:21:27 +00:00
sg-freebsd.c Restored FreeBSD backend. 2007-01-24 12:44:22 +00:00
sg-linux.c Switched from O_NONBLOCK to O_NDELAY (see http://lkml.org/lkml/2007/4/11/141) 2007-04-13 17:12:06 +00:00
sg.c Made consolidaed operating system adapters for ease of porting 2006-11-16 11:17:55 +00:00
sg.h Made consolidaed operating system adapters for ease of porting 2006-11-16 11:17:55 +00:00
source.c dapted cdrskin pacifier to possibly unknown track size 2006-11-01 16:39:07 +00:00
source.h Initial import 2006-08-15 20:37:04 +00:00
spc.c Avoided SIGSEGV with an old SCSI CD-ROM drive and its wild replies 2007-04-10 14:46:46 +00:00
spc.h After loading tray wait for unit to become ready or to report some clear error 2007-03-15 19:50:57 +00:00
structure.c Enabled -isosize for first track by help of fifo and without seeking 2007-03-28 10:07:09 +00:00
structure.h Re-arranged checking and defaulting of write parameters 2007-02-19 22:51:39 +00:00
toc.c Got rid of assert() in to.c by soft means 2006-10-08 10:24:50 +00:00
toc.h Initial import 2006-08-15 20:37:04 +00:00
transport.h Cleaned up scsi sibling management, sketched grafting of DDLP 2007-04-09 10:54:17 +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 Avoided unconditional finalizing of DVD+R 2007-03-30 21:47:56 +00:00
write.h Took into respect deliberate lack of DVD-R/DL multi session capability 2007-02-25 11:26:20 +00:00