Commit Graph

485 Commits (d4980035158a10b6b79b68f6f01d91338d69455e)

Author SHA1 Message Date
Thomas Schmitt 362a8faa61 Enabled DVD-R/DL Sequential via --allow_untested_media_types 17 years ago
Thomas Schmitt 2e361e50ed Enabled DVD-R/DL Sequential via burn_allow_untested_profiles() 17 years ago
Thomas Schmitt 0ddeb01502 Made burn_disc_available_space() take into respect burn_write_opts_set_start_byte() 17 years ago
Thomas Schmitt 64ae333863 Macro for length of rejection reasons string (old size is still safe) 17 years ago
Thomas Schmitt 9f2c4b303d Disabled debugging messages about format descriptors 17 years ago
Thomas Schmitt 8182be7824 Re-enabled overwriteable pseudo-pseudo-SAO with unpredicted track size 17 years ago
Thomas Schmitt 115f03cf63 Moved tao_to_sao_tsize into libburn, let cdrskin use auto_write_type and precheck 17 years ago
Thomas Schmitt b6475c3d84 Re-arranged checking and defaulting of write parameters 17 years ago
Thomas Schmitt afd54a1f87 Repaired slightly broken pacifier track size display with -audio 17 years ago
Thomas Schmitt 4f3dd8614d Adjusted maximum realistic number of tracks to MMC specs 17 years ago
Thomas Schmitt 0151358635 Clarified usage comment with burn_drive_info_free() (see ticket 98) 17 years ago
Thomas Schmitt c570e4868d Allowed forceful blanking of blank media in burn_disc_erase() 17 years ago
Thomas Schmitt 6ccd359c93 Another bug fix for revision 724 17 years ago
Thomas Schmitt ca69e3f2ca Corrected CD TAO bug introduced with DVD bug fix 724 and CD SAO change 655 17 years ago
Thomas Schmitt d272450a70 Repaired debugging message spoiled by uninitialized variable 17 years ago
Thomas Schmitt 73273b1643 Corrected bug about open_ended filluped tracks 17 years ago
Thomas Schmitt 4df7aa0f3b Installed a guardian for predicted track end 17 years ago
Thomas Schmitt dbe2ee41ae Took fill_up_media into respect with automatic write mode decisions 17 years ago
Thomas Schmitt 72a2ef9f96 New options --fill_up_media and --tell_media_space 17 years ago
Thomas Schmitt e639cd5bbb Optional padding up to full media size when closing (incomplete yet) 17 years ago
Thomas Schmitt 3ec93316e0 Forgotten part of revision 718 17 years ago
Thomas Schmitt ff6a9fc92b Handle eventual ridiculously high d->last_track_no 17 years ago
Thomas Schmitt e10bfe2d37 Removed outdated ifdef 17 years ago
Thomas Schmitt 4903bb9971 Mew API function burn_disc_available_space() 17 years ago
Thomas Schmitt ba702bc9a8 Set a suitable page 05h after spc_probe_write_modes() 17 years ago
Thomas Schmitt c7804d390f Made profile 0010h DVD-ROM suitable,full,not erasable. So it delivers a TOC. 17 years ago
Thomas Schmitt 384c47c710 Made number transition and activated development documentation 17 years ago
Thomas Schmitt 09b5bd2a1f Silenced compiler warning 17 years ago
Thomas Schmitt cad7531058 New option --prodvd_cli_compatible 17 years ago
Thomas Schmitt 05623cffc4 New API function burn_write_opts_auto_write_type() 17 years ago
Thomas Schmitt 8dd8ee4b9c Enabled fast blank for DVD-R[W] 17 years ago
Thomas Schmitt 6dfbbdf57f tao_to_sao_tsize= for DVD-R[W] DAO 17 years ago
Thomas Schmitt d57166f64b Beautification of debugging messages 17 years ago
Thomas Schmitt 2799fe1b44 Implemented DVD-R[W] DAO as BURN_WRITE_SAO 17 years ago
Thomas Schmitt 330e0e2d5f Preparations for DVD-R[W] DAO 17 years ago
Thomas Schmitt 135d9d5016 New in API : struct burn_multi_caps and burn_disc_get_multi_caps() 17 years ago
Thomas Schmitt 6b8ab52854 Improved classification and TOC of finalized DVD-R[W] media 17 years ago
Thomas Schmitt 4e93de2cd2 Make mmc_read_multi_session_c1 use TOC if available 17 years ago
Thomas Schmitt c02dbe4eca Allowed blanking of DVD-RW which offer no Incremental Streaming 17 years ago
Thomas Schmitt f3a08f6812 Reacted on justified compiler warning about unitialized sessions variable 17 years ago
Thomas Schmitt e876f90e6c Obtain TOC from non-CD via 52h READ TRACK INFORMATION 17 years ago
Thomas Schmitt dde52c1971 Provisorily obtain multi-session -C parameters (violates MMC specs but works) 17 years ago
Thomas Schmitt f194aa8d5d Blank sequential DVD-RW, deformat overwriteable DVD-RW 17 years ago
Thomas Schmitt b18b889750 Enabled Burnfree buffer underrun protection by default 17 years ago
Thomas Schmitt fa792f6a67 First successful multi-session write to a sequential DVD-RW 17 years ago
Thomas Schmitt 53a1e99675 Preparations for DVD-R[W] Sequential Recording 17 years ago
Thomas Schmitt bda139f390 Experiments about list of features and profiles 17 years ago
Thomas Schmitt 55e6c0ba82 Unified burn_file_source and burn_fd_source 17 years ago
Thomas Schmitt c079e09860 Enforce minimum track length with SAO 17 years ago
Thomas Schmitt 99f8e0eec5 Bug fix: DVD tracks of defined size >=2GB suffered 32-bit integer wraparound 17 years ago
Thomas Schmitt 8f4dd8580c Banned mixed mode SAO (because broken in libburn and unclear in MMC) 17 years ago
Thomas Schmitt 7b024f4a72 Comments learned from studying MMC-3 and MMC-5 for SAO CD cookbook 17 years ago
Thomas Schmitt f1215f3295 Removed unnecessary after-grab loops 17 years ago
Thomas Schmitt f418c49e63 Removed forgotten debug message printed to stderr 17 years ago
Thomas Schmitt a34e872511 Kept DVD+RW from stopping BG formatting if it was not started at all 17 years ago
Thomas Schmitt 4d7e28c09f Made version number transition to 0.3.1 17 years ago
Thomas Schmitt 9180a0036d Avoided closing of 0x13-DVD-RW sessions which are not intermediate 17 years ago
Thomas Schmitt f28ec96709 Added missing cache sync in case of aborted DVD-RW burns 17 years ago
Thomas Schmitt 16baf48b2e Corrected bug with debug messages for fifo 17 years ago
Thomas Schmitt caef0aa400 Shifted fifo reporting to new 4-times -v verbosity level 17 years ago
Thomas Schmitt 07cef29616 Introduced API for inspection and selection of format capacities 17 years ago
Thomas Schmitt a426df57d7 Load array of format capacities into struct burn_drive 17 years ago
Thomas Schmitt b6025c6e4a Implemented debugging messages for ATA enumeration 17 years ago
Thomas Schmitt f77dd3134b Enabled writing to DVD-RAM 17 years ago
Thomas Schmitt c381104505 Removed surplus newlines from messages 17 years ago
Thomas Schmitt d61f1279c1 Sketched better handling of self-inflicted SIGs 17 years ago
Thomas Schmitt 0f34fb03a0 Kept SIGWINCH from spoiling a burn. 17 years ago
Thomas Schmitt ef6212f4ec With full formatting prefer format 10h over 13h or 15h 17 years ago
Thomas Schmitt 8877b36625 Enabled explicit full formatting of DVD+RW ("de-icing") 17 years ago
Thomas Schmitt 435eeea15f Removed writing of dummy data with blank=format_overwrite_full 17 years ago
Thomas Schmitt 15af71d448 Switched full formatting from type 10h to 00h which includes lead-out 17 years ago
Thomas Schmitt 27262bde51 Option -force enables re-formatting 17 years ago
Thomas Schmitt f1b817b520 Now available: "quickest" and "full" formatting for DVD-RW 17 years ago
Thomas Schmitt 5fc55ec164 Fixed a SIGFPE with formatting via libburner 17 years ago
Thomas Schmitt 7211f210dc Using 128 MB of size plus writing of zeros with blank=format_overwrite 17 years ago
Thomas Schmitt fdd40d4492 Introduced size parameter to DVD-RW formatting plus writing of zeros. 17 years ago
Thomas Schmitt ab51d551d3 New formatting parameter "size". Sorry for changing API. Function is a week old. 17 years ago
Thomas Schmitt f6b751c4bd Comments and name changes from new findings out of reading MMC-5 17 years ago
Thomas Schmitt f23deebe80 Moved blanking suitability test before eventual spwaning of threads 17 years ago
Thomas Schmitt b362f80d40 Made formatting report progress (as good as the drive does) 17 years ago
Thomas Schmitt cb24c90f0c Greeting the new year 17 years ago
Thomas Schmitt 9e4c2866a9 Made use of formatting of DVD-RW 17 years ago
Thomas Schmitt 97fe858760 Prepared formatting of DVD-RW 17 years ago
Thomas Schmitt c05d6550cb Prepared support for DVD-RW in mode Restricted Overwrite 17 years ago
Thomas Schmitt 6e9c399930 Corrected DVD-RW sequential profile name 17 years ago
Thomas Schmitt a9e4bc1dbd Followed revision 644 of wodim (msifile output without newline) 17 years ago
Thomas Schmitt 5f4e9d9cfb Emulated wodim option -msifile=path 17 years ago
Thomas Schmitt c4fe384b56 Avoided self contradicting result of ATIP speed inquiry 17 years ago
Thomas Schmitt b2cf633bdc Defended against a race condition on SuSE 9.3 after -atip (hald et.al. ?) 17 years ago
Thomas Schmitt 13ecca61bc Corrected kB conversion factor to 176.4 with ATIP speed codes 17 years ago
Thomas Schmitt 6277678a8e Disabled obsolete drive-media-state workaround. (Spinoff of ticket 93 :)) 17 years ago
Thomas Schmitt cafad767a9 Minor corrections to revisions 559 and 560 17 years ago
Thomas Schmitt 85ffe77a32 New API calls burn_drive_get_speedlist() , burn_drive_free_speedlist() 17 years ago
Thomas Schmitt 95bebfb814 Completed revision 556 17 years ago
Thomas Schmitt 979e35d979 Ticket 93: write speeds from ACh GET PERFORMANCE, Type 03h, DVD media capacity 17 years ago
Thomas Schmitt d4711abba8 Corrected CD speed conversion factor to 2352*75/1000 = 176.4 kB/s 17 years ago
Thomas Schmitt d53114b723 Adjusted to new (still immature) speed info semantics 17 years ago
Thomas Schmitt a4846ef882 Ticket 93: write speeds from mode page 2Ah descriptors 17 years ago
Thomas Schmitt 42c0cc6dd4 Bugfix after changes for DVD+RW: start_byte was initialized 0, but must be -1 17 years ago
Thomas Schmitt 221aee23d1 Bugfix with DVD+RW : progress indicators were initialized too late 17 years ago
Thomas Schmitt c3a5d3c7a5 Made DVD ignore CD write modes of drive. Made TAO default for DVD+RW. 17 years ago
Thomas Schmitt a7610aa0c9 Made DVD 32k end padding controllable 17 years ago
Thomas Schmitt fb4a209a34 Fixed a bug with speed measurement at end of DVD+RW burning 17 years ago
Mario Danic 745c8ca611 Modified cdrskin_timestamp 17 years ago
Thomas Schmitt 7e30dbfc5a More appropriate drive status during format and close of DVD+RW 17 years ago
Thomas Schmitt 1ce6ec4a3a New API function to inquire burn success (and avoid confusing messages) 17 years ago
Thomas Schmitt c6555dd8f5 New option write_start_address= 17 years ago
Thomas Schmitt c09d8e6da6 Adjustable write position for DVD+RW: burn_write_opts_set_start_byte() 17 years ago
Thomas Schmitt 9d65aa1c40 Some bragging about DVD+RW 17 years ago
Thomas Schmitt 9a752c6130 Disallowed multi flag with DVD+RW (nurses wrong hopes for now) 17 years ago
Thomas Schmitt ce27ad5159 DVD speed setting via B6h SET STREAMING, DVD+RW now enabled in vanilla build 17 years ago
Thomas Schmitt 1f3c3fe622 DVD speed reporting (and setting for drives which obey BBh SET CD SPEED) 17 years ago
Thomas Schmitt ff755e7204 Removed some debugging messages 17 years ago
Thomas Schmitt 4a2402171a With -atip on DVD report no RAW/RAW96R among "Supported modes" 17 years ago
Thomas Schmitt 8d54a56590 With -atip report "booktype" for DVD media and no questionable ATIP info 17 years ago
Thomas Schmitt dae337de09 Corrected bug reported by gcc -O2 17 years ago
Thomas Schmitt adaf3f20d7 Corrected bug reported by gcc -O2 17 years ago
Thomas Schmitt de33492cde Corrected DVD+RW track number and nwa with 52h READ TRACK INFORMATION 17 years ago
Thomas Schmitt 1b1ef5a31d Avoid undefined 43h commands (TOC/ATIP) with non-CD 17 years ago
Thomas Schmitt b02b2a40e7 Refuse to burn audio tracks to DVD 17 years ago
Thomas Schmitt 94848398c0 Prepared experiments for writing to DVD (most easy: DVD+RW) 17 years ago
Thomas Schmitt c1f49bab3b Noted some insight about necessity of OPC gained from growisofs_mmc.cpp 17 years ago
Thomas Schmitt ab08d66af3 Publishing cdrskin.1 as man_1_cdrskin.html 17 years ago
Thomas Schmitt 84b87f4eb5 Trying to get new man page into release tarball and installation. 17 years ago
Thomas Schmitt 178a0305c5 Updated dev=help to versions >= 0.2.4, new option --list_ignored_options 17 years ago
Thomas Schmitt fcf9c50220 Appeased doxygen warnings 17 years ago
Thomas Schmitt 17bac86aae Trying to identfy CD device via ioctl(CDROM_DRIVE_STATUS) 17 years ago
Thomas Schmitt d9e502ee5f Reacted better on failing ioctl(SG_GET_SCSI_ID) 17 years ago
Thomas Schmitt 17fc8e7161 Removed ban on linux_sg_device_family, warning now of linux_sg_accept_any_type 17 years ago
Thomas Schmitt e405092ab0 Enabled correct SCSI address parameter registration for /dev/srM 17 years ago
Thomas Schmitt c6d22a1eb0 Prevented SIGSEGVs when using -atip with my SCSI CD-ROM (sr,sg: no matter) 17 years ago
Thomas Schmitt 8265834404 Silenced a compiler warning. Worked further on /dev/srM test. Not done yet. 17 years ago
Thomas Schmitt 4d62e6003f Consequences from newly introduces startup file 17 years ago
Thomas Schmitt 77f44ce5a2 Prepared experiments for new Linux SCSI adventures 17 years ago
Thomas Schmitt bb951e0538 Belated timestamp for changes in cdrskin 17 years ago
Thomas Schmitt c4c571f7e3 Replaced setuid blocker by warning. People must know themselves what they do. 17 years ago
Thomas Schmitt 80f5923e90 Next cdrskin-0.2.7 cycle 17 years ago
Thomas Schmitt aafc0b0be2 Changed URLs and umbrella names to libburnia 17 years ago
Thomas Schmitt f6ce7ca8ce Testing wether the after-grab status waiting loops are necessary 17 years ago
Thomas Schmitt e29f13980b Avoided unsuitable media complaint on burn_drive_grab() with load==0 17 years ago
Thomas Schmitt 91ff41856b Correction for drives which return empty tray as profile 0x00 rather than error 17 years ago
Thomas Schmitt 229328e869 New API function to obtain media type: burn_disc_get_profile() 17 years ago
Thomas Schmitt ad2c080145 Ticket 21: media type via 46h GET CONFIGURATION , Current Profile 17 years ago
Thomas Schmitt 6869e12e4d Added preliminary support for new cdrecord 1000+ = ATA busses (input only) 17 years ago
Thomas Schmitt 221aa948e4 Enabled options -vv, -vvv and -vvvv 17 years ago
Thomas Schmitt 9270f41c65 Prevented premature BURN_DRIVE_IDLE introduced with revision 443 17 years ago
Thomas Schmitt 3d5cb04093 Trying to keep signal handler from repeating messages 17 years ago
Thomas Schmitt 13214d9ac5 Disabled old workaround for ticket 8, burn_disc_read_atip() fixed the problem 17 years ago
Thomas Schmitt de02cc26f9 Version leap to 0.2.6 17 years ago
Thomas Schmitt 26fa325ee4 Coordinated scsi_notify_error() and scsi_error() 17 years ago
Thomas Schmitt 6e09b56c29 Implemented new option fifo_start_at= 17 years ago
Thomas Schmitt 26412b4793 Removed a redundant d->start_unit() of revision 419 17 years ago
Thomas Schmitt 9ea689d7e4 Silenced compiler warnings 17 years ago
Thomas Schmitt f3b994f845 Fixed missing brackets from revison 421 17 years ago
Thomas Schmitt 46906c7f65 Avoided self contradiction with "Min drive buffer fill" 17 years ago
Thomas Schmitt 4daed7c4a9 Implemented libburn builtin fine granulated drive buffer min-fill recording 17 years ago
Thomas Schmitt ebb94ee212 Test wether SCSI 1Bh START UNIT would be helpful with ticket 90 17 years ago
Thomas Schmitt 06d008d6c6 Polished porting hints and self-compliance to newly established specs 17 years ago
Thomas Schmitt 11c9444b6c Made consolidaed operating system adapters for ease of porting 17 years ago
Thomas Schmitt 13641fcbae Made portability clarifications 17 years ago
Thomas Schmitt 595b877a24 Adjusted some texts to new multi-session situation 17 years ago
Thomas Schmitt 61a535f3ac Implemented try to find on restricted drives a suitable write mode as default 17 years ago
Thomas Schmitt a9b7d8250e Next cdrskin-0.2.5 cycle 17 years ago
Thomas Schmitt 7458223cc0 Made -toc on blank CD exit with value 0 (rather than 7 with no media) 17 years ago
Thomas Schmitt 5a0b597e3f Reacted on error condition during write operation 17 years ago
Thomas Schmitt bf20758906 Made SAO preferrable default write mode, kept TAO as default where needed 17 years ago
Thomas Schmitt 1bfd7b5a5f Made speed 0 in burn_drive_set_speed() really maximum speed (i.e. FFFFh) 17 years ago
Thomas Schmitt 1947c3a25d Generally enabled -multi, -msinfo and writing to appendable CDs in TAO mode 17 years ago
Thomas Schmitt 6b22dadcdd Demanded (for now) -tao for writing to appendable CDs 17 years ago
Thomas Schmitt 4efccd15b3 Implemented handling of unsuitable disk states with -msinfo 17 years ago
Thomas Schmitt 496fb67c29 Reacted on some warnings of gcc -O2 17 years ago
Thomas Schmitt 10c01ebc83 Implemented not so provisory -msinfo 17 years ago
Thomas Schmitt 6c22b98235 New API function burn_disc_track_lba_nwa() 17 years ago
Thomas Schmitt 62bd5963d0 Read -msinfo from first track of last session and not from last track 17 years ago
Thomas Schmitt 726cd2664d Made it work with fifos and other non-plain files as track sources 17 years ago
Thomas Schmitt 5378638ba7 Provisory -msinfo (very verbous on stderr) 17 years ago
Thomas Schmitt 347aa3fe0c Expressing more self-confidence 17 years ago
Thomas Schmitt c9478cc15e Experimentally enabled burning to BURN_DISC_APPENDABLE (tested with TAO only) 17 years ago
Thomas Schmitt ce0d783e82 Corrected first speed measurement report in TAO mode (which was random) 17 years ago
Thomas Schmitt 5057fe48ab Silenced SCSI error (debugging) messages about missing media 17 years ago
Thomas Schmitt fcc755a5b8 Check desired write and block type with burn_drive_info.*_block_types 17 years ago
Thomas Schmitt dad50348db Made track write counter of SAO count rather too much than too few bytes 17 years ago
Thomas Schmitt 2a64a0d3b1 Avoided error message and nonzero exit with trailing trash on .wav 17 years ago
Thomas Schmitt 82983cd7c1 Updated documentation about TAO 17 years ago
Thomas Schmitt 3051fc1987 Made -tao default for single track or stdin, -sao for any other multi-track 17 years ago
Thomas Schmitt e54be83b27 Cared for some SCSI error conditions which were ignored up to now 17 years ago
Thomas Schmitt 448aac8880 Made CD with unclosed track blankable (by -force) 17 years ago
Thomas Schmitt db4522bbdc Make -toc on multiple sessions more compatible 17 years ago
Thomas Schmitt d7c34f05e4 New API burn_write_opts_set_multi(). (But libburn cannot burn next session yet) 17 years ago
Thomas Schmitt b96fbd5bd8 Adapted documentation to reflect experimental TAO mode 17 years ago
Thomas Schmitt 25d5a2afe4 Enabled audio tracks with TAO 17 years ago
Thomas Schmitt 66515523c1 Enabled TAO for multiple -data tracks (-audio still ends after 0 bytes) 17 years ago
Thomas Schmitt 684cfd0cd2 Installed decent abort behavior with TAO 17 years ago
Thomas Schmitt a0e745c54a Removed some obsolete debugging messages 17 years ago
Thomas Schmitt c98dd9b0a7 Installed status communications about closing session ("Fixating") 17 years ago
Thomas Schmitt 15e37555ae Repaired broken macro settings during Linux build 17 years ago
Thomas Schmitt d337722920 dapted cdrskin pacifier to possibly unknown track size 17 years ago
Thomas Schmitt 5af92d13fe Made single track TAO work without fixed size (compile -experimental) 17 years ago
Thomas Schmitt 114307a679 Made single track TAO work (sector i/o still wants fixed size, though) 17 years ago
Thomas Schmitt 447d2365c7 Corrected bug which made every track from file an audio track 17 years ago
Thomas Schmitt 559811e8ef Performed cdrskin version leap to cdrskin-0.2.5 17 years ago
Thomas Schmitt 64f2e555d7 Enabled audio byte sawpping by default (to be disabled via option -swab) 17 years ago
Thomas Schmitt 04a0b7e8fc Closed some loopholes for byte swapping 17 years ago
Thomas Schmitt 7d6e1b18e6 Enabled automatic extraction of .au 17 years ago
Thomas Schmitt f95d7aa6aa Enabled byte swapping for audio track sources, added anti option -swab 17 years ago
Thomas Schmitt 0d26beb2ed Introduced extraction of .au (but not its usage within cdrskin) 17 years ago
Thomas Schmitt f78cc40041 Corrected -toc track counter and notified about "hidden" tracks 17 years ago
Thomas Schmitt 404067bfda Made available drive buffer fill during write 17 years ago
Thomas Schmitt efaa934a2e Made use of burn_drive_info.revision as firmware revision text 17 years ago
Thomas Schmitt 3b57183e91 Regulated coexistence of options -toc and -atip 17 years ago
Thomas Schmitt 8f232d1133 Implemented cdrskin -toc 17 years ago
Thomas Schmitt e5ed5f1856 Split enumerate_common() into logic-layer, command-layer, transport-layer 17 years ago
Thomas Schmitt 6f0643b7cf Clarified relation of burn_disc_read_atip() and burn_drive_get_start_end_lba() 17 years ago
Thomas Schmitt b6a04cb493 Implemented some ATIP functionality 17 years ago
Thomas Schmitt 4718ad99f9 Classified media with TOC read error as unsuitable (rather than as blank) 17 years ago
Thomas Schmitt 8610c9bd1d Made cdrskin produce "ATIP start of lead" (on non-blank media for now) 17 years ago
Thomas Schmitt fe7552e55d Corrected -help text 17 years ago
Thomas Schmitt d9891ee17f Updated documentation about cdrskin-0.2.3 17 years ago
Thomas Schmitt 13999f533e Made cdrskin use libburn/cleanup.[oh] by default (not cdrskin/cleanup.[ch]) 17 years ago
Thomas Schmitt 401329f710 Removed assumption BURN_DRIVE_IDLE==0 17 years ago
Thomas Schmitt 362bcc9cc0 Implemented some cdrecord pickiness for .wav extraction 17 years ago
Thomas Schmitt 1e80ad2187 Roughly implemented automatic .wav extraction in cdrskin 17 years ago
Thomas Schmitt 6cdfb35c09 Changed ambigous include statement of libburn.h 17 years ago
Thomas Schmitt 0710bbb4fb Introduced burn_drive_enumerator_t to allow more complete sg-freebsd implementation 17 years ago
Thomas Schmitt 6ad8e2e251 Removed bug in burn_disc_write_sync(): BURN_DRIVE_IDLE, then d->sync_cache() 17 years ago
Thomas Schmitt 6310bd0c74 Changed pseudo-cdrecord addresses: /dev/hdX = ATA:(X-'a')/2,(X-'a')%2,0 17 years ago
Thomas Schmitt 6c3f912561 Got rid of assert() in sg.c by soft means 17 years ago
Thomas Schmitt 96af620334 Got rid of assert() in sector.c by soft means 17 years ago
Thomas Schmitt bd1577debd Got rid of assert() in mmc.c by soft means 17 years ago
Thomas Schmitt cf8aacb27d Got rid of assert() in write.c by soft means 17 years ago
Thomas Schmitt 2403532242 Got rid of assert() in structure.c by soft means 17 years ago
Thomas Schmitt 988622c3b6 Got rid of assert() in spc.c by soft means 17 years ago
Thomas Schmitt c6bd87af59 Got rid of some assert() in sg.c by soft means 17 years ago
Thomas Schmitt d252d1fc9b Got rid of assert() in options.c by soft means 17 years ago
Thomas Schmitt a8921e4f59 Got rid of assert() in init.c by soft means 17 years ago
Thomas Schmitt ff0be0eeae Got rid of assert() in drive.c by soft means 17 years ago
Thomas Schmitt b6831605b2 Made use of SCSI_IOCTL_GET_BUS_NUMBER in hope of cdrecord compatibility 17 years ago
Thomas Schmitt 3b16ef699f Implemented new API function burn_set_signal_handling(), libburner uses it 17 years ago
Thomas Schmitt b3bea43074 Implemented burn_abort() and made use of it 17 years ago
Thomas Schmitt 5aa2729766 Enhanced Cdrpreskin__cdrecord_to_dev so it warns of invisible SCSI drive 17 years ago
Thomas Schmitt 9c48ad4dff Restored vanished line at end of -help text and added a new one 17 years ago
Thomas Schmitt 22202a4301 Enabled optional growisofs lock attempt via --drive_scsi_exclusive 17 years ago
Thomas Schmitt 5c45c2aa1b Removed obsolete code and comments 17 years ago
Thomas Schmitt c70fc7215d Curbed endless links to 20 hops 17 years ago
Thomas Schmitt b81aa81c61 Kept /dev/hdX from all having SCSI address 0,0,0 17 years ago
Thomas Schmitt 29d630b141 Disabled but did not discarded failed attempt to lock against growisofs 17 years ago
Thomas Schmitt 886b8d1f81 Disabled but did not discarded failed attempt to lock against growisofs 17 years ago
Thomas Schmitt 927352c609 Prevented reading of startup files with first arg -version, -help or --help 17 years ago
Thomas Schmitt 84ee76f564 Allowed comments and empty lines in startup files 17 years ago
Thomas Schmitt 70a14832b0 Fixed broken -version and --help (second time for same mistake) 17 years ago