Commit Graph

54 Commits

Author SHA1 Message Date
Mario Danic 170dfe21bf Added tests as part of MS patch 2007-08-10 09:37:39 +00:00
Mario Danic 0b1a9c5565 Implemented numeber of multisession options, reading, modifying tree, and a number of improvements 2007-08-10 09:35:10 +00:00
Mario Danic 3fd2309025 Commited unit tests 2007-07-12 14:25:29 +00:00
Mario Danic 6da923c16e Started documenting libisofs, implemented more unit tests 2007-07-12 14:24:46 +00:00
Mario Danic acf402c75d Implemented advanced unit tests and trivial fixes 2007-06-25 05:42:29 +00:00
Mario Danic 14605541c9 Implemented relaxed iso constraints & Cunit based unit-tests 2007-06-21 11:19:11 +00:00
Mario Danic 7faf1635a0 Implemented basic eltorito 2007-06-05 22:01:26 +00:00
Mario Danic 44b504640f Implemented basic unit tests 2007-06-01 12:57:09 +00:00
Mario Danic 3e29f914fd Changed tree, re-implemented and fixed a lot of problematic areas 2007-05-31 04:25:39 +00:00
Mario Danic a97e96c604 Implemented complete iso PVM and workaround charset problems 2007-05-12 00:30:04 +00:00
Mario Danic b5b3c3704b Rendered iso.c more friendly 2006-12-03 11:14:07 +00:00
Mario Danic 30aa4f6d4c Removed binary file/s 2006-12-03 11:12:00 +00:00
Mario Danic 3a05fb4e87 Started cleaning libisofs tree 2006-11-14 00:58:21 +00:00
Thomas Schmitt a239d54bd7 Changed status report during blanking (there are no "sectors") 2006-11-03 06:30:18 +00:00
Thomas Schmitt 15e37555ae Repaired broken macro settings during Linux build 2006-11-01 17:19:37 +00:00
Thomas Schmitt 4b98af6011 Introduced temporary test program to produce SUN .au files 2006-10-24 14:10:16 +00:00
Thomas Schmitt 7d6e1b18e6 Enabled automatic extraction of .au 2006-10-24 13:02:20 +00:00
Thomas Schmitt 0d26beb2ed Introduced extraction of .au (but not its usage within cdrskin) 2006-10-24 07:50:31 +00:00
Thomas Schmitt 1477b9097f Freed all tracks after burning and not only last one 2006-10-19 09:39:10 +00:00
Thomas Schmitt a6f394f626 Added --audio and multi-track, removed --verbose, hid --burn_for_real 2006-10-18 16:59:07 +00:00
Thomas Schmitt 362bcc9cc0 Implemented some cdrecord pickiness for .wav extraction 2006-10-17 16:52:58 +00:00
Thomas Schmitt 1e80ad2187 Roughly implemented automatic .wav extraction in cdrskin 2006-10-17 14:13:30 +00:00
Thomas Schmitt 398d068820 Made helptext print to stderr rather than stdout 2006-10-15 21:14:22 +00:00
Thomas Schmitt cb42e2fcd9 Hunting a malloc/free memory problem 2006-10-15 18:49:30 +00:00
Thomas Schmitt 1851f3f82a Fixed permissions of eventually created output file 2006-10-15 14:19:21 +00:00
Thomas Schmitt e423bda96f Implemented a first attempt of a .wav decapitator (ticket 38) 2006-10-15 13:56:30 +00:00
Thomas Schmitt 3b16ef699f Implemented new API function burn_set_signal_handling(), libburner uses it 2006-10-03 16:37:08 +00:00
Mario Danic b28b07ce3e Removed obsolete test examples 2006-09-13 09:47:19 +00:00
Mario Danic e27b5e80fe Slightly modified master test 2006-09-12 19:28:18 +00:00
Thomas Schmitt af2cbe9354 Deleted until next occasion: testburner 2006-09-11 18:13:19 +00:00
Thomas Schmitt 2ef83d54f7 Officialized burn_drive_info_forget() 2006-09-11 17:49:42 +00:00
Thomas Schmitt fb2deba58c Re-enabled call to burn_drive_info_free() after repair by revision 93 2006-09-10 17:25:00 +00:00
Thomas Schmitt 59f0c4caa3 Slowed down highspeed loops waiting for drive status changes 2006-09-10 10:09:17 +00:00
Thomas Schmitt eed4a0a89e Hopefully ensured correct burn_disc_is_erasable() already after first grab 2006-09-08 20:17:18 +00:00
Thomas Schmitt 1878671798 Added constraint --stdin_size >= 600k, better bus scan behavior 2006-09-07 18:43:37 +00:00
Thomas Schmitt f2e723bb2d Removed a remnant piece of rather unhealthy test code 2006-09-07 18:10:58 +00:00
Thomas Schmitt 187408f4b8 Prepared test bed for burn_drive_info_forget() as regular API call 2006-09-07 17:58:30 +00:00
Thomas Schmitt 085d025bd4 Changed a macro name from Burniso_ to Libburner_ 2006-09-07 09:32:18 +00:00
Thomas Schmitt 642cc5f77f Re-inserted lost tab. 2006-09-05 21:17:37 +00:00
Thomas Schmitt c2c9f4d77f Rearranged definitions and header inclusions. Is safer so. 2006-09-05 19:12:47 +00:00
Thomas Schmitt 5ece1f0db3 Added upcoming clarification of copyright and license aspiration 2006-09-02 20:29:58 +00:00
Thomas Schmitt 535a86a97e Made "read-ahead" comment sufficiently ambigous: "buffer"|"filesystem" == "" 2006-09-01 12:34:37 +00:00
Thomas Schmitt 8642b335bb Added 300 kB of padding to get rid of warning in doc, plus end sector padding 2006-08-31 11:07:28 +00:00
Thomas Schmitt 36e1c5caa8 My proposal for a new souvereign app as API doc and reference for API decisions 2006-08-30 15:14:41 +00:00
Thomas Schmitt 24ad08b9ad Repaired SIGSEGV caused by releasing ungrabbed drive after mere bus scan 2006-08-30 12:23:01 +00:00
Thomas Schmitt 96466c3be1 Integrated functionality of test/blank.c into test/burniso.c 2006-08-29 21:07:26 +00:00
Thomas Schmitt a21c112fc5 Integrated functionality of test/devices.c into test/burniso.c 2006-08-28 20:26:02 +00:00
Thomas Schmitt 29ce7967dc Polished a bit more for doxygen 2006-08-28 11:55:46 +00:00
Thomas Schmitt c4d3ea8b5a Disabled inner burn_drive_info_free like in cdrskin, polished a bit 2006-08-27 22:27:59 +00:00
Thomas Schmitt 3d012e70b9 Rewrote test/blank.c to new API practice, inflated explanation comments 2006-08-27 22:26:09 +00:00