Commit Graph

1461 Commits

Author SHA1 Message Date
Thomas Schmitt 0029fd4c87 Implemented option -mkdir 2007-10-28 16:54:29 +00:00
Thomas Schmitt 9e50ac35da Prevented some interesting pitfalls with -mv 2007-10-28 12:54:22 +00:00
Mario Danic c77e00f9f5 Changed sonumber to 4, and changed pc.in file 2007-10-28 12:53:18 +00:00
Thomas Schmitt e2229d066b Bug fixes with option -mv 2007-10-27 23:04:35 +00:00
Thomas Schmitt 47978aad19 Implemented option -mv 2007-10-27 22:41:24 +00:00
Thomas Schmitt d51958fcf5 Reacted on cdwrite@ message about INT_MAX in cdrom.h of kernel 2.6.23 2007-10-27 08:03:47 +00:00
Thomas Schmitt 71d33c7932 Reacted on cdwrite@ message about INT_MAX in cdrom.h of kernel 2.6.23 2007-10-27 07:52:54 +00:00
Thomas Schmitt 8e2999f970 Reacted on cdwrite@ message about INT_MAX in cdrom.h of kernel 2.6.23 2007-10-27 07:51:33 +00:00
Thomas Schmitt 8673b976b8 Added forgotten help text lines 2007-10-25 13:18:48 +00:00
Thomas Schmitt 6e67ad738e Added forgotten help text lines 2007-10-25 13:17:03 +00:00
Thomas Schmitt e245c40e97 Updated cdrskin tarball generator 2007-10-25 09:37:06 +00:00
Thomas Schmitt 80d186e4c1 Made number transition to 0.4.1 2007-10-25 09:26:02 +00:00
Thomas Schmitt 2f0accc324 Updated cdrskin tarball generator 2007-10-25 08:06:57 +00:00
Thomas Schmitt 74ef5f8aec Made number transition to 0.4.0 2007-10-24 21:06:30 +00:00
Thomas Schmitt d4cd470497 Made -cd useable with no image loaded 2007-10-24 17:53:54 +00:00
Mario Danic 2032f40552 Created branch to work on stable 0.4.0 release 2007-10-24 17:04:44 +00:00
Thomas Schmitt 9cfdd5b1f3 Implemented option -path-list 2007-10-24 10:54:43 +00:00
Thomas Schmitt 64bf184789 Normalized paths to target and source before adding or removing from image 2007-10-24 10:02:15 +00:00
Thomas Schmitt e7d72ecfa4 Fixed a bug about arrays 2007-10-23 16:06:17 +00:00
Thomas Schmitt a39f6e4a7e Work goes on 2007-10-23 16:05:07 +00:00
Thomas Schmitt e3096d501c Preparations for lowercase class and function names 2007-10-23 16:00:14 +00:00
Thomas Schmitt b44fc0d31f Next cdrskin-0.3.9 cycle 2007-10-23 15:58:45 +00:00
Thomas Schmitt e80743182f Made use of isoburn_source_opts.fifo_size 2007-10-23 12:28:36 +00:00
Thomas Schmitt 4faad4cb40 Added fifo_size to struct isoburn_source_opts 2007-10-23 12:24:24 +00:00
Thomas Schmitt 73020b5c31 Implemented file size and mtime for -ls_l 2007-10-22 21:18:13 +00:00
Vreixo Formoso Lopes 3888b469ae Add setter and getters for atime and ctime on tree_node. 2007-10-22 09:30:43 +00:00
Vreixo Formoso Lopes 6a9689fb82 Added getter and setter for mtime on tree_node. 2007-10-22 08:44:33 +00:00
Vreixo Formoso Lopes 3160ed761e Add get_size() method to tree_node. 2007-10-22 08:39:22 +00:00
Thomas Schmitt 08374c8971 Implemented sorting of -ls by node name, implemented leaf name search patterns 2007-10-21 21:32:23 +00:00
Thomas Schmitt eff9566c2b Hopefully completed -cdx 2007-10-21 18:52:03 +00:00
Thomas Schmitt 65e6e45dff Hopefully completed -cd alias -cdi 2007-10-21 15:10:41 +00:00
Thomas Schmitt 46a56ad8d0 Began to implement -ls and -ls_l, enhanced -cdi, not done yet 2007-10-21 12:42:27 +00:00
Thomas Schmitt 7f9694b2b4 Silenced compiler warning about C++ style comment 2007-10-21 10:51:36 +00:00
Thomas Schmitt a140a6e566 Implemented -rm and -rm_r 2007-10-21 09:48:17 +00:00
Thomas Schmitt 3752612a03 Polished man page 2007-10-20 19:50:24 +00:00
Thomas Schmitt 3ad7245f50 Completed -tell_media_space, checked space before burn, failed -end exits >0 2007-10-20 19:48:36 +00:00
Thomas Schmitt 9c546c72ba Splitted think text from emerging man page, formatted man page 2007-10-20 17:12:11 +00:00
Thomas Schmitt 1fa4b04229 Implemented options -format and -blank deformat, -close and closed media 2007-10-20 17:10:04 +00:00
Thomas Schmitt b09ff95b4e Directed write mode failure message to libburn queue, repaired wrote_well 2007-10-20 17:06:51 +00:00
Thomas Schmitt 00eba3c5d6 Implemented option -blank 2007-10-19 20:41:34 +00:00
Thomas Schmitt 8495cefa52 Implemented option -eject 2007-10-19 17:35:20 +00:00
Thomas Schmitt 12e5fbb1f2 Implemented verbosity control by option -report_about 2007-10-19 16:49:37 +00:00
Thomas Schmitt 51672f9bc1 Implemented -print-size 2007-10-19 15:13:16 +00:00
Thomas Schmitt cf46802aac Made reports with -add normal infos (formerly NOTE events) 2007-10-19 14:00:06 +00:00
Thomas Schmitt fd5e112c03 Removed useless alternative after zombies turned out to be caused by gdb 2007-10-19 13:32:49 +00:00
Thomas Schmitt 868ebb921a Small change with debug verbosity of abort handler 2007-10-19 13:27:59 +00:00
Thomas Schmitt b12a1bc1fa Starting threads detached, providing two alternatives. But zombies still there. 2007-10-19 11:53:19 +00:00
Vreixo Formoso Lopes 1bd5a10ac9 Guard against a message retrieval before library initialization. 2007-10-19 07:36:14 +00:00
Thomas Schmitt b12a8fd219 Fixed a SIGSEGV with empty drive 2007-10-18 22:56:43 +00:00
Thomas Schmitt ccb12bf119 Silenced compile warning 2007-10-18 22:19:00 +00:00