Commit Graph

122 Commits

Author SHA1 Message Date
11e788aec5 Got rid of some assert() in sg.c by soft means 2006-10-07 17:05:45 +00:00
54fab5e41b Got rid of assert() in read.c by soft means 2006-10-07 14:58:59 +00:00
da96502ab0 Got rid of assert() in options.c by soft means 2006-10-07 14:19:32 +00:00
6c76c9842e Got rid of assert() in init.c by soft means 2006-10-07 13:24:12 +00:00
c004e5364b Got rid of assert() in drive.c by soft means 2006-10-07 12:29:22 +00:00
6f764c5ec3 Got rid by soft means of assert() in async.c 2006-10-07 06:23:31 +00:00
167a3fc1be Listed findings on assert() within libburn 2006-10-06 14:26:26 +00:00
a8d23e2dbe Made use of SCSI_IOCTL_GET_BUS_NUMBER in hope of cdrecord compatibility 2006-10-05 14:21:34 +00:00
4b86db8915 Uploaded forgotten part of revision 245 2006-10-05 06:54:33 +00:00
ae4158ada8 Implemented new API function burn_set_signal_handling(), libburner uses it 2006-10-03 16:37:08 +00:00
d4ca67bae9 Implemented burn_abort() and made use of it 2006-10-02 10:35:51 +00:00
f31c3291c1 Enhanced Cdrpreskin__cdrecord_to_dev so it warns of invisible SCSI drive 2006-10-01 10:43:02 +00:00
a53c0a2fa2 Made official exclusive==2 with burn_preset_device_open() 2006-09-28 07:51:38 +00:00
5adf5b69c4 Removed obsolete code and comments 2006-09-27 14:40:21 +00:00
1f81e81a20 Curbed endless links to 20 hops 2006-09-27 14:22:32 +00:00
eaac38564e Kept /dev/hdX from all having SCSI address 0,0,0 2006-09-27 13:41:19 +00:00
7692d08748 Disabled but did not discarded failed attempt to lock against growisofs 2006-09-27 12:04:53 +00:00
47c52f7add Disabled but did not discarded failed attempt to lock against growisofs 2006-09-27 11:57:28 +00:00
32bcb9c634 Fixed bug in enhanced softlink resolution 2006-09-26 21:05:11 +00:00
cea2c7f9ba Enhanced softlink resolution 2006-09-26 20:52:32 +00:00
Lorenzo Taylor
89ee4054ab Disabled internal link traversal of libburn. 2006-09-26 20:37:41 +00:00
26d929a440 Removed libburn/message.[ch] 2006-09-26 14:53:06 +00:00
6d2164291e Made changes with usage of queued messages 2006-09-26 14:26:35 +00:00
8dc65b7e4b Made first use of queued messages and fixed several bugs with that 2006-09-26 11:44:07 +00:00
44c85d1f2c Achieved minimum strerror thread safety (strerror_r is burned by Unix and GNU) 2006-09-25 14:43:41 +00:00
1d46c6b5d4 Implemented sg_close_drive_fd (ticket 74) 2006-09-25 14:09:14 +00:00
d388eb3dea Converted "libburn_experimental:" messages of address conversion into "DEBUG" 2006-09-25 10:44:55 +00:00
17b88c42fb Removed inclusion of libburn/message.h 2006-09-25 09:49:38 +00:00
d6e21aa0d6 Obsoleted libburn/message.[ch] 2006-09-24 20:25:54 +00:00
f810d3ee05 Recorded error_code 0x00020001 2006-09-24 19:02:51 +00:00
a94cffbaec Made use of new message handling facility and removed first bugs 2006-09-24 18:07:10 +00:00
f59071dde9 Added an error message handling facility (ticket 74) 2006-09-24 17:16:01 +00:00
b44553733d Removed a bug with SCSI address of scanned drives without such address 2006-09-23 13:26:42 +00:00
73dc84531e Enabled unused SCSI part of struct burn_drive. Switched persistent address to burn_drive.devname 2006-09-23 11:40:24 +00:00
11ce18ba4e Enabled unused SCSI part of struct burn_drive. Switched persistent address to burn_drive.devname 2006-09-23 11:36:39 +00:00
c62c8facd8 Introduced new API function burn_drive_obtain_scsi_adr() 2006-09-23 08:51:27 +00:00
1de5adb7b6 Changed outdated comments 2006-09-23 08:29:19 +00:00
6050cff6c2 Made burn_drive_convert_scsi_adr() a new API function 2006-09-23 08:16:22 +00:00
f29b20dc24 Restructured SCSI search, removed a potential bug with hdX 2006-09-23 07:58:43 +00:00
7227dfc6b4 Implemented finding matching /dev/sgN from /dev/srM or /dev/scdK 2006-09-22 19:29:11 +00:00
b8d522589d Implemented new API function burn_drive_convert_fs_adr() 2006-09-22 17:01:26 +00:00
0334eeefa7 Implemented resolving of softlinks (ticket 33) 2006-09-22 13:30:32 +00:00
Lorenzo Taylor
41ca8be8f5 Fixed premature return from burn_disc_erase on some drives. It now returns only when the drive is finished blanking. 2006-09-17 04:44:16 +00:00
7f4855bf7c Made doxygen happy with parameter of burn_drive_get_adr 2006-09-16 05:38:21 +00:00
89c2d7971d Officialized burn_drive_info_forget() 2006-09-11 17:49:42 +00:00
569853d515 Removed a bug introduced with revison 93 2006-09-11 16:31:37 +00:00
6d1ab2c580 Slowed down highspeed loops waiting for drive status changes 2006-09-10 10:09:17 +00:00
931f2934fd Hunted down the bug which let newapi-cdrskin fail with drive 1 2006-09-09 17:22:05 +00:00
5081fc1995 Hopefully ensured correct burn_disc_is_erasable() already after first grab 2006-09-08 20:17:18 +00:00
dc30f6a652 Implemented first use of API-experimental burn_drive_info_forget() in cdrskin signal handler 2006-09-07 11:55:00 +00:00
07cb36aa9d Added new parameter "force" to API-experimental burn_drive_info_forget() 2006-09-06 09:16:02 +00:00
42cfa22a0c Integrated elmom patch proposal #3 from ticket #62 2006-09-04 19:11:04 +00:00
44031bc2af Implemented track number patch by bonfire-app@wanadoo.fr, tickets 58 and 9 2006-09-01 10:52:01 +00:00
ebbfe8935d Outcommented "experimental:" messages of O_EXCL development 2006-08-31 09:26:44 +00:00
0b56b9d915 Wrote into API the imperative not to use drive.location but burn_drive_get_adr 2006-08-28 21:28:24 +00:00
Mario Danic
27c2fee063 Made burn_drive_release() always unlock drive 2006-08-28 21:10:08 +00:00
Mario Danic
e89db6141e Fixed eject in burn_drive_release() 2006-08-28 20:43:34 +00:00
46453d2255 Changed some 'release' to 'close' with specs of burn_drive_scan_and_grab 2006-08-27 22:23:03 +00:00
Mario Danic
acc13f95bf Extended API docs to document fact that audio data must be in little-endian byte order 2006-08-27 20:55:14 +00:00
7390158828 Inserted prints to see how sg_issue_command() is called (printing is disabled now) 2006-08-27 15:16:33 +00:00
3e0b8ba42b Allowed to blank appendable files and installed first back_hacks.h variable ever 2006-08-26 13:49:53 +00:00
791b4e6e90 Adjusted statement at API documention of burn_initialize() 2006-08-25 17:35:24 +00:00
294f37248f burn_drive_free() now closes all open drive file descriptors 2006-08-25 17:02:27 +00:00
Mario Danic
29c6a011ef API docs addition for burn_audio 2006-08-24 22:33:49 +00:00
2945b9e8f7 Hopefully fixed an unintended line break in API doxygen 2006-08-24 21:21:25 +00:00
Mario Danic
fad2b01efe Fixed Makefile.am files 2006-08-24 18:41:01 +00:00
2a160a50f3 Introduced API functions burn_drive_scan_and_grab() burn_drive_get_adr() 2006-08-24 13:30:21 +00:00
ca857610d5 Introduced new internal function burn_drive_is_open 2006-08-22 17:42:44 +00:00
b5bafeb048 Hopefully fixed a file descriptor resource leak in sg_grab() 2006-08-20 19:03:21 +00:00
283b15439b Silenced two compiler warnings 2006-08-20 18:21:29 +00:00
Mario Danic
42585d6bcf Implemented persistent drive adresses, method to leave all drives but one untouched 2006-08-15 20:40:30 +00:00
Mario Danic
21e92dcf3e Initial import 2006-08-15 20:37:04 +00:00