libburn/libburn
Thomas Schmitt 54723c9ee3 Replaced some large local variables by other means in libburn/write.c 2011-06-08 20:04:28 +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 Added forgotten return value to BURN_ALLOC_MEM 2011-05-15 20:31:15 +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 New API call burn_disc_next_track_is_damaged() 2011-05-26 15:01:23 +00:00
drive.h Including header pthread.h on request of Mats Andersson for OpenBSD 2011-05-12 12:04:43 +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 Using usleep() instead of nanosleep() which is not available on Solaris 9 2011-01-18 16:28:57 +00:00
file.h New API call burn_offst_source_new() 2010-09-22 17:51:26 +00:00
init.c Leaner implementation of macro BURN_ALLOC_MEM 2011-06-06 17:37:42 +00:00
init.h Leaner implementation of macro BURN_ALLOC_MEM 2011-06-06 17:37:42 +00:00
libburn.h New API call burn_disc_next_track_is_damaged() 2011-05-26 15:01:23 +00:00
libburn.ver New API call burn_disc_close_damaged() 2011-05-31 10:32:21 +00:00
libdax_audioxtr.c Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
libdax_audioxtr.h Corrected typo in macro names (which shall never be defined anyway) 2010-08-13 11:42:49 +00:00
libdax_msgs.c Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
libdax_msgs.h New API call burn_disc_close_damaged() 2011-05-31 10:32:21 +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 Bug fix: burn_disc_format() on DVD-RW issued wrong block size with type 00h 2011-06-08 18:13:02 +00:00
mmc.h New API call burn_disc_get_bd_spare_info() 2010-09-24 09:07:05 +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 Replaced some large local variables by other means in libburn/read.c 2011-05-23 15:51:49 +00:00
read.h Initial import 2006-08-15 20:37:04 +00:00
sbc.c Consolidated several local struct command to a new member of struct burn_drive 2011-06-07 14:40:31 +00:00
sbc.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
sector.c Silenced an error message with input that is not aligned to 2 kB 2011-03-19 22:21:35 +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 Replaced some large local variables by other means in libburn/sg-dummy.c 2011-05-23 16:34:53 +00:00
sg-freebsd-port.c Gave up use of bzero() in FreeBSD system adapters 2011-06-02 08:39:13 +00:00
sg-freebsd.c Gave up use of bzero() in FreeBSD system adapters 2011-06-02 08:39:13 +00:00
sg-libcdio.c Replaced some large local variables by other means in libburn/sg-libcdio.c 2011-06-02 13:28:06 +00:00
sg-linux.c Replaced some large local variables by other means in libburn/sg-linux.c 2011-06-05 17:05:38 +00:00
sg-solaris.c Reacted on warnings of gcc about mixed sign comparison 2011-06-06 10:51:52 +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 New API call burn_offst_source_new() 2010-09-22 17:51:26 +00:00
source.h New API call burn_offst_source_new() 2010-09-22 17:51:26 +00:00
spc.c Consolidated several local struct command to a new member of struct burn_drive 2011-06-07 14:40:31 +00:00
spc.h Centralized interpretation of SCSI command outcome 2010-09-14 12:50:06 +00:00
structure.c Replaced some large local variables by other means in libburn/structure.c 2011-06-08 08:14:35 +00:00
structure.h Allowed stdio tracks of known size to end in TAO mode on premature EOF 2011-01-03 19:51:30 +00:00
toc.c Replaced some large local variables by other means in libburn/toc.c 2011-06-08 08:23:08 +00:00
toc.h Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
transport.h Consolidated several local struct command to a new member of struct burn_drive 2011-06-07 14:40:31 +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 Replaced some large local variables by other means in libburn/write.c 2011-06-08 20:04:28 +00:00
write.h New API call burn_disc_close_damaged() 2011-05-31 10:32:21 +00:00