Commit Graph

73 Commits

Author SHA1 Message Date
Thomas Schmitt 724d518dbc Giving up use of function pthread_cancel() 2017-01-28 21:02:17 +01:00
Thomas Schmitt 2e8dec42e5 Reacted on some of the complaints of codespell 2016-07-23 10:40:43 +00:00
Thomas Schmitt 91eca50221 Bug fix: Wrong stack usage caused SIGBUS on sparc when compiled by gcc -O2 2014-04-29 06:18:41 +00:00
Thomas Schmitt 6e4d1cc53e Prepared for possible demise of mode page 2A 2014-02-05 19:20:08 +00:00
Thomas Schmitt 642406b92e Reacted on warning of Debian buildd with clang 2013-09-16 17:28:55 +00:00
Thomas Schmitt 7ed8619a9e Reporting (still cryptic) details about refusal to blank 2012-10-24 09:58:25 +00:00
Thomas Schmitt 88da4e9ead Prevented SIGSEGV with testing drive for being prepared for writing 2012-01-23 10:10:19 +00:00
Thomas Schmitt f73698c0cb Reacted on warning of cppcheck about libburn/async.c 2011-07-12 11:01:53 +00:00
Thomas Schmitt ed8b303d62 Reacted on warnings of -Wunused-but-set-variable 2011-07-06 14:25:57 +00:00
Thomas Schmitt 8fffc74a5b Added forgotten return value to BURN_ALLOC_MEM 2011-05-15 20:31:15 +00:00
Thomas Schmitt 86656a9d52 Replaced some large local variables by other means in libburn/async.c 2011-05-15 10:48:59 +00:00
Thomas Schmitt d5cc482015 Enabled blanking of drive with role 5 2011-03-21 09:22:04 +00:00
Thomas Schmitt a3ac6c63aa Enabled BD formatting iby index on Pioneer BDR-205 which offers no Cert or QCert 2011-03-18 15:33:15 +00:00
Thomas Schmitt af41742516 Provisory introduction of drive role 5, random access write-only 2011-03-18 09:33:54 +00:00
Thomas Schmitt 402f4c0b04 New API call burn_allow_drive_role_4() 2011-03-13 13:07:46 +00:00
Thomas Schmitt a8e54b86d7 Corrected a flaw found by George Danchev with cpp 2011-02-24 19:17:06 +00:00
Thomas Schmitt 0f622def33 Issueing messages with all cases of burn canceling 2010-10-19 16:59:34 +00:00
Thomas Schmitt 2a48b34bcd Changed all malloc() to calloc() 2010-07-12 19:37:31 +00:00
Thomas Schmitt edca339338 Eventually including ../config.h generated by autotools 2010-05-16 09:07:42 +00:00
Thomas Schmitt 873e3f5d78 Protected blanker and formatter thread from signals 2010-03-05 18:59:21 +00:00
Thomas Schmitt 3519b42c14 Introduced alternative signal handling actions 2010-03-05 09:08:16 +00:00
Thomas Schmitt 255e5362f9 Avoided random percentage display at start of blanking 2010-02-17 14:12:23 +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 dc8ecdd77e New API calls burn_os_open_track_src() , burn_os_alloc_buffer() 2009-11-23 18:56:18 +00:00
Thomas Schmitt 38994b62c0 Rectified use of burn_drive.mdata->valid 2009-06-02 16:28:33 +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 1de41908a8 Fixed denial of fast formatting with BD-RE introduced by revision 2280 2008-12-22 13:05:51 +00:00
Thomas Schmitt 817edbaeea Interpreting feature 0023h for BD-R formatting capabilities 2008-12-12 21:40:34 +00:00
Thomas Schmitt 6552c8267c Making format size of BD-RE and BD-R quite freely adjustable 2008-12-12 11:22:14 +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 22554efe4f Formatting of BD-R SRM to default size and by index 2008-12-10 09:26:09 +00:00
Thomas Schmitt a5e2729604 Beginning to implement write code for BD-R SRM without POW 2008-12-09 12:35:13 +00:00
Thomas Schmitt 2ce3199241 Disabling the sigsegv provoking new debug message 2008-11-08 20:25:38 +00:00
Thomas Schmitt 6fe53827da Cancelling libburn fifo thread before freeing the fifo object 2008-11-08 14:18:14 +00:00
Thomas Schmitt de274ddaff Bug fix: Unsuitable write modes were caught silently and later than desired 2008-11-01 12:13:26 +00:00
Thomas Schmitt 9d48bb6892 New API call burn_fifo_peek_data() 2008-07-14 11:38:22 +00:00
Thomas Schmitt 4683386de1 Began to implement formatting of DVD-RAM and experimentally of BD-RE 2008-04-18 09:27:16 +00:00
Thomas Schmitt 69e1d4a51f Disabled debugging messages about thread properties 2008-01-26 18:03:36 +00:00
Thomas Schmitt 9f7be91aba Made postponed change in thread management 2007-12-07 18:53:22 +00:00
Thomas Schmitt 3199bc21aa Removed useless alternative after zombies turned out to be caused by gdb 2007-10-19 13:32:49 +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 291ef125b0 Implemented the ring buffer of burn_fifo_source_new() object 2007-10-03 22:35:37 +00:00
Thomas Schmitt 214de7d7df Implemented a simple fifo to decouple from burn_source signals 2007-09-30 21:24:55 +00:00
Thomas Schmitt 5d93e04b28 Trying to catch signals from within the writer thread 2007-09-29 18:50:19 +00:00
Thomas Schmitt c70a78c477 Ended falsely alleged erasability of DVD-RAM and DVD+RW 2007-09-09 18:28:05 +00:00
Thomas Schmitt bdf862b429 Made Libburn_precheck_write_ruleS unconditional code 2007-09-08 17:47:59 +00:00
Thomas Schmitt 0bbc34d861 Corrected memory leak introduced by revision 1005 2007-09-07 16:40:38 +00:00
Thomas Schmitt 8e171c89a6 Made burn_drive_scan() refuse work on non-empty drive list. 2007-09-07 15:50:31 +00:00