Commit Graph

177 Commits (5d5a0cbfd45b27b900ad23e4f93249d69a19df8b)

Author SHA1 Message Date
Thomas Schmitt 5d5a0cbfd4 Removed change timestamps of 0.6.19 14 years ago
Thomas Schmitt 4353a35c59 Removed some development remarks 14 years ago
Thomas Schmitt 2f48297d25 Removed loud warning not to activate Libisofs_hardlink_matcheR 14 years ago
Thomas Schmitt dfcb815480 Removed experimental code about inode number generation from LBA.
Obsoleted macros Libisofs_ino_from_lbA Libisofs_patch_ticket_144.
14 years ago
Thomas Schmitt f370829717 Removed old code for AAIP 1.0 production.
Obsoleted macro Libisofs_aaip_2_0.
14 years ago
Thomas Schmitt ef96f3588c Made use of iconv wrapper function unconditionally.
Obsoleted macro Libisofs_with_iso_iconV.
14 years ago
Thomas Schmitt e8fc149423 Made centralized call of setlocale() unconditional.
Obsoleted macro Libisofs_setlocale_in_iniT.
14 years ago
Thomas Schmitt e12d409b80 Made sure that IsoStream from old image are equivalent only if their
data extents have same LBAs and sizes.
14 years ago
Thomas Schmitt b34fd35e62 Fixed bugs in iso_node_cmp_flag() introduced with revision 559
and clarified constraints for stream comparison functions in libisofs.h
14 years ago
Thomas Schmitt 714ee67472 New API call iso_node_cmp_ino()
and a bug fix about IsoSpecial and IsoSymlink in iso_node_cmp_flag()
14 years ago
Thomas Schmitt 8c4682ae92 IsoStream version 3 with cmp_ino(),
new API call iso_stream_cmp_ino() for proper comparison of filtered streams
14 years ago
Thomas Schmitt 5b073a2f29 New API call iso_write_opts_set_hardlinks() controls hardlink matching,
new API call iso_write_opts_set_rrip_1_10_px_ino() controls RRIP-1.10 PX size.
14 years ago
Thomas Schmitt 46a947b602 Created means to inquire ECMA119_SYMLINK and ECMA119_SPECIAL
for their original fs,dev,ino
14 years ago
Thomas Schmitt 56796ff55f Introduced hardlink unification at image generation time.
For now it works only with data files or with files from the imported image.
14 years ago
Thomas Schmitt 1218e6e32d New API call iso_read_opts_set_new_inos() 14 years ago
Thomas Schmitt 95381ce258 Made directory inodes persistent during multi-session.
The reason is to produce a continued ino history for eventual incremental
backups from ISO images.
14 years ago
Thomas Schmitt 19fd87ef7b Small adjustments in new code after review. 14 years ago
Thomas Schmitt d20da80767 Transfering inode numbers from PX entries to IsoNode during image import
and using these numbers in PX entries during next image generation.
This also answers the concerns about PX without ino in RRIP 1.12
and PX with ino in RRIP 1.10 images produced by mkisofs.
14 years ago
Thomas Schmitt 5009d1038d Made early preparations for implementation of hard link persistence 14 years ago
Thomas Schmitt 1ae2a39d1d Registered stream types "gzip" and "pizg" 14 years ago
Thomas Schmitt 70af4872c9 Clarification of iso_stream_get_source_path() result 14 years ago
Thomas Schmitt 71d491ed37 Version leap to 0.6.19 14 years ago
Thomas Schmitt ece42746ec Version leap to 0.6.18 14 years ago
Thomas Schmitt 3f90111052 Removed change timestamps of 0.6.17 14 years ago
Thomas Schmitt d87e5721db Removed some development remarks
and implemented skipping of zisofs headers larger than 16 bytes.
14 years ago
Thomas Schmitt 00802a1934 New API functions iso_file_add_gzip_filter() and iso_gzip_get_refcounts(). 14 years ago
Thomas Schmitt 1f2fd259ae New API call int iso_node_zf_by_magic() for marking pre-compressed data
file nodes which were originally produced by program mkzftree.
14 years ago
Thomas Schmitt 99ddd5c116 New API functions iso_zisofs_set_params(), iso_zisofs_get_params() 14 years ago
Thomas Schmitt 63ddfc1c94 Global reference counters for both zisofs filter types and
new API function iso_zisofs_get_refcounts()
14 years ago
Thomas Schmitt 6886777ea0 Installing a zisofs uncompression filter on file from ISO image which bear
a ZF entry. Storing ZF entries during image write if that filter is found
directly on a fsrc stream from the loaded image and content does not get
copied.
14 years ago
Thomas Schmitt ce7a5c810f Implemented a zisofs uncompression filter. 14 years ago
Thomas Schmitt a809a87eef New API call iso_file_add_zisofs_filter() (needs -lz and <zlib.h>).
This does not produce ZF entries yet but filtered file content already
suits mkzftree -uF
14 years ago
Thomas Schmitt 1b5328d619 Corrected a remnant "AA" in AAIP specs. 14 years ago
Thomas Schmitt d565ae87f4 Removed dangerous test code of Libisofs_file_src_cmp_non_zerO. 14 years ago
Thomas Schmitt 98a6db7f7f Made comparison of file sizes in iso_file_src_cmp() unconditional. 14 years ago
Thomas Schmitt dd1cde0379 Made portability improvement Libisofs_avoid_using_allocA unconditional. 14 years ago
Thomas Schmitt d8d2709de9 Made bug fix Libisofs_rrip_1_10_er_bugfiX unconditional 14 years ago
Thomas Schmitt 854a3b8088 Made bug fix Libisofs_external_filters_selecT unconditional 14 years ago
Thomas Schmitt e8f8876ee6 New API function iso_stream_get_source_path() tries to obtain a source
path depending on the stream class.
14 years ago
Thomas Schmitt f709a95fda Some documentation polishing in libisofs.h 14 years ago
Thomas Schmitt d98081f173 (Forgot to store libisofs.h before rev 514) 14 years ago
Thomas Schmitt 6389bbbf58 Changed freshly introduced iso_file_get_external_filter()
to iso_stream_get_external_filter().
14 years ago
Thomas Schmitt 198f6536bc New API call iso_node_lookup_attr()
and new xattr "isofs.st" for image start timestamp.
14 years ago
Thomas Schmitt 437713cd8e Moved storage location of suffix from xorriso into IsoExternalFilterCommand 14 years ago
Thomas Schmitt 0a265d9d4f Changed IsoExternalFilterCommand.behavior bit0.
The filter does not get installed if input size is 0.
This resembles more the other behavior bits.
14 years ago
Thomas Schmitt 806ea7b82e New component IsoExternalFilterCommand.name 14 years ago
Thomas Schmitt e7853df2f4 Changed some documentation references from AAIP-1.0 to AAIP-2.0. 14 years ago
Thomas Schmitt 21de3e2087 Switched from AAIP-1.0 with field "AA" to AAIP-2.0 with field "AL"
because ancient Apple ISO 9660 already used "AA".
Old AAIP-1.0 enhanced images can still be read and luckily their AAIP fields
can be distinguished from eventual Apple AA fields.
14 years ago
Thomas Schmitt d28351c5a4 Adjustment of minimal size for a IsoExternalFilterCommand.behavior bit2 filter 14 years ago
Thomas Schmitt 2534be5b5d Implemented IsoExternalFilterCommand.behavior bits 1 and 2
which control revocation due to insufficient size reduction.
14 years ago