Commit Graph

101 Commits

Author SHA1 Message Date
Thomas Schmitt 402f4c0b04 New API call burn_allow_drive_role_4() 2011-03-13 13:07:46 +00:00
Thomas Schmitt 9f5e967bdf Registered new error code 2011-02-23 19:57:10 +00:00
Thomas Schmitt 261f05eb45 Issueing error messages if cache syncing or closing fails 2010-10-29 16:41:16 +00:00
Thomas Schmitt 0f622def33 Issueing messages with all cases of burn canceling 2010-10-19 16:59:34 +00:00
Thomas Schmitt 707d6153f7 Issue warning after writing a BD-R with more than 300 sessions 2010-10-15 19:17:37 +00:00
Thomas Schmitt c49995b11a New API call burn_offst_source_new() 2010-09-22 17:51:26 +00:00
Thomas Schmitt c693798571 Corrected typo in macro names (which shall never be defined anyway) 2010-08-13 11:42:49 +00:00
Thomas Schmitt 1eee6ab8a0 New system adapter for Solaris uscsi (tested on snv134, kernel 5.11) 2010-06-07 17:30:54 +00:00
Thomas Schmitt 3519b42c14 Introduced alternative signal handling actions 2010-03-05 09:08:16 +00:00
Thomas Schmitt 6db992e646 Added or adjusted copyright and license statements in single files 2010-02-14 08:45:14 +00:00
Thomas Schmitt 54005cb60e Lifted ban to derive GPLv3, extended copyright range to 2010 2010-01-23 10:42:52 +00:00
Thomas Schmitt d9239aeafc Avoiding stream recording on BD if not 64 kB buffer 2010-01-04 13:49:05 +00:00
Thomas Schmitt 5b72e5d06e Commited file forgotten with rev 2960 2009-12-25 10:13:06 +00:00
Thomas Schmitt e335aa26b4 New API call burn_fifo_fill() 2009-11-25 16:00:33 +00:00
Thomas Schmitt 3c69b684a8 Fixed CD TAO multi-track -dummy bug reported by Philippe Rouquier 2009-10-04 15:11:35 +00:00
Thomas Schmitt 4fdebcae9f Refusing to read beyond media_read_capacity 2009-09-18 16:18:37 +00:00
Thomas Schmitt 38994b62c0 Rectified use of burn_drive.mdata->valid 2009-06-02 16:28:33 +00:00
Thomas Schmitt 8c56ca131f New operating system adapter "dummy" for stdio on POSIX-like systems 2009-03-02 17:01:21 +00:00
Thomas Schmitt 7cc43c44e9 Prepared eventual closing of spoiled BD-R media by a pseudo write run 2009-01-11 10:28:05 +00:00
Thomas Schmitt 596d5bc5b0 Recognizing BD-R media spoiled by the close bug and handling them as appendable 2009-01-09 09:59:59 +00:00
Thomas Schmitt 96043eddf5 Complaining and refusing more early with unformatted BD-RE 2009-01-06 13:53:01 +00:00
Thomas Schmitt 5a65d6fa07 Complaining and refusing more early with unformatted BD-RE 2009-01-06 12:28:20 +00:00
Thomas Schmitt 6fea3d0a9b Updated copyright claims to year 2009 2009-01-04 11:29:37 +00:00
Thomas Schmitt 82fcf62309 Catching BD-R zero spare formatting with NOTE rather than SORRY 2008-12-11 09:22:33 +00:00
Thomas Schmitt c1572c271f Rejecting unformattable BD-R more early 2008-12-11 07:23:29 +00:00
Thomas Schmitt 175061615e Defaulting sessions without leadout entry 2008-12-03 08:52:44 +00:00
Thomas Schmitt bb9ef6b988 Changed error severity with TOC truncation to MISHAP 2008-11-27 17:21:54 +00:00
Thomas Schmitt aa606552eb Truncating eventually detected damaged CD table-of-content 2008-11-27 08:11:03 +00:00
Thomas Schmitt ea17318e18 Taking into respect drive list from /proc/sys/dev/cdrom/info 2008-08-05 18:00:37 +00:00
Thomas Schmitt 67ca4a251a Trying to avoid SORRY messages when hitting busy hard disk /dev/hdX 2008-07-14 11:28:55 +00:00
Thomas Schmitt f9398c08e6 Imported changes from libiso_msgs.h 2008-02-22 21:36:08 +00:00
Thomas Schmitt b4617c679c New error code 0x00040008 2008-02-22 15:10:21 +00:00
Thomas Schmitt 42bb74881a Weakened demand to print file path in following message 2008-02-21 21:53:26 +00:00
Thomas Schmitt 1e74d7a04e Introduced severity ERRFILE 2008-02-21 20:14:23 +00:00
Thomas Schmitt 4cb6706307 Introduced LIBDAX_MSGS_SEV_MISHAP 2008-02-11 19:15:21 +00:00
Thomas Schmitt 623edf9d9d Re-instated range "vreixo" with old and new codes, adjusted severity definitions 2008-02-06 17:41:00 +00:00
Thomas Schmitt d4fe8c75be Registered range "libisoburn" 0x00060000 to 0x00006ffff 2008-02-04 17:52:56 +00:00
Thomas Schmitt 99767afe1f Registered error code range "libisofs-xorriso" 2008-02-03 09:21:01 +00:00
Thomas Schmitt b3b42ff649 Ported change in vreixo message range from isoburn_msgs 2008-01-26 12:31:42 +00:00
Thomas Schmitt e449654c7b Introduced message severity "FAILURE" 2008-01-23 19:39:38 +00:00
Thomas Schmitt adac21d6ee Changed meaning of .driveno to .origin, introduced LIBDAX_MSGS_ORIGIN_* macros 2008-01-17 18:51:46 +00:00
Thomas Schmitt 82c6e92da0 Enabled reading of TOC from ROM drives (direly needed for xorriso) 2007-11-29 18:55:06 +00:00
Thomas Schmitt cd84357589 Starting threads detached, providing two alternatives. But zombies still there. 2007-10-19 11:53:19 +00:00
Thomas Schmitt e5f42759a0 Inserted the necessary error messages and magic numbers 2007-10-04 20:00:58 +00:00
Thomas Schmitt a80f8359fe Made use of Immed bit with 1Bh START STOP UNIT and 35h SYNCHRONIZE CACHE 2007-09-18 20:03:20 +00:00
Thomas Schmitt 361a110274 Equipped libdax_msgs with reference counter. Completed its mutex protection. 2007-09-15 20:41:25 +00:00
Thomas Schmitt 15b9f786c8 Prepared for neat sed translation. Explained concept of libdax_msgs variants. 2007-09-15 17:16:49 +00:00
Thomas Schmitt 635530b05e Imported Range "vreixo" into libburn/libdax_msgs.h 2007-09-15 11:21:27 +00:00
Thomas Schmitt 090861567d Brought burn_stdio_write_track() onto sector_data() for outmost realism 2007-09-12 10:45:34 +00:00
Thomas Schmitt ea09a516bd Called statvfs() for size estimation of regular stdio-files. 2007-09-09 09:35:23 +00:00