Commit Graph

206 Commits

Author SHA1 Message Date
Thomas Schmitt 61b5c9c508 Polished man page 2007-12-04 21:02:17 +00:00
Thomas Schmitt 7feb76c1da Removed some redundancy of disk_pattern and iso_rr_pattern matching 2007-12-04 21:00:35 +00:00
Thomas Schmitt cbb35d28ef Implemented -disk_pattern, -lsx, ls_lx, -dux, -du_lx 2007-12-04 07:44:59 +00:00
Thomas Schmitt 05f1080036 Reacted on warnings on a 64 bit system 2007-11-26 19:22:38 +00:00
Thomas Schmitt 1eccf8da4f Updated xorriso changelog 2007-11-14 17:56:50 +00:00
Thomas Schmitt 69c268e902 Polished xorriso man page 2007-11-14 17:55:27 +00:00
Thomas Schmitt 7be61dca7c Corrected premature abort bug with misspelled command words 2007-11-14 17:52:09 +00:00
Thomas Schmitt 146debc163 Implemented options -outdev and -indev 2007-11-14 14:28:44 +00:00
Thomas Schmitt 556b40c264 New API call isoburn_attach_volset(), changes with isoburn_read_volset() 2007-11-14 14:26:32 +00:00
Thomas Schmitt 58ac3ace5f Added some examples to man page 2007-11-11 15:59:30 +00:00
Thomas Schmitt d20b78c66c Added missing commit to normal end of program 2007-11-11 15:43:04 +00:00
Thomas Schmitt e5f9c2a28e Clarified man page 2007-11-11 11:22:39 +00:00
Thomas Schmitt a59c10dfec Gave problem handling finer granularity within loops 2007-11-11 11:21:46 +00:00
Thomas Schmitt f02c8c7ba8 New option -iso_rr_pattern, influencing several options with multiple args 2007-11-09 19:30:25 +00:00
Thomas Schmitt 8dbcfae46b Enlarged string size limit of Text_shellsafe() 2007-11-08 16:11:26 +00:00
Thomas Schmitt 9dc3dbb1ab Fixed bug with -chmod go=r 2007-11-08 16:05:09 +00:00
Thomas Schmitt af7b92b699 Enhanced man page text for options -chmod, -chown, -chgrp 2007-11-08 15:17:21 +00:00
Thomas Schmitt d883c32713 Forgotten source file for rev 1292 2007-11-08 14:49:16 +00:00
Thomas Schmitt 0b6880e13d Implemented option -alter_date, corrected write problem with mode and ownership 2007-11-08 14:43:53 +00:00
Thomas Schmitt cba3f85d9e Implemented options -chown and -chgrp (not written into image, though) 2007-11-07 22:55:37 +00:00
Thomas Schmitt c5724bc772 Implemented option -chmod (does not get written into image, though) 2007-11-07 19:18:31 +00:00
Thomas Schmitt 25635f3838 Implemented option -rmdir 2007-11-07 15:01:20 +00:00
Thomas Schmitt bd6c15ef71 Implemented option -reassure 2007-11-07 12:37:19 +00:00
Thomas Schmitt ee7308f4ad Closed memory leak by freeing session and track in isoburn_prepare_disc_aux() 2007-11-06 16:39:59 +00:00
Thomas Schmitt c0fb0817e9 Corrected a typo in a comment 2007-11-06 16:38:59 +00:00
Thomas Schmitt dd4ebdbe17 Implemented -overwrite control 2007-11-06 16:32:39 +00:00
Thomas Schmitt 6be36c8726 Polished write success message and man page 2007-11-02 18:47:38 +00:00
Thomas Schmitt e7ea38d143 Made -abort_on and -report_about complain with bad severity names 2007-11-02 14:37:31 +00:00
Thomas Schmitt 3beb3de00c Clearer status messages after reading new volume and after burning 2007-11-02 14:36:26 +00:00
Thomas Schmitt 11d712622e Implemented option -du 2007-11-01 19:11:56 +00:00
Thomas Schmitt d006ef3179 Got rid of bad pacifier text at end of CD writing 2007-11-01 11:14:42 +00:00
Thomas Schmitt 0c484dfe53 Updating changelog 2007-10-31 18:02:35 +00:00
Thomas Schmitt e8f1a8969c Overhauled comments in struct XorrisO 2007-10-31 18:01:20 +00:00
Thomas Schmitt 511c290b38 Overhauled info paragraphs of man page 2007-10-31 17:54:54 +00:00
Thomas Schmitt b3b0150502 Gave simple -ls an implemention with minimal memory consumption 2007-10-31 16:55:55 +00:00
Thomas Schmitt 5f8937f14e Implemented new option -temp_mem_limit 2007-10-31 10:34:52 +00:00
Thomas Schmitt b3dfaf0c34 Multiple structured patterns, changed option -ls from single to multi args 2007-10-30 21:44:08 +00:00
Thomas Schmitt 7517ea154e Structured patterns for options -ls and -ls_l 2007-10-29 21:41:17 +00:00
Thomas Schmitt 117d8b77d1 Updated man page about -path-list 2007-10-28 17:47:43 +00:00
Thomas Schmitt 75049af843 Warning of wildcards in paths 2007-10-28 17:45:01 +00:00
Thomas Schmitt 7511f4e4bc Implemented option -mkdir 2007-10-28 16:54:29 +00:00
Thomas Schmitt 99cb813d42 Prevented some interesting pitfalls with -mv 2007-10-28 12:54:22 +00:00
Thomas Schmitt 0724b37e6e Bug fixes with option -mv 2007-10-27 23:04:35 +00:00
Thomas Schmitt fe6174cbc2 Implemented option -mv 2007-10-27 22:41:24 +00:00
Thomas Schmitt 7d681c3b31 Made -cd useable with no image loaded 2007-10-24 17:53:54 +00:00
Thomas Schmitt dbd99babd9 Implemented option -path-list 2007-10-24 10:54:43 +00:00
Thomas Schmitt d275669f03 Normalized paths to target and source before adding or removing from image 2007-10-24 10:02:15 +00:00
Thomas Schmitt 3622e2eb25 Made use of isoburn_source_opts.fifo_size 2007-10-23 12:28:36 +00:00
Thomas Schmitt 48a8d1e157 Added fifo_size to struct isoburn_source_opts 2007-10-23 12:24:24 +00:00
Thomas Schmitt 3c92180cf4 Implemented file size and mtime for -ls_l 2007-10-22 21:18:13 +00:00
Thomas Schmitt b8988d6673 Implemented sorting of -ls by node name, implemented leaf name search patterns 2007-10-21 21:32:23 +00:00
Thomas Schmitt 71c44d8a86 Hopefully completed -cdx 2007-10-21 18:52:03 +00:00
Thomas Schmitt 9ee5534c29 Hopefully completed -cd alias -cdi 2007-10-21 15:10:41 +00:00
Thomas Schmitt 6a33fc6b52 Began to implement -ls and -ls_l, enhanced -cdi, not done yet 2007-10-21 12:42:27 +00:00
Thomas Schmitt bc3ba8e076 Silenced compiler warning about C++ style comment 2007-10-21 10:51:36 +00:00
Thomas Schmitt 2b181fcb84 Implemented -rm and -rm_r 2007-10-21 09:48:17 +00:00
Thomas Schmitt 62981e7892 Polished man page 2007-10-20 19:50:24 +00:00
Thomas Schmitt 8738e9ada2 Completed -tell_media_space, checked space before burn, failed -end exits >0 2007-10-20 19:48:36 +00:00
Thomas Schmitt 361b93caa2 Splitted think text from emerging man page, formatted man page 2007-10-20 17:12:11 +00:00
Thomas Schmitt 91fe875266 Implemented options -format and -blank deformat, -close and closed media 2007-10-20 17:10:04 +00:00
Thomas Schmitt 4c7bf645c2 Directed write mode failure message to libburn queue, repaired wrote_well 2007-10-20 17:06:51 +00:00
Thomas Schmitt ca14b09852 Implemented option -blank 2007-10-19 20:41:34 +00:00
Thomas Schmitt d0d074b11f Implemented option -eject 2007-10-19 17:35:20 +00:00
Thomas Schmitt 4195d73f82 Implemented verbosity control by option -report_about 2007-10-19 16:49:37 +00:00
Thomas Schmitt f399a30e65 Implemented -print-size 2007-10-19 15:13:16 +00:00
Thomas Schmitt 8526583d00 Made reports with -add normal infos (formerly NOTE events) 2007-10-19 14:00:06 +00:00
Thomas Schmitt 38adcb045b Fixed a SIGSEGV with empty drive 2007-10-18 22:56:43 +00:00
Thomas Schmitt 6a7329cd11 Silenced compile warning 2007-10-18 22:19:00 +00:00
Thomas Schmitt 2c270d6153 Took care of disposal of burn_disc ovbject 2007-10-18 22:17:46 +00:00
Thomas Schmitt a30704318f Fixed a SIGSEGV with xorriso -version run 2007-10-18 18:57:19 +00:00
Thomas Schmitt d4216fe27e Implemented option -tell_media_space 2007-10-18 18:32:32 +00:00
Thomas Schmitt 499b98b96f Implemented option -devices 2007-10-18 17:14:09 +00:00
Thomas Schmitt 6c38a5111e isoburn_read_volset() now hands out an official volset reference 2007-10-18 14:48:35 +00:00
Thomas Schmitt 3882f5255c Updated changelog and todo list 2007-10-17 23:01:04 +00:00
Thomas Schmitt d93c252089 Fixed bug with -prompt. Fixed bug with # comments. (of rev 1194) 2007-10-17 22:58:36 +00:00
Thomas Schmitt de05ca5c48 Fixed bug with -speed. 2007-10-17 22:50:42 +00:00
Thomas Schmitt b2e682fd31 Fixed obvious bug with -J. (Still wondering wether it works) 2007-10-17 22:49:26 +00:00
Thomas Schmitt c94fca2e6b Activated -ban_stdio_write 2007-10-17 21:58:10 +00:00
Thomas Schmitt 812c698c21 Rounding up fabricated nwa to full 32k addresses, API call for exact image size 2007-10-17 21:42:37 +00:00
Thomas Schmitt f9f0ee4279 Forgot to make off_t 64 bit 2007-10-17 21:38:55 +00:00
Thomas Schmitt 1420ed74da Continued work with -toc 2007-10-17 20:02:45 +00:00
Thomas Schmitt c7c4499411 Implemented core of option -toc 2007-10-17 18:30:37 +00:00
Thomas Schmitt 97b8b45483 Prepended a "-" to any input line if missing 2007-10-17 16:54:16 +00:00
Thomas Schmitt 7f002928d2 Reinstated the distinction of message sources, respected # in dialog 2007-10-17 15:01:49 +00:00
Thomas Schmitt b1f99e5174 Told burn_read_data() to stay silent on non-existent drive or read error 2007-10-17 13:03:24 +00:00
Thomas Schmitt 67fba52fb2 Worked on failure severities, message system, program abort decision 2007-10-17 13:02:32 +00:00
Thomas Schmitt b4e4b8116d Worked on failure severities, message system, program abort decision 2007-10-17 13:00:58 +00:00
Thomas Schmitt 37969ff37f Worked on failure severities, message system, program abort decision 2007-10-16 21:09:36 +00:00
Thomas Schmitt 35c95322f1 Implemented -rollback 2007-10-15 22:40:39 +00:00
Thomas Schmitt 54bf7b64c7 Corrected image path bug with -add of regular files, and -add /=/some/dir 2007-10-15 20:37:53 +00:00
Thomas Schmitt 7a768d6f5a Some safety precautions against malicious input, enabled -cdx, -cdi for -add 2007-10-15 20:36:33 +00:00
Thomas Schmitt 50d49aa76c Made -end give up drives 2007-10-15 16:03:42 +00:00
Thomas Schmitt a2104bc9d1 Implemented -dev, -add, -commit 2007-10-15 15:27:51 +00:00
Thomas Schmitt f890e06e48 Began to implement interface to our libraries 2007-10-14 12:20:56 +00:00
Thomas Schmitt 17112a88f1 Implemented setter level of -abort_on, fixed bugs about -f,-no_rc,startup files 2007-10-14 10:56:01 +00:00
Thomas Schmitt fd6377e1da Implemented xorriso setter level of -fs, -gid, -uid 2007-10-13 15:19:10 +00:00
Thomas Schmitt ea7a27da8b Implemented -speed and enlarged -status list 2007-10-13 14:11:20 +00:00
Thomas Schmitt c5ab610a18 Made -dialog and -options_from_file work 2007-10-13 10:33:03 +00:00
Thomas Schmitt eeec00b06f Introduced version and build timestamps, library headers 2007-10-12 23:06:49 +00:00
Thomas Schmitt a1d948fd8c A build facility to circumvent autotools during development 2007-10-12 22:19:19 +00:00
Thomas Schmitt c5b9d6471f The stub of new application xorriso 2007-10-12 20:39:29 +00:00
Thomas Schmitt cf2baa3a84 Several directories and files in one session, added display of fifo 2007-10-08 20:41:42 +00:00
Thomas Schmitt 3d59d26849 Function graft_point(),some general polishing, call of iso_volset_free disabled 2007-10-02 21:36:44 +00:00
Vreixo Formoso Lopes 22d0969098 Support for specify image creation options. 2007-09-28 16:10:48 +00:00
Vreixo Formoso Lopes b765efef60 correct handling of disc status and blank discs in read volset 2007-09-23 16:23:55 +00:00
Vreixo Formoso Lopes 4b1bcb6a37 Add example test program and some changes to make it work 2007-09-22 15:19:05 +00:00