Age | Commit message (Expand) | Author | Files | Lines |
2024-07-14 | driver: -s <replstr> support: implementation and integration. | midipix | 1 | -0/+15 |
2024-06-22 | driver: added initial -o support, implemented the keyval vector. | midipix | 1 | -0/+2 |
2024-06-22 | argv.h: argv_show_status(): output keyval pairs where appropriate. | midipix | 1 | -0/+23 |
2024-06-22 | argv.h: argv_scan(): added option for parsing keyval pair and keyval array. | midipix | 1 | -5/+203 |
2024-06-22 | argv.h: argv_show_status(): refactor for better readability. | midipix | 1 | -2/+4 |
2024-06-22 | argv.h: argv_alloc(): refactor for better readability. | midipix | 1 | -7/+11 |
2024-06-22 | argv.h: whitespace meditation. | midipix | 1 | -6/+6 |
2024-06-09 | driver: implemented and integrated the -X (strict device id) cmdline option. | midipix | 1 | -0/+1 |
2024-06-09 | logic: tpax_archive_add_queue_item(): record queue item device id as needed. | midipix | 1 | -0/+1 |
2024-06-09 | driver: implemented and integrated the -v (verbose mode) cmdline option. | midipix | 1 | -0/+1 |
2024-06-07 | driver: implemented and integrated the -L (follow symlink items) cmdline option. | midipix | 1 | -0/+1 |
2024-06-06 | driver: implemented and integrated the -H (follow symlink args) cmdline option. | midipix | 1 | -0/+3 |
2024-05-30 | driver: implemented and integrated the -t (preserve atime) command-line option. | midipix | 3 | -0/+73 |
2024-05-30 | driver: set blksize at the time of context creation. | midipix | 1 | -18/+0 |
2024-05-29 | driver: implemented the -f (archive path) command-line argument. | midipix | 1 | -0/+2 |
2024-05-28 | argv.h: usage screen: avoid extra <stace> when all long options are hybrid-only. | midipix | 1 | -1/+11 |
2024-05-28 | argv.h: usage screen: prettify: <short-option><space><long-option>. | midipix | 1 | -1/+1 |
2024-05-26 | library api's: _lib_ (program driver) namespace overhaul. | midipix | 1 | -6/+6 |
2024-05-26 | driver: implemented the internal tpax_queue_item_full_path(). | midipix | 1 | -0/+4 |
2024-05-26 | driver: implemented internal queue vectorization. | midipix | 1 | -0/+3 |
2024-05-25 | Annual chores. | midipix | 7 | -7/+7 |
2024-05-25 | code base: set the visilbity of internal library interfaces to hidden. | midipix | 4 | -3/+34 |
2024-05-25 | tpax_get_driver_dirmark(): also keep track of the number of queued entries. | midipix | 1 | -0/+2 |
2024-05-19 | item queue: internal driver context: save mark to last queued item. | midipix | 1 | -0/+15 |
2024-05-19 | item queue: implemented tpax_append_prefix_item(). | midipix | 1 | -0/+9 |
2024-05-16 | argv.h: argv_usage_impl(): use a sentinel with a non-contant format specifier. | midipix | 1 | -1/+1 |
2024-03-21 | tpax_tmpfile(): refactor code and template, eliminate use of rand_r(). | midipix | 1 | -5/+17 |
2024-01-27 | argv.h: argv_scan(): properly handle (fhybrid && ARGV_OPTARG_OPTIONAL). | midipix | 1 | -1/+6 |
2024-01-27 | argv.h: argv_scan(): whitespace meditation. | midipix | 1 | -16/+34 |
2024-01-26 | argv.h: argv_show_error: refactor handling of vendor-specific option string. | midipix | 1 | -10/+19 |
2024-01-26 | argv.h: argv_show_error(): gracefully handle vendor-specific (-W) arguments. | midipix | 1 | -3/+24 |
2022-12-21 | argv.h: argv_show_error(): refine the 'option X requires a value' error msg. | midipix | 1 | -1/+3 |
2022-12-01 | struct tpax_unit_ctx_impl: correctly define the header buffer (C STD 6.7.2.1). | midipix | 1 | -4/+1 |
2021-12-30 | A new home. | midipix | 8 | -36/+36 |
2021-07-06 | Annual chores. | midipix | 7 | -7/+7 |
2021-05-05 | argv.h: tty colors: added argv_usage_plain(). | midipix | 1 | -4/+30 |
2021-04-21 | internals: increase the anonymous memory region buffer. | midipix | 1 | -0/+1 |
2021-04-20 | internals: tpax_tmpfile_by_framework(): semantically switch to openat(). | midipix | 1 | -1/+1 |
2021-04-20 | internals: replace tpax_readlink() with tpax_readlinkat(). | midipix | 1 | -2/+3 |
2021-04-20 | internals: added tpax_getdents() and related PORTING document. | midipix | 1 | -0/+64 |
2021-04-20 | driver: support directory recursion (in write and copy mode). | midipix | 1 | -0/+34 |
2020-05-31 | internals: tpax_tmpfile(): enable framework-specific extensions. | midipix | 1 | -0/+1 |
2020-05-23 | library api: tpax_archive_seal(): initial implementation and integration. | midipix | 1 | -0/+74 |
2020-05-23 | internals: added tpax_tmpfile(). | midipix | 2 | -0/+80 |
2020-05-23 | driver: internals: added tpax_get_driver_anon_map_addr(). | midipix | 1 | -0/+9 |
2020-05-23 | driver: write & copy modes: pre-allocate a robust-file-copy memory region. | midipix | 1 | -0/+2 |
2020-05-23 | driver: --strict-path-input, --pure-path-output: initial support. | midipix | 1 | -0/+2 |
2020-05-23 | driver: tpax_get_unit_ctx(): implemented the non-recursive bits. | midipix | 1 | -0/+13 |
2020-05-23 | driver: implemented directory archive member recursion logic. | midipix | 1 | -0/+2 |
2020-05-23 | driver: implemented block-size logic. | midipix | 1 | -0/+1 |