.. |
asserts.txt
|
Got rid of assert() in libburn
|
2006-10-10 18:19:28 +00:00 |
async.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
async.h
|
Giving up use of function pthread_cancel()
|
2017-01-28 21:02:17 +01:00 |
back_hacks.h
|
Added or adjusted copyright and license statements in single files
|
2010-02-14 08:45:14 +00:00 |
cdtext.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
cleanup.c
|
Corrected typo in a comment
|
2013-07-08 14:56:30 +00:00 |
cleanup.h
|
Added or adjusted copyright and license statements in single files
|
2010-02-14 08:45:14 +00:00 |
crc.c
|
Reacted on some of the complaints of codespell
|
2016-07-23 10:40:43 +00:00 |
crc.h
|
Re-implemented the CRC functions under own copyright
|
2012-02-19 10:10:11 +00:00 |
ddlpa.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
ddlpa.h
|
Progress due to tests with test/open-cd-excl
|
2007-04-18 10:35:38 +00:00 |
debug.c
|
Gave up use of burn_print() in libburn
|
2011-10-12 10:01:28 +00:00 |
debug.h
|
Initial import
|
2006-08-15 20:37:04 +00:00 |
drive.c
|
New API call burn_drive_set_speed_exact()
|
2020-08-24 15:28:15 +02:00 |
drive.h
|
Improved handling of stdio pseudo-drives after aborted burn runs
|
2014-01-15 17:50:33 +00:00 |
ecma130ab.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01: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
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
file.h
|
Giving up use of function pthread_cancel()
|
2017-01-28 21:02:17 +01:00 |
init.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
init.h
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
libburn.h
|
New API call burn_nominal_slowdown()
|
2020-08-26 16:04:06 +02:00 |
libburn.ver
|
New API call burn_nominal_slowdown()
|
2020-08-26 16:04:06 +02:00 |
libdax_audioxtr.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
libdax_audioxtr.h
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01: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 |
libdax_msgs.c
|
Replaced unused timezone parameter of gettimeofday() by NULL
|
2016-03-10 19:56:14 +00:00 |
libdax_msgs.h
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01: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 |
mmc.c
|
New API call burn_drive_set_speed_exact()
|
2020-08-24 15:28:15 +02:00 |
mmc.h
|
Committed forgotten header file
|
2019-10-26 17:10:03 +02: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
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
options.h
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
os-dummy.h
|
Bug fix: The signal handler aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU
|
2013-07-21 17:07:53 +00:00 |
os-freebsd.h
|
Bug fix: The signal handler aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU
|
2013-07-21 17:07:53 +00:00 |
os-libcdio.h
|
Bug fix: The signal handler aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU
|
2013-07-21 17:07:53 +00:00 |
os-linux.h
|
Bug fix: The signal handler aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU
|
2013-07-21 17:07:53 +00:00 |
os-netbsd.h
|
Enabled overriding of OpenBSD default for Immed usage
|
2016-07-30 20:05:39 +00:00 |
os-solaris.h
|
Bug fix: The signal handler aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU
|
2013-07-21 17:07:53 +00:00 |
os.h
|
Mentioned OpenBSD in adapter files
|
2016-07-21 17:50:48 +00:00 |
read.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
read.h
|
Initial import
|
2006-08-15 20:37:04 +00:00 |
sbc.c
|
New API call burn_drive_set_immed()
|
2016-07-30 14:03:10 +00:00 |
sbc.h
|
Added or adjusted copyright and license statements in single files
|
2010-02-14 08:45:14 +00:00 |
sector.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
sector.h
|
Flushing buffer to MMC before a new track begins
|
2012-01-13 12:22:07 +00:00 |
sg-dummy.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
sg-freebsd-port.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
sg-freebsd.c
|
Showing more info in case of drive errors and transport problems
|
2019-07-05 15:36:42 +02:00 |
sg-libcdio.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
sg-linux.c
|
Changed experimental ioctl from CDROM_REVALIDATE to CDROM_SIMUL_CHANGE
|
2020-09-20 10:45:15 +02:00 |
sg-netbsd.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
sg-solaris.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
sg.c
|
Enabled SCSI command execution on OpenBSD. Thanks to SASANO Takayoshi.
|
2016-07-21 10:29:15 +00:00 |
sg.h
|
Reacted on some of the complaints of codespell
|
2016-07-23 10:40:43 +00:00 |
source.c
|
New API calls burn_cdtext_from_packfile() and burn_session_by_cue_file()
|
2011-12-25 10:39:05 +00:00 |
source.h
|
New API call burn_offst_source_new()
|
2010-09-22 17:51:26 +00:00 |
spc.c
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
spc.h
|
Showing more info in case of drive errors and transport problems
|
2019-07-05 15:36:42 +02:00 |
structure.c
|
Bug fix: SAO CD could be perceived 2 blocks too short. Regression in 1.4.4 by rev 5672.
|
2016-07-31 19:04:51 +00:00 |
structure.h
|
Fixed spelling errors found by fossies.org with codespell
|
2019-10-28 16:58:20 +01:00 |
toc.c
|
Beginning to create new API call burn_read_audio
|
2012-11-29 11:14:33 +00:00 |
toc.h
|
Added or adjusted copyright and license statements in single files
|
2010-02-14 08:45:14 +00:00 |
transport.h
|
New API call burn_drive_set_speed_exact()
|
2020-08-24 15:28:15 +02:00 |
util.c
|
Bug fix: TDK Corporation was not recognized as manufacturer of DVD-R "TTH02". Thanks Steve.
|
2019-09-20 12:37:59 +02:00 |
util.h
|
Improved drive capacity estimation for sparse regular files
|
2014-06-10 07:37:40 +00:00 |
write.c
|
New API call burn_nominal_slowdown()
|
2020-08-26 16:04:06 +02:00 |
write.h
|
New API calls for composing CD-TEXT
|
2011-12-12 09:26:41 +00:00 |