Commit Graph

47 Commits

Author SHA1 Message Date
Thomas Schmitt ba9b69b1df Fixed spelling errors found by fossies.org with codespell 2019-10-28 16:58:20 +01:00
Thomas Schmitt 113f5873cb Fixed the block count in error message about read attempt after medium end 2017-07-15 21:42:27 +02:00
Thomas Schmitt 0b110821f6 Equipped all non-system-dependent open(2) calls with O_BINARY 2014-11-26 16:42:56 +00:00
Thomas Schmitt 77aeeba934 New flag bit5 with burn_read_data() and burn_read_audio() 2014-09-01 16:13:19 +00:00
Thomas Schmitt e54f6ebd68 Improved read retrying with DVD and BD media 2014-04-19 11:48:46 +00:00
Thomas Schmitt bb409500ed New API call burn_read_audio 2012-11-30 19:34:33 +00:00
Thomas Schmitt 0728d855d5 Beginning to create new API call burn_read_audio 2012-11-29 11:14:33 +00:00
Thomas Schmitt a2b4361d69 Preserving an immature sketch of media quality scanning 2012-11-18 18:46:05 +00:00
Thomas Schmitt d216764867 Corrected error handling which was spoiled by rev 4852 2012-10-25 17:35:10 +00:00
Thomas Schmitt 4c74cbf7b3 New flag bit4 of burn_read_data() for better handling of TAO end blocks 2012-10-25 12:39:50 +00:00
Thomas Schmitt 7ce13c6dd3 Allowing SCSI read operations > 32 kB 2012-01-23 10:06:52 +00:00
Thomas Schmitt ac4bfb128c Gave up use of burn_print() in libburn 2011-10-12 10:01:28 +00:00
Thomas Schmitt ec9bc5678b Reacted on warning of cppcheck about libburn/read.c 2011-07-12 11:04:39 +00:00
Thomas Schmitt f116eeec64 Replaced some large local variables by other means in libburn/read.c 2011-05-23 15:51:49 +00:00
Thomas Schmitt e86a7f9880 Better handling of read attempt on pseudo-drive without read-permission 2011-03-24 18:21:31 +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 ed811f45e6 Changed severity of "Read attempt on write-only drive" from FATAL to FAILURE 2011-03-13 19:26:30 +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 c12bbff7d1 Created opportunity to omit source module libburn/crc.c 2010-02-14 17:17:04 +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 bd017a108e Changed docs and comments to "GNU/Linux" where appropriate 2010-02-12 21:26:46 +00:00
Thomas Schmitt ca97df9798 Made read_capacity error message of burn_read_data() depending on flag bit1 2009-10-09 20:03:06 +00:00
Thomas Schmitt 4fdebcae9f Refusing to read beyond media_read_capacity 2009-09-18 16:18:37 +00:00
Thomas Schmitt 407471898c Disabled code using libburn/lec.c, removed lec.c from libburn 2009-09-01 09:56:51 +00:00
Thomas Schmitt 89c12404d0 Prevented SIGSEGV after illegal drive operations during sync write 2008-10-04 07:27:43 +00:00
Thomas Schmitt acd7dbc5c6 New flag bit2 with burn_read_data() 2008-08-09 07:19:54 +00:00
Thomas Schmitt 5d51869c3b Made burn_read_data() obey its flag bit1 2008-04-16 08:22:14 +00:00
Thomas Schmitt 86d5bdfef8 Got rid of a cumbersome open-close cycle with burn_read_data() on stdio: 2008-03-03 20:30:10 +00:00
Thomas Schmitt fdbed06f84 Added debug message in case of burn_read_data() return 0 2008-02-07 23:29:26 +00:00
Thomas Schmitt 67e4282b82 Installed a simple address logger in burn_read_data 2008-02-06 23:01:45 +00:00
Thomas Schmitt d66a40bc0e Made burn_read_data() issue messages about hopeless drive access errors 2008-01-23 19:34:38 +00:00
Thomas Schmitt bed900f3f4 Fixed small bug about error messages with burn_read_data 2008-01-19 20:18:13 +00:00
Thomas Schmitt 3119ed2af3 Made possible to silence error message about missing pseudo drive 2007-10-15 11:58:08 +00:00
Thomas Schmitt 5e995c9cd0 Implemented drive role 3, sequential write-only stdio drives (e.g. stdout) 2007-09-24 13:54:52 +00:00
Thomas Schmitt 6841cb68e5 Reacted on compiler warnings 2007-09-04 22:56:50 +00:00
Thomas Schmitt 31650eb988 New API calls burn_drive_grab_dummy(), burn_drive_get_drive_role() 2007-09-04 22:50:04 +00:00
Thomas Schmitt 1adf86532e Allowed to suppress error message from failed burn_read_data() 2007-08-23 15:02:55 +00:00
Thomas Schmitt c6bc4a5e97 Taking synchronous read/write into respect with abort handling 2007-08-22 17:33:53 +00:00
Thomas Schmitt 2904a1bee7 Avoiding libburn read-ahead-bug 2007-08-22 16:13:44 +00:00
Thomas Schmitt d21697b289 New API function burn_read_data() 2007-08-12 15:25:56 +00:00
Thomas Schmitt 170eb96356 Made libburn and cdrskin build on my Linux again 2006-10-13 10:22:21 +00:00
Mario Danic 86bfcea2b3 Made several changes for freebsd support 2006-10-12 17:35:06 +00:00
Thomas Schmitt bd1577debd Got rid of assert() in mmc.c by soft means 2006-10-09 12:49:08 +00:00
Thomas Schmitt b202e3be5b Got rid of assert() in read.c by soft means 2006-10-07 14:58:59 +00:00
Thomas Schmitt f2c87eae59 Removed inclusion of libburn/message.h 2006-09-25 09:49:38 +00:00
Mario Danic 2f2c115e08 Initial import 2006-08-15 20:37:04 +00:00