Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-05-23 | driver: write mode: implemented archive format logic. | midipix | 1 | -0/+1 |
2020-05-23 | driver: implemented execution mode logic. | midipix | 1 | -0/+4 |
2020-05-23 | created lib-app skeleton (foss21.org lib-app model). | midipix | 6 | -0/+340 |
2020-05-23 | internals: added argv.h (foss21.org common implementation). | midipix | 1 | -0/+941 |