Commit Graph

354 Commits

Author SHA1 Message Date
30c30bd286 Adapted to libisofs revision 346 2008-02-09 09:28:54 +00:00
7e15b51a5f Silenced misleading toc messages with -commit_eject "in" 2008-02-08 21:52:05 +00:00
94ce48c7c2 Warning of -volid which are not ECMA 119 compliant 2008-02-08 19:57:18 +00:00
cb0b796c34 Protecting volume ids from getting overwritten by predecessor 2008-02-08 17:52:43 +00:00
3e567fd6c6 Renamed macro which controls read caching 2008-02-08 17:42:09 +00:00
cfb68d9af0 Renamed macro which controls read caching 2008-02-08 17:40:16 +00:00
1e098c5f60 Added test/compare_file.c to xorriso-standalone tarball 2008-02-08 10:22:08 +00:00
3322d5552d Fixed an endless cycle with early EOF 2008-02-08 09:49:44 +00:00
8815ffe6e0 Cleaning up remainings of move to ng_src 2008-02-08 08:47:19 +00:00
1b18c619f0 Stuffed memory leak with read cache. Economized on error retries. 2008-02-07 21:15:09 +00:00
ee9ffbefe0 Implemented a primitive single tile cache for image reading 2008-02-07 15:50:37 +00:00
ddd9fc92e4 Added final message to image read pacifier 2008-02-07 07:43:34 +00:00
53d97eee77 Pacifier for isoburn_read_image() 2008-02-06 21:45:31 +00:00
f6b488c241 Added a missing 0 digit 2008-02-06 18:40:59 +00:00
d532630fbc Removed some unused code 2008-02-06 18:36:44 +00:00
514dfb3433 Adapted to libisofs revision 337 2008-02-06 18:35:11 +00:00
3abb7a6a9e Rectified SORRY,FAILURE,FATAL classification 2008-02-06 15:37:54 +00:00
9b525e9fff Now loading libraries before -version, pacifier for -add 2008-02-06 13:11:20 +00:00
c6d5158388 Implemented reassure for -blank, -format, -dev, -indev, -devices 2008-02-05 19:15:43 +00:00
eec3eaa5e9 Implemented reassure for -rollback, -rollback_end, -end, -commit, -commit_eject 2008-02-05 17:58:30 +00:00
aa15bfa557 New option -padding 2008-02-05 16:27:10 +00:00
5684af273c Added parameter to new API calls isoburn_cancel_prepared_write, isoburn_sync_after_write 2008-02-04 21:42:37 +00:00
ea5daa0f80 Inserted problem messages where libisoburn API produces own failures 2008-02-04 18:47:17 +00:00
ce43c9e5a2 New API call isoburn_sync_after_write() 2008-02-04 15:44:53 +00:00
ce082db6d2 Adapted to libisofs revision 332 2008-02-04 09:32:02 +00:00
36430e6e15 Made -abort_on and -report_about preemptive if given as dashed start arguments 2008-02-03 18:13:59 +00:00
f45620febc Reacted on compiler warning 2008-02-03 16:50:04 +00:00
735cb0323b New API call isoburn_cancel_prepared_write() 2008-02-03 16:41:27 +00:00
7218cf84b4 Adapted to libisofs revisio 328 2008-02-03 15:58:00 +00:00
a6bca25bde Made use of ISO_ERR_SEV() and ISO_ERR_PRIO() 2008-02-03 13:16:18 +00:00
23cd218148 Compile time check of libisoburn. Enforced minimum track size of 300 sectors. 2008-02-02 18:13:03 +00:00
54131edfa7 Updated to current state of development 2008-02-02 13:29:21 +00:00
3fb55a5dd2 Added argument to option -commit_eject 2008-02-02 13:19:53 +00:00
1af7bf4eaf Added version checks for libburn and libisofs (by Vreixo) 2008-02-02 13:11:38 +00:00
4c6551657f Corrected some false paths in xorriso-standalone Makefile.am 2008-02-01 20:02:39 +00:00
0e6c8813ea Enabled build of dynamically linked xorriso, joined -1.pc club 2008-02-01 19:59:12 +00:00
599b966b41 Compile time and runtime checks for library compatibility 2008-01-31 21:47:39 +00:00
06145dfdc9 Adapted to libisofs revision 313 2008-01-31 15:22:23 +00:00
bd4a94e4c3 Made use of newest libburn version features 2008-01-29 21:17:29 +00:00
9ee6c1c4d8 Some API documentation enhancements 2008-01-29 21:06:46 +00:00
76d78840c7 New API call isoburn_is_compatible() 2008-01-29 18:44:54 +00:00
ddc26570fd Changed struct isoburn_read_opts to opaque handle 2008-01-29 13:00:46 +00:00
6225d48f2c Changed struct isoburn_source_opts to opaque handle struct isoburn_imgen_opts 2008-01-28 23:58:12 +00:00
65cc7a5178 Adapted to libisofs revison 294 2008-01-28 17:20:10 +00:00
fd8282b58c Updated API introduction and marked API instabilities for mending (soon) 2008-01-28 14:02:48 +00:00
68a942495f Made use of iso_set_abort_severity() with option -abort_on 2008-01-28 10:54:55 +00:00
3b64dc4228 Changed meaning of -add relative/path 2008-01-27 17:46:04 +00:00
05f98515bf INCOMPATIBLE API CHANGE: isoburn_prepare_new_image() now gets output drive 2008-01-26 17:12:47 +00:00
8afbba6100 Set program revision to 0.0.1 (previous 0.1.0 was too early) 2008-01-26 14:22:35 +00:00
ac1744128b Adapted standalone tarball to version functions 2008-01-26 14:01:19 +00:00
72f1c5ec48 Introduced versioning (still pre-release) and new API function isoburn_version() 2008-01-26 12:06:26 +00:00
b3551cc611 INCOMPATIBLE API CHANGE: isoburn_initialize(char msg[1024], int flag) 2008-01-26 11:36:58 +00:00
7229e2949c Gave up adapter to old libisofs. Renaming libisoburn and xorriso dirs. 2008-01-26 00:26:57 +00:00
06f9faea54 New option -commit_eject 2008-01-25 17:54:47 +00:00
6368357ce1 Better handling of various content difference situations 2008-01-25 16:32:38 +00:00
2f28ad5c65 Fixed bug about file content comparison. 2008-01-25 16:00:51 +00:00
9e2e5817e6 New option -rollback_end 2008-01-25 15:09:53 +00:00
40885c40c3 Gave up use of libburn fifo. Attached -fs and pacifier to libisofs fifo. 2008-01-24 20:23:02 +00:00
3b33349903 Removed remover of C++ comment lines 2008-01-24 20:16:52 +00:00
8eede592cb Adapted to libisofs revision 261 2008-01-23 19:59:46 +00:00
775d21a794 Better attributes with directories 2008-01-22 22:44:17 +00:00
98a7e48bca Prepeded type indication letter to report lines 2008-01-22 11:48:28 +00:00
168561993b Copied test for tm.tm_gmtim from libisofs configure.ac 2008-01-22 11:45:09 +00:00
5f53116d37 Program which compares two files in different trees. Attributes and content. 2008-01-22 10:09:17 +00:00
8da7ffc314 Rejected unsuitable addresses "stdio:" , "stdio:/", "stdio:-", "stdio:." 2008-01-21 22:21:01 +00:00
0b8358911e New option -add_plainly 2008-01-20 20:03:48 +00:00
31b884cf16 Made -outdev stdio:/dev/fd/1 safe for single session runs 2008-01-20 13:13:01 +00:00
5bc9d18e29 Made forgotten adaption to Xorriso_standalonE 2008-01-20 10:30:43 +00:00
2d0b568611 Updated SVN copy of changelog 2008-01-19 16:24:10 +00:00
bad006cfe6 Small corrections with version number and write counter report 2008-01-19 16:23:36 +00:00
d89487e364 Some polishing of xorriso documentation 2008-01-19 13:49:17 +00:00
6cba915ee2 Producing a bootstrapped xorriso standalone tarball 2008-01-19 09:09:11 +00:00
dc304456e0 Added startup message. Removed helptext sentence about unimplemented options 2008-01-19 09:06:58 +00:00
bc77fe0987 Adaptions to revision 241 of nglibisofs 2008-01-19 09:05:13 +00:00
44da0e47b6 Made a generator for HTML man page 2008-01-18 17:03:41 +00:00
ad69fc9e9a Changed -report_about default to "UPDATE" 2008-01-18 10:20:25 +00:00
51313f18d6 Worked on documentation 2008-01-18 10:19:36 +00:00
993e4bfd26 Began a README file for xorriso 2008-01-17 19:28:38 +00:00
b24811eafc Silenced most compiler warnings of libisofs in xorriso-standalone 2008-01-17 19:27:51 +00:00
e93962375c Silenced -pedantic compiler warnings about type punning 2008-01-17 14:53:08 +00:00
66070ecc0e Added a test for readline.h and eventually enabled use of libreadline 2008-01-16 23:36:17 +00:00
ebcb21bc96 A sketch of a xorriso source standalone release generator 2008-01-16 20:13:18 +00:00
6052b263e5 Adaption to Xorriso_standalonE, some consequences from compiler warnings 2008-01-16 20:10:50 +00:00
eccfee162b Set correct name of library 2008-01-16 20:06:41 +00:00
b1d05a6de4 Changed default name of initial image to ISOIMAGE 2008-01-16 14:17:24 +00:00
02f5f86219 Repaired bug about MMC multi-session image loading 2008-01-16 13:30:14 +00:00
1454388a1f Added a forgotten iso_dir_iter_free() 2008-01-15 21:16:06 +00:00
7756f6e063 Closed a small memory leak 2008-01-15 20:41:56 +00:00
f1a2b29e4f Made improvements about pattern matching .., closed small memory leaks 2008-01-15 17:45:08 +00:00
f5ee0b3e93 Made improvements around volume id 2008-01-14 22:47:44 +00:00
d134c8b28f Removed some bugs and made adaptions to nglibisofs 2008-01-14 19:03:17 +00:00
f85cae78a1 Repaired memory hog and a freshly introduced bug 2008-01-14 16:47:25 +00:00
91840c97e8 Closed memory leak, adapted to new members in isoburn_source_opts 2008-01-14 16:39:07 +00:00
9e5d0f7ef3 New members in isoburn_source_opts 2008-01-14 16:37:38 +00:00
4e226db981 Added forgotten source module 2008-01-14 16:35:07 +00:00
a90fcfe1f7 Allowed all filetypes as input, silenced debug during image read 2008-01-13 22:52:53 +00:00
61e3a66349 Changes about blanking loaded image 2008-01-13 20:24:24 +00:00
38cd3622b5 Moved src to og_src and installed symbolic link instead 2008-01-13 19:46:20 +00:00
Vreixo Formoso Lopes
f4d9cf4bdc Support for force an image as blank. 2008-01-13 16:14:16 +00:00
87904df3f6 Made initialization of iso_read_opts safer 2008-01-11 21:36:20 +00:00