Commit Graph

1315 Commits

Author SHA1 Message Date
Thomas Schmitt cfa6ee1498 Removed obsolete conditional code 2014-08-31 12:15:22 +00:00
Thomas Schmitt a9affdc82a Reduced number of GET CONFIGURATION transactions 2014-08-31 11:56:46 +00:00
Thomas Schmitt 1286079d3d Small correction of rev5369 2014-08-14 08:59:47 +00:00
Thomas Schmitt 3b5906b30c Improved error message for erase failures 2014-08-14 08:57:01 +00:00
Thomas Schmitt 0c9293f9c6 Keeping GET CONFIGURATION from requesting more than 4 KB of data 2014-07-31 12:32:06 +00:00
Thomas Schmitt 3c4dccc966 Debugging macro Libburn_debug_dxferP to check sg_io_hdr_t.dxferp 2014-07-31 12:28:44 +00:00
Thomas Schmitt f3fd5fbc99 New internal function for SCSI-logging arbitrary texts 2014-07-31 11:59:23 +00:00
Thomas Schmitt f4a49078c8 Fixed a wrong read access to memory. Reported by valgrind of lian jianfei, 2014-07-14 18:02:14 +00:00
Thomas Schmitt da874ca4f8 Made number transition to 1.3.9 2014-06-28 06:33:13 +00:00
Thomas Schmitt 69b282a5ba Reacted on compiler warning of gcc on NetBSD-current 2014-06-20 14:53:11 +00:00
Thomas Schmitt 193c260285 Fixed a SIGSEGV introduced by previous revision 2014-06-10 13:08:12 +00:00
Thomas Schmitt ca532f7623 Improved drive capacity estimation for sparse regular files 2014-06-10 07:37:40 +00:00
Thomas Schmitt 61e2176d03 Bug fix: A failed MMC BLANK command did not cause error indication by libburn 2014-05-03 10:37:07 +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 e54f6ebd68 Improved read retrying with DVD and BD media 2014-04-19 11:48:46 +00:00
Thomas Schmitt 856081559c Retrying write(2) if it returns a short non-negative write count 2014-04-14 10:33:58 +00:00
Thomas Schmitt 511d23f574 Restoring capability of burn_random_access_write() to fsync() (lost in rev 5302) 2014-04-13 12:09:34 +00:00
Thomas Schmitt f17d5ee7d1 Bug fix: A final fsync(2) was performed with stdio drives, even if not desired 2014-04-09 15:22:20 +00:00
Thomas Schmitt d08658833a Bug fix: Minimum drive buffer fill was measured before the buffer could get full 2014-04-06 11:10:29 +00:00
Thomas Schmitt a8a2d54c25 Bug fix: Compilation warning for unsupported systems mutated into an error 2014-03-17 22:18:39 +00:00
Thomas Schmitt 33e20f9e49 Bug fix: CD TAO with multiple tracks could cause a buffer overrun 2014-03-14 09:55:11 +00:00
Thomas Schmitt 2aba5b4dd7 Made number transition to 1.3.7 2014-03-04 16:22:27 +00:00
Thomas Schmitt 6e5c50bde4 Improved emulation of mode page 2A 2014-03-01 10:16:03 +00:00
Thomas Schmitt 174c22aeb7 Removed Linux compilability mock-up from sg-netbsd.c 2014-02-19 11:11:50 +00:00
Thomas Schmitt 31abdedade Inquiring GET PERFORMANCE independently of existence of mode page 2A 2014-02-16 20:41:57 +00:00
Thomas Schmitt b6afe92e47 Improved workaround for missing mode page 2A 2014-02-14 20:03:01 +00:00
Thomas Schmitt 1d616b5944 Corrected size determination of NetBSD block devices 2014-02-13 20:55:27 +00:00
Thomas Schmitt cf5c7aa84f Inmplemented a system adapter for NetBSD 2014-02-10 21:36:34 +00:00
Thomas Schmitt d40ab32360 Being more rugged towards missing MODE SENSE info 2014-02-10 21:33:50 +00:00
Thomas Schmitt 43e1daab23 Avoiding to have two file descriptors open to the same stdio drive 2014-02-07 18:08:28 +00:00
Thomas Schmitt 6e4d1cc53e Prepared for possible demise of mode page 2A 2014-02-05 19:20:08 +00:00
Thomas Schmitt cdbbcbb923 Fixed bugs introduced with previous commit 2014-02-05 19:00:01 +00:00
Thomas Schmitt 7f31c9e985 Trying to better handle MMC violating replies of MODE SENSE (Block Descriptors) 2014-02-05 12:49:41 +00:00
Thomas Schmitt dd0ceb6720 Implemented a generic verification whether a SPC device is a MMC device 2014-02-04 11:31:12 +00:00
Thomas Schmitt 5676a1953d Improved handling of stdio pseudo-drives after aborted burn runs 2014-01-15 17:50:33 +00:00
Thomas Schmitt 78627934f3 Updated copyright claim in sg-linux.c 2014-01-15 17:49:04 +00:00
Thomas Schmitt 217289f71a Adapted Linux SG_IO adapter to scsi/sg.h of git.kernel.org 2014-01-09 21:50:17 +00:00
Thomas Schmitt 1c6f6c084f Interpreting feature 0x107 when deciding from where to get speed info 2014-01-09 13:23:23 +00:00
Thomas Schmitt 658851a497 Registering all drive-media feature descriptors in burn_drive 2014-01-07 12:01:18 +00:00
Thomas Schmitt ef17544eb9 Made number transition to 1.3.5 2013-12-12 14:52:30 +00:00
Thomas Schmitt 7f99a8e70e Better reaction on drive errors during burn_drive_scan_and_grab() 2013-11-21 09:21:29 +00:00
Thomas Schmitt 5f6281261d Corrected bugs introduced with rev 5180 2013-11-17 15:27:08 +00:00
Thomas Schmitt 04afd1c958 Resetting the drive failure status before starting random-access writing 2013-11-17 10:25:01 +00:00
Thomas Schmitt 83eac67cf5 Prevented a memory leak that in most cases was closed by a race condition 2013-11-16 17:05:40 +00:00
Thomas Schmitt d09ecac4a8 Enforcing reasonable minimum read speeds even if the drive is lying 2013-11-15 10:24:31 +00:00
Thomas Schmitt 404f239207 Improved reaction on Linux SG_IO transport problems 2013-11-14 10:17:48 +00:00
Thomas Schmitt 119c0cf76d Bug fix: Drive LG BH16NS40 stalled on inspection of unformatted DVD+RW 2013-11-11 16:10:36 +00:00
Thomas Schmitt edc90b880c New API call burn_disc_pretend_full_uncond() 2013-11-10 16:35:17 +00:00
Thomas Schmitt ae4d296a60 Enforcing reasonable maximum read speeds even if the drive is lying 2013-11-08 09:54:15 +00:00
Thomas Schmitt 429fed00c1 Closed potential memory leak introduced by rev 5168 2013-11-08 09:51:33 +00:00
Thomas Schmitt 87ab352d6f New API calls burn_drive_was_feat21_failure(), burn_write_opts_set_fail21h_sev() 2013-10-28 10:51:05 +00:00
Thomas Schmitt 6e372c9a6d Bug fix: Drive error reports were ignored during blanking and formatting 2013-10-10 16:20:39 +00:00
Thomas Schmitt 1f7dfb84fc Forgot to disable a debugging message 2013-10-09 13:46:47 +00:00
Thomas Schmitt 844dc958be Separately determining the maximum speeds for writing and reading 2013-10-09 09:24:09 +00:00
Thomas Schmitt f6132a97a0 Made -version message more acceptable for K3B. Proposal of Omegaweapon. 2013-10-03 10:01:15 +00:00
Thomas Schmitt 642406b92e Reacted on warning of Debian buildd with clang 2013-09-16 17:28:55 +00:00
Thomas Schmitt cc8ac3aefb Reacted on warnings of PLD Linux build log 2013-09-05 08:49:31 +00:00
Thomas Schmitt 2a8ae1be42 Reacted on warnings of PLD Linux 2013-09-04 14:18:08 +00:00
Thomas Schmitt 9e02c17004 Closed a small memory leak with cdrskin -msinfo 2013-09-04 11:10:05 +00:00
Thomas Schmitt 669ccb9b43 Catching and defaulting mad responses to READ BUFFER CAPACITY 2013-09-04 11:00:30 +00:00
Thomas Schmitt 6b93e66cfd Made number transition to 1.3.3 2013-08-07 13:51:09 +00:00
Thomas Schmitt b08075479e Reacted on advise from Helmut Grohne to avoid confusion of doxygen 2013-08-04 12:45:31 +00:00
Thomas Schmitt 2b74f6fa63 Changed default write chunk size for BD to 64 KiB 2013-08-04 10:03:21 +00:00
Thomas Schmitt 8f60105c8d Reacted on warnings of Debian build service about doxygen flaws 2013-07-29 09:14:51 +00:00
Thomas Schmitt f8be7e46ab Bug fix: The signal handler aborted on SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU 2013-07-21 17:07:53 +00:00
Thomas Schmitt f9793c54c2 New option --pacifier_with_newline 2013-07-08 15:19:45 +00:00
Thomas Schmitt 870b71377d Corrected typo in a comment 2013-07-08 14:56:30 +00:00
Thomas Schmitt 8eed2e9558 New mode bit8 with burn_set_signal_handling() to particularly ignore SIGPIPE 2013-07-01 16:00:28 +00:00
Thomas Schmitt abe560a6ec Removed an obsolete note message from cdrskin --devices 2013-06-28 10:43:47 +00:00
Thomas Schmitt 2a991bbab3 Making sure in cdrskin that off_t is large enough before starting libburn 2013-06-28 10:42:04 +00:00
Thomas Schmitt bd381583de Some polishing of SCSI log time measurement 2013-06-09 16:31:28 +00:00
Thomas Schmitt e2188fb9f7 Prepared for optional use of clock_gettime() 2013-06-09 15:43:02 +00:00
Thomas Schmitt fd8f4d48b8 Improved granularity of SCSI log time measurement and added absolute timestamp 2013-06-09 15:26:32 +00:00
Thomas Schmitt 0178c42c20 Bug fix: cdrskin -msinfo on DVD and BD reported old session start == next writable address. Regression introduced by version 1.2.8 (rev 4956). 2013-05-30 13:31:06 +00:00
Thomas Schmitt 21511e3fdf Luring K3B into using -xa rather than -xa1 2013-05-26 19:00:13 +00:00
Thomas Schmitt 167d73e268 New API calls burn_drive_extract_audio(), burn_drive_extract_audio_track() 2013-05-23 15:43:19 +00:00
Thomas Schmitt 1887b0b938 Defaulting -sao -multi to -tao -multi if -sao -multi is not possible 2013-05-21 08:18:48 +00:00
Thomas Schmitt ecd303149f Closed memory leak introduced by rev 5063 2013-05-20 12:45:48 +00:00
Thomas Schmitt 8f500d90df Bug fixes with new API call burn_make_input_sheet_v07t() 2013-05-20 12:45:12 +00:00
Thomas Schmitt 644feceb5c Allowed option input_sheet_v07t= to read multiple blocks from same file 2013-05-20 11:01:57 +00:00
Thomas Schmitt eb03488f52 API call burn_session_input_sheet_v07t(): read multiple blocks from same file 2013-05-20 10:48:40 +00:00
Thomas Schmitt a252038113 New options cdtext_to_textfile= and cdtext_to_v07t= 2013-05-19 15:49:05 +00:00
Thomas Schmitt 7f8d8a04d0 New API call burn_make_input_sheet_v07t() 2013-05-19 11:47:10 +00:00
Thomas Schmitt cf363b27fa Made number transition to 1.3.1 2013-05-17 18:08:48 +00:00
Thomas Schmitt c566ea03cf Added new item to list of error codes 2013-05-10 07:26:11 +00:00
Thomas Schmitt 3632e1be4e Bug fix: DVD+R with damaged TOC were reported by -minfo with wrong end address 2013-05-10 06:41:53 +00:00
Thomas Schmitt 1f92419cb4 Bug fix: Formatting of BD-RE used certification regardless of drive capabilities 2013-04-01 12:19:14 +00:00
Thomas Schmitt d6e15a0139 Forgot to increment cdrskin version number 2013-04-01 12:17:05 +00:00
Thomas Schmitt 9bc362f59b Made number transition to 1.2.9 2013-03-18 21:09:13 +00:00
Thomas Schmitt 0f43a39a45 Made number transition to 1.2.8 2013-03-18 08:29:37 +00:00
Thomas Schmitt 0a1a085471 Avoiding SYNCHRONIZE CACHE if DVD track preparation has failed 2013-03-12 11:48:07 +00:00
Thomas Schmitt a1fdfe1519 Always considering mode page 2A when looking for min and max speed 2013-03-05 18:55:03 +00:00
Thomas Schmitt bbb6315af0 Always considering mode page 2A when looking for min and max speed 2013-03-05 18:54:19 +00:00
Thomas Schmitt 46b598abd2 New cdrskin option --list_speeds 2013-03-05 12:45:37 +00:00
Thomas Schmitt c7784b79b7 Still correcting the bug fix of rev 4975 2013-03-05 12:42:41 +00:00
Thomas Schmitt f1b3184531 Corrected previous bug fix which caused speed descriptors to appear twice 2013-03-04 23:25:27 +00:00
Thomas Schmitt a18c862e84 Bug fix: On some drives the request for minimum speed yielded maximum speed 2013-03-04 21:13:32 +00:00
Thomas Schmitt c2903ab717 Corrected wrong use of sizeof 2013-02-26 08:01:51 +00:00
Thomas Schmitt 04ccaebff7 Updated cdrskin copyright message 2013-01-16 18:12:41 +00:00
Thomas Schmitt 3a17a8a014 Bug fix: All CD tracks were reported with the sizes of the tracks in the first session. Regression introduced with version 1.2.0 (rev 4552). 2013-01-15 10:42:21 +00:00