Commit Graph

1142 Commits

Author SHA1 Message Date
Vreixo Formoso Lopes
23cb7b9816 Add a set_size function to burn_source to fix sigsegv. 2007-10-02 07:16:50 +00:00
a0c41b7563 Allowed isoburn_disc_get_msc1() for closed media 2007-10-01 17:59:58 +00:00
Vreixo Formoso Lopes
fbb4cda0ab Addition of a fifo to isolate the libburn writer thread from libisofs
burn_source.
2007-10-01 14:26:36 +00:00
Vreixo Formoso Lopes
cd63872e2b Taken into account wrong nwa from buggy drives. 2007-10-01 14:12:48 +00:00
Vreixo Formoso Lopes
7e78db29e4 Set propertly nwa for multisession discs. 2007-10-01 09:56:47 +00:00
Vreixo Formoso Lopes
1b3b80ff6c Fix compiler bug. 2007-10-01 07:18:34 +00:00
20d4cbd608 Disallowed --read_and_print raw:- , allowed to write to chardev+pipe+socket 2007-09-30 21:26:25 +00:00
f94133cf45 Implemented a simple fifo to decouple from burn_source signals 2007-09-30 21:24:55 +00:00
23b2720cc0 Released drive in case welcome_media fails 2007-09-30 12:11:10 +00:00
782067545b Added optional code for a pseudo CD-RW to test the code for MMC multi-session 2007-09-29 22:18:34 +00:00
243531a5b0 Added forgotten handling of non-writer-non-control threads 2007-09-29 19:15:49 +00:00
9d6e80a6e2 Trying to catch signals from within the writer thread 2007-09-29 18:50:19 +00:00
Vreixo Formoso Lopes
6d4e145dc4 Support for specify image creation options. 2007-09-28 16:10:48 +00:00
6770c4af16 Removed apostrophes which my compiler does not like 2007-09-28 16:04:09 +00:00
22bc2b0312 Next cdrskin-0.3.9 cycle 2007-09-27 10:39:37 +00:00
86af789021 Corrected announcement with dev=help about stdio: "Open via UNIX device" 2007-09-27 09:32:13 +00:00
1024e2a68d Disallowed emulated drives for superuser, allowed stdio:/dev/null for all 2007-09-27 08:34:26 +00:00
e54f3adc0e Made -O2 default if not -g is given 2007-09-26 17:39:35 +00:00
0c65b4696b Streamlined and moved legal stuff to end of text 2007-09-26 16:00:32 +00:00
6ad69223f6 Disabled --allow_emulated_drives in setuid runs 2007-09-26 15:53:43 +00:00
Vreixo Formoso Lopes
251c52557c Some new taks added to TODO file 2007-09-26 11:44:48 +00:00
Vreixo Formoso Lopes
04e3a9dfba Migration to iso_file_src in file writing function. 2007-09-26 07:47:45 +00:00
Vreixo Formoso Lopes
7d5a240fff Don't overwrite iso descriptors with new images on blank disc.
Doing so can cause the overwrite of valid filesystem info.
2007-09-26 07:27:16 +00:00
Mario Danic
7d7a5dab65 Throw out two-liner which made drive release 2007-09-25 18:47:15 +00:00
Vreixo Formoso Lopes
7e17d32233 Fixed bug, blank discs also need a volset in truct isbourn. 2007-09-25 14:09:04 +00:00
Vreixo Formoso Lopes
17f81ef2fd Add iso_file_src default implementation.
This will be the base class for file content writting, with support for 
on-the-file file modification, useful for things like compression or 
encryption.
2007-09-25 10:17:29 +00:00
3e4323942c Blocked against file descriptor drives. Too dangerous for a demo. 2007-09-24 18:21:32 +00:00
5df00bc231 Made stdio-drives work on readonly CD block devices 2007-09-24 18:14:07 +00:00
64d740daaa Took into respect new drive role 3 2007-09-24 13:58:47 +00:00
897ab8fbc6 Implemented drive role 3, sequential write-only stdio drives (e.g. stdout) 2007-09-24 13:54:52 +00:00
Vreixo Formoso Lopes
495e668ebc update makefile to propertly deal with new file names. 2007-09-24 11:54:43 +00:00
Vreixo Formoso Lopes
1c2d105cb6 Rename libdax_* message system to libiso_* 2007-09-24 11:53:22 +00:00
785af9fedc Added forgotten handling of "sdtio:" with burn_drive_equals_adr() 2007-09-24 06:24:02 +00:00
20cf4bf020 Updated a comment about Immed and a debug message with tray loading 2007-09-23 16:35:44 +00:00
2004826e6d Made use of burn_drive_equals_adr() 2007-09-23 16:34:34 +00:00
344d3baaf5 New API function burn_drive_equals_adr() 2007-09-23 16:33:21 +00:00
Vreixo Formoso Lopes
87f1c84c63 correct handling of disc status and blank discs in read volset 2007-09-23 16:23:55 +00:00
8222fbcd49 Called isoburn_create_data_source() and isoburn_free_data_source() 2007-09-23 15:55:18 +00:00
Vreixo Formoso Lopes
42358794bb Replace rwopts management with data_source related functions 2007-09-23 15:32:48 +00:00
Vreixo Formoso Lopes
7e54a8ed21 New API function for image modification 2007-09-23 14:57:25 +00:00
05769b25f0 Removed all references to isoburn.treatment from burn_wrap.c 2007-09-23 14:53:42 +00:00
967f7a9812 Reacted on compiler warning 2007-09-22 19:30:45 +00:00
Vreixo Formoso Lopes
f5627b0c9e Remove unneeded field in struct isoburn 2007-09-22 16:53:40 +00:00
eb2b87b916 Made use of burn_msgs_submit() for error messages 2007-09-22 15:50:27 +00:00
Vreixo Formoso Lopes
c40952061d Add example test program and some changes to make it work 2007-09-22 15:19:05 +00:00
86b845a4e2 New API function burn_msgs_submit() 2007-09-22 15:17:41 +00:00
cae5faa6fc Updated list of unsupported cdrecord and wodim options 2007-09-22 14:06:43 +00:00
8d5daf11d3 Enabled treatment==2 in isoburn_drive_scan_and_grab() 2007-09-22 14:02:34 +00:00
5a0fa8c3d6 Prevented SIGSEGV in isoburn_drive_scan_and_grab() 2007-09-22 06:49:52 +00:00
f01af91564 Added file demanded by build system 2007-09-22 06:41:53 +00:00