Age | Commit message (Expand) | Author | Files | Lines |
2024-05-26 | library api's: _meta_ (archive member meta interfaces) namespace overhaul. | midipix | 5 | -6/+8 |
2024-05-26 | library api's: _output_ namespace confirmation. | midipix | 1 | -5/+5 |
2024-05-26 | library api's: _util_ (utility helper interfaces) namespace overhaul. | midipix | 7 | -12/+12 |
2024-05-26 | library api's: _archive_ (core interfaces) namespace confirmation. | midipix | 1 | -3/+3 |
2024-05-26 | library api's: _lib_ (program driver) namespace overhaul. | midipix | 7 | -30/+31 |
2024-05-26 | logic: renamed tpax_archive_append_item() as tpax_archive_append(). | midipix | 3 | -3/+3 |
2024-05-26 | logic: tpax_archive_write(): initial implementation and integration. | midipix | 3 | -4/+200 |
2024-05-26 | driver: implemented the internal tpax_queue_item_full_path(). | midipix | 2 | -0/+39 |
2024-05-26 | code base: moved tpax_archive_seal() to own translation unit. | midipix | 3 | -98/+105 |
2024-05-26 | driver: implemented internal queue vectorization. | midipix | 4 | -0/+67 |
2024-05-25 | Annual chores. | midipix | 19 | -19/+19 |
2024-05-25 | code base: set the visilbity of internal library interfaces to hidden. | midipix | 7 | -4/+39 |
2024-05-25 | tpax_get_driver_dirmark(): also keep track of the number of queued entries. | midipix | 1 | -0/+2 |
2024-05-25 | item queue: tpax_archive_append_item(): process directory-item child entries. | midipix | 1 | -1/+25 |
2024-05-19 | item queue: tpax_archive_append_queue_item(): renamed fd as fdat. | midipix | 1 | -2/+2 |
2024-05-19 | item queue: internal driver context: save mark to last queued item. | midipix | 2 | -0/+17 |
2024-05-19 | item queue: implemented core functionality of tpax_archive_append_item(). | midipix | 1 | -3/+126 |
2024-05-19 | item queue: removed tpax_archive_append_one(). | midipix | 1 | -211/+0 |
2024-05-19 | item queue: refactored tpax_archive_append_dir_entries(). | midipix | 1 | -53/+33 |
2024-05-19 | item queue: removed old implementation of tpax_archive_append(). | midipix | 3 | -138/+8 |
2024-05-19 | item queue: implemented tpax_append_prefix_item(). | midipix | 3 | -2/+75 |
2024-05-19 | item queue: implemented tpax_archive_append_queue_item(). | midipix | 1 | -55/+78 |
2024-05-16 | .gitignore: updated to match the current build system. | midipix | 1 | -2/+14 |
2024-05-16 | argv.h: argv_usage_impl(): use a sentinel with a non-contant format specifier. | midipix | 1 | -1/+1 |
2024-04-13 | build system: annual chores. | midipix | 1 | -1/+1 |
2024-04-03 | build system: cfgtest.sh: properly cast the probed interface's address. | midipix | 1 | -1/+1 |
2024-03-21 | tpax_tmpfile(): refactor code and template, eliminate use of rand_r(). | midipix | 1 | -5/+17 |
2024-03-18 | build system: ccenv.sh: bsd targets: define __BSD_VISIBLE as needed. | midipix | 1 | -4/+21 |
2024-03-17 | build system: ccenv.sh: supplement solar gates with the necessary extensions. | midipix | 1 | -0/+13 |
2024-03-11 | build system: cfgtest.sh: fix typo in status message. | midipix | 1 | -1/+1 |
2024-03-07 | build system: cfgtest.sh: fix c99 conformance bugs (newline, one declaration). | midipix | 2 | -12/+22 |
2024-02-24 | build system: configure: do not (potentially) change the search path semantics. | midipix | 1 | -17/+0 |
2024-02-22 | build system: if supported, add -Wpedantic to --strict cflags. | midipix | 2 | -1/+2 |
2024-02-22 | build system: ccenv.sh: legacy PE targets: define __PE__ and friends as needed. | midipix | 1 | -0/+14 |
2024-02-22 | build system: Makefile.in: remove CFLAGS_OS (duplicate, already in ccenv.in). | midipix | 1 | -1/+0 |
2024-02-18 | build system: ccenv: detect compiler support of visibility attributes. | midipix | 4 | -1/+77 |
2024-02-03 | build system: usage(): handle lack of a of project-specific cfgdefs.usage. | midipix | 1 | -1/+6 |
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 |
2023-12-23 | build system: annual chores. | midipix | 1 | -1/+1 |
2023-05-07 | build system: ./configure: base SHELL on the environment's CONFIG_SHELL. | midipix | 3 | -2/+3 |
2022-12-21 | argv.h: argv_show_error(): refine the 'option X requires a value' error msg. | midipix | 1 | -1/+3 |
2022-12-01 | project: default cflags: favor modern bsd targets. | midipix | 1 | -1/+1 |
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 | 21 | -93/+93 |
2021-07-06 | Annual chores. | midipix | 19 | -19/+19 |
2021-06-23 | build system: configure: config_ccenv(): relax the --sysroot requirement. | midipix | 1 | -4/+0 |
2021-06-19 | tpax_default_options[]: option description: add missing closing parenthesis. | midipix | 1 | -3/+3 |