summaryrefslogtreecommitdiffhomepage
path: root/src/driver/tpax_driver_ctx.c
AgeCommit message (Collapse)AuthorFilesLines
6 daysdriver: added initial -o support, implemented the keyval vector.HEADmainmidipix1-0/+67
2024-06-09driver: implemented and integrated the -X (strict device id) cmdline option.midipix1-0/+4
2024-06-09driver: implemented and integrated the -v (verbose mode) cmdline option.midipix1-1/+5
2024-06-08driver: posix semantics: implement -H and -L as mutually-exclusive options.midipix1-1/+2
2024-06-07driver: tpax_driver_usage(): updated synopsis to reflect existing -t support.midipix1-1/+1
2024-06-07driver: tpax_driver_usage(): updated synopsis to reflect -H and -L support.midipix1-1/+1
2024-06-07driver: implemented and integrated the -L (follow symlink items) cmdline option.midipix1-0/+5
2024-06-06driver: implemented and integrated the -H (follow symlink args) cmdline option.midipix1-0/+4
2024-05-30driver: implemented and integrated the -t (preserve atime) command-line option.midipix1-0/+4
2024-05-30driver: tpax_driver_usage(): updated the synopsis to reflect -f support.midipix1-3/+3
2024-05-30driver: set blksize at the time of context creation.midipix1-0/+20
2024-05-30tpax_driver_usage_block_size(): only print out the actual error.midipix1-7/+4
2024-05-30tpax_driver_usage_block_size_range(): only print out the actual error.midipix1-6/+3
2024-05-30driver: verifier that the request blksize is a multiple of 512 bytes.midipix1-0/+22
2024-05-29driver: refined the various usage error messages.midipix1-15/+15
2024-05-29driver: implemented the -f (archive path) command-line argument.midipix1-9/+100
2024-05-29tpax_lib_get_driver_ctx(): send invalid block size error messages to stderr.midipix1-2/+2
2024-05-28driver: internals: always allocate dirbuff, used in tpax_queue_item_full_path().midipix1-6/+5
2024-05-26library api's: _api_ (package information) namespace overhaul.midipix1-1/+1
2024-05-26library api's: _lib_ (program driver) namespace overhaul.midipix1-4/+4
2024-05-26driver: implemented internal queue vectorization.midipix1-0/+3
2024-05-25Annual chores.midipix1-1/+1
2024-05-19item queue: implemented tpax_append_prefix_item().midipix1-0/+13
2021-12-30A new home.midipix1-5/+5
2021-07-06Annual chores.midipix1-1/+1
2021-04-21internals: increase the anonymous memory region buffer.midipix1-1/+1
2021-04-20driver: enabled directory recursion.midipix1-6/+0
2021-04-20driver: support directory recursion (in write and copy mode).midipix1-4/+31
2020-05-31tpax_driver_ctx_alloc(): pass missing flag MAP_PRIVATE to mmap().midipix1-1/+5
2020-05-23driver: write mode enabled, initial integration of tpax_archive_append().midipix1-4/+0
2020-05-23driver: write & copy modes: pre-allocate a robust-file-copy memory region.midipix1-0/+16
2020-05-23driver: --strict-path-input, --pure-path-output: initial support.midipix1-0/+8
2020-05-23driver: implemented directory archive member recursion logic.midipix1-4/+18
2020-05-23driver: implemented block-size logic.midipix1-1/+62
2020-05-23driver: write mode: implemented archive format logic.midipix1-1/+69
2020-05-23driver: implemented execution mode logic.midipix1-10/+209
2020-05-23created lib-app skeleton (foss21.org lib-app model).midipix1-0/+248