summaryrefslogtreecommitdiff
path: root/src/logic/tpax_archive_write.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-09driver: implemented and integrated the -v (verbose mode) cmdline option.midipix1-20/+29
2024-06-06driver: implemented and integrated the -H (follow symlink args) cmdline option.midipix1-2/+50
2024-06-06tpax_archive_write_impl(): refactor references to stat info and symlink target.midipix1-10/+15
2024-05-30tpax_archive_seal(): reimplemented with correct format-specific semantics.midipix1-14/+35
2024-05-30driver: set blksize at the time of context creation.midipix1-1/+1
2024-05-26library api's: _io_ (low level interfaces) namespace overhaul.midipix1-2/+2
2024-05-26library api's: _meta_ (archive member meta interfaces) namespace overhaul.midipix1-1/+1
2024-05-26library api's: _lib_ (program driver) namespace overhaul.midipix1-3/+3
2024-05-26logic: tpax_archive_write(): initial implementation and integration.midipix1-2/+183
2024-05-26code base: moved tpax_archive_seal() to own translation unit.midipix1-0/+104