libburn/libburn
Thomas Schmitt d4e4607a84 Obeying burn_set_scsi_logging() with errors of class RETRY 2010-08-03 09:11:58 +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 Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
async.h Avoiding warning message about implicitely declared burn_fifo_abort() 2008-11-12 07:53:01 +00:00
back_hacks.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
cleanup.c Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
cleanup.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
crc.c Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
crc.h Changed a comment in libburn/crc.h 2010-02-15 12:57:38 +00:00
ddlpa.c Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
ddlpa.h Progress due to tests with test/open-cd-excl 2007-04-18 10:35:38 +00:00
debug.c Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
debug.h Initial import 2006-08-15 20:37:04 +00:00
drive.c Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
drive.h Removed some debugging printing 2010-03-05 11:15:28 +00:00
ecma130ab.c Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
ecma130ab.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
error.h Initial import 2006-08-15 20:37:04 +00:00
file.c Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
file.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
init.c Reacted on harmless compiler warnings on Solaris 2010-06-07 17:17:53 +00:00
init.h Introduced alternative signal handling actions 2010-03-05 09:08:16 +00:00
libburn.h Mentioned that public API calls must be in libisofs/libisofs.ver 2010-07-06 11:34:38 +00:00
libburn.ver Hiding all non-API symbols from the linker by use of --version-script 2010-07-04 17:01:21 +00:00
libdax_audioxtr.c Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
libdax_audioxtr.h Moved public part of libdax_audioxtr.h to libburn.h 2010-07-04 13:13:09 +00:00
libdax_msgs.c Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
libdax_msgs.h New system adapter for Solaris uscsi (tested on snv134, kernel 5.11) 2010-06-07 17:30:54 +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 Recognizing sense data format 0x72 if given instead of 0x70 2010-07-29 08:35:36 +00:00
mmc.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
null.c Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
null.h Initial import 2006-08-15 20:37:04 +00:00
options.c Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
options.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
os-dummy.h Let general POSIX system adapters ignore SIGWINCH and SIGURG if defined 2010-06-15 15:57:11 +00:00
os-freebsd.h Allowed 64 kB max output buffer size on all OSes 2010-06-16 08:25:57 +00:00
os-libcdio.h Allowed 64 kB max output buffer size on all OSes 2010-06-16 08:25:57 +00:00
os-linux.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
os-solaris.h Allowed 64 kB max output buffer size on all OSes 2010-06-16 08:25:57 +00:00
os.h New system adapter for Solaris uscsi (tested on snv134, kernel 5.11) 2010-06-07 17:30:54 +00:00
read.c Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
read.h Initial import 2006-08-15 20:37:04 +00:00
sbc.c Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
sbc.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
sector.c Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
sector.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
sg-dummy.c Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
sg-freebsd-port.c Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
sg-freebsd.c Obeying burn_set_scsi_logging() with errors of class RETRY 2010-08-03 09:11:58 +00:00
sg-libcdio.c Obeying burn_set_scsi_logging() with errors of class RETRY 2010-08-03 09:11:58 +00:00
sg-linux.c Obeying burn_set_scsi_logging() with errors of class RETRY 2010-08-03 09:11:58 +00:00
sg-solaris.c Obeying burn_set_scsi_logging() with errors of class RETRY 2010-08-03 09:11:58 +00:00
sg.c New system adapter for Solaris uscsi (tested on snv134, kernel 5.11) 2010-06-07 17:30:54 +00:00
sg.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
source.c Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
source.h Implemented burn_source.cancel() in a binary backwards compatible way 2007-12-24 14:21:23 +00:00
spc.c Reporting sense data with burn_set_scsi_logging() 2010-08-02 10:07:09 +00:00
spc.h Reporting sense data with burn_set_scsi_logging() 2010-08-02 10:07:09 +00:00
structure.c Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
structure.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
toc.c Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
toc.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
transport.h Introduced alternative signal handling actions 2010-03-05 09:08:16 +00:00
util.c Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
util.h Made product ID surely a single printable word 2009-09-05 11:29:44 +00:00
write.c Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
write.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00