Commit Graph

47 Commits

Author SHA1 Message Date
Thomas Schmitt 5f617323de Reacted on some of the complaints of codespell 2016-07-23 10:40:43 +00:00
Thomas Schmitt 0132faa1f7 Closed various memory leaks in libburner. Coverity CID 21814, CID 21815. 2015-10-24 14:07:49 +00:00
Thomas Schmitt 60adbd88c3 Mutally mentioned the other demo program in their introdution comments 2015-09-23 11:07:24 +00:00
Thomas Schmitt 9992ddf00c More hunt for "allow to" 2015-09-01 06:59:24 +00:00
Thomas Schmitt c9fd4e22e5 Changed wrong use of "resp." in docs 2015-08-01 13:58:24 +00:00
Thomas Schmitt 6b8ab690e7 Reacted on -Wsign-compare warnings of gcc 2011-05-12 13:50:49 +00:00
Thomas Schmitt 54c1631e92 Clarified the meaning of 0x0 and 0x30 signal handlers 2010-08-28 11:29:29 +00:00
Thomas Schmitt b7fff5fce6 Let libburner warn programmers if they forget to set 64 bit off_t 2010-04-04 18:13:45 +00:00
Thomas Schmitt 86992a38d3 Changed examples burn_set_signal_handling(...,48) to (...,0x30) 2010-03-07 08:15:21 +00:00
Thomas Schmitt 22095d9789 Adapted libburner to new advise about signal handling 2010-03-06 13:52:21 +00:00
Thomas Schmitt f125877e73 Lifted ban to derive GPLv3, extended copyright range to 2010 2010-01-23 10:42:52 +00:00
Thomas Schmitt 11b8998bd3 Carified in libburner.c that apps must use 64 bit off_t. 2010-01-14 14:09:30 +00:00
Thomas Schmitt fb2872b1c1 Carified in libburner.c that apps must use 64 bit off_t. 2010-01-14 14:01:13 +00:00
Thomas Schmitt 282fdab6b1 Avoided SIGSEGV if no drives were found by scan 2009-06-02 16:30:06 +00:00
Thomas Schmitt 8292601817 Updated copyright claims to year 2009 2009-01-04 11:29:37 +00:00
Thomas Schmitt e7c207fff6 Cosmetic changes 2008-12-29 10:53:58 +00:00
Thomas Schmitt a95c22b396 Updated libburner to BD-R 2008-12-14 10:45:04 +00:00
Thomas Schmitt 9a4d62c621 Declared BD-RE to be supported 2008-05-06 18:08:04 +00:00
Thomas Schmitt 3207ed812c Mentioned support for DVD+R/DL. 2008-02-28 13:24:08 +00:00
Thomas Schmitt b5ed5dd25f Directed error message to proper output channel 2008-02-21 20:11:20 +00:00
Thomas Schmitt cb023891e5 Minor changes with waiting for drive and fifo status display 2007-10-07 11:06:37 +00:00
Thomas Schmitt 979447006e Inserted the necessary error messages and magic numbers 2007-10-04 20:06:38 +00:00
Thomas Schmitt deead17702 Made use of 4 MB fifo 2007-10-03 22:38:39 +00:00
Thomas Schmitt 3e4323942c Blocked against file descriptor drives. Too dangerous for a demo. 2007-09-24 18:21:32 +00:00
Thomas Schmitt d2579c0671 burn_drive_grab_dummy() becomes invisible part of burn_drive_scan_and_grab() 2007-09-05 19:42:03 +00:00
Thomas Schmitt 7b0e98954b Testing new API functions via --drive stdio:<path> 2007-09-04 22:51:44 +00:00
Thomas Schmitt bdba12f0f9 Reflected recent URL changes to libburnia-project.org 2007-08-11 07:51:04 +00:00
Thomas Schmitt beb88c79cd Changed "KB" to "kiB" 2007-06-10 08:06:03 +00:00
Thomas Schmitt 6a850828ac Updated media list in introduction comment 2007-04-06 06:49:51 +00:00
Thomas Schmitt dd805b734d Macro for length of rejection reasons string (old size is still safe) 2007-02-22 09:49:18 +00:00
Thomas Schmitt 771c88ec2d Removed unprecise unnecessary comment 2007-02-17 09:09:34 +00:00
Thomas Schmitt 9208532bc3 Allowed forceful blanking of blank media in burn_disc_erase() 2007-02-17 08:56:41 +00:00
Thomas Schmitt 85630f348d Removed or updated outdated restriction statements 2007-02-13 14:38:14 +00:00
Thomas Schmitt ba59ab1aeb Updated documentation aspects 2007-02-07 17:49:52 +00:00
Thomas Schmitt bf35437d7f Made use of burn_write_opts_auto_write_type() 2007-02-07 16:37:25 +00:00
Thomas Schmitt 1f14d2be42 Mentioned DVD-RAM where appropriate 2007-01-13 21:20:56 +00:00
Thomas Schmitt f78e267af1 New formatting parameter "size". Sorry for changing API. Function is a week old. 2007-01-06 12:08:57 +00:00
Thomas Schmitt c9c6109943 Made use of formatting of DVD-RW 2007-01-02 12:57:47 +00:00
Thomas Schmitt e460bfac24 Removed unnecessary waiting loops after grab, mentioned DVD+RW 2006-12-24 20:24:43 +00:00
Thomas Schmitt 14f4e8c8d9 Report media type, avoid self contradicting messages with DVD+RW --multi 2006-12-21 20:58:26 +00:00
Thomas Schmitt d966278777 Changed URLs and umbrella names to libburnia 2006-12-03 15:56:27 +00:00
Thomas Schmitt 0c75e15dc9 Corrected two minor bugs 2006-11-25 16:05:23 +00:00
Thomas Schmitt 7b6f2b2337 Made use of libburn device address translation (/dev/sr0, /dev/cdrom, ...) 2006-11-25 15:43:31 +00:00
Thomas Schmitt f2dacbf9e0 Ticket 91: update media state model after content change 2006-11-25 15:26:35 +00:00
Thomas Schmitt 1b02c72531 Enabled multi-session with libburner 2006-11-17 19:51:51 +00:00
Thomas Schmitt 9fb9d523ab Obsoleted --stdin_size by automatic TAO. Cared for non-plain track files 2006-11-16 16:38:23 +00:00
Mario Danic 44997a2df8 Started logical separation of libisofs and libburn 2006-11-13 00:13:21 +00:00