Age | Commit message (Expand) | Author | Files | Lines |
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/+1 |
2024-05-30 | driver: implemented and integrated the -t (preserve atime) command-line option. | midipix | 1 | -0/+3 |
2024-05-30 | core api: renamed tpax_archive_append() as tpax_archive_enqueue(). | midipix | 1 | -1/+1 |
2024-05-29 | driver: implemented the -f (archive path) command-line argument. | midipix | 1 | -0/+1 |
2024-05-27 | core api: implemented tpax_archive_reset(). | midipix | 1 | -0/+2 |
2024-05-26 | library api's: _api_ (package information) namespace overhaul. | midipix | 1 | -1/+1 |
2024-05-26 | library api's: _io_ (low level interfaces) namespace overhaul. | midipix | 1 | -5/+5 |
2024-05-26 | library api's: _meta_ (archive member meta interfaces) namespace overhaul. | midipix | 1 | -3/+4 |
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 | 1 | -3/+3 |
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 | 1 | -9/+10 |
2024-05-26 | logic: renamed tpax_archive_append_item() as tpax_archive_append(). | midipix | 1 | -1/+1 |
2024-05-26 | logic: tpax_archive_write(): initial implementation and integration. | midipix | 1 | -0/+2 |
2024-05-19 | item queue: removed old implementation of tpax_archive_append(). | midipix | 1 | -2/+1 |
2021-04-20 | tpax_archive_append(): directory recursion: initial implementation. | midipix | 1 | -1/+3 |
2021-04-20 | tpax_file_create_{memory|tmpfs}_snapshot(): added an explicit fdat argument. | midipix | 1 | -2/+2 |
2021-04-20 | driver: tpax_get_unit_ctx(): support paths relative to an arbitrary location. | midipix | 1 | -1/+1 |
2020-05-23 | library api: tpax_archive_seal(): initial implementation and integration. | midipix | 2 | -0/+8 |
2020-05-23 | library api: tpax_archive_append(): initial implementation. | midipix | 1 | -0/+1 |
2020-05-23 | library api: tpax_file_create_tmpfs_snapshot(): initial implementation. | midipix | 1 | -0/+3 |
2020-05-23 | library api: tpax_file_create_memory_snapshot(): initial implementation. | midipix | 1 | -0/+5 |
2020-05-23 | helper interfaces: tpax_stat_compare(): initial implementation. | midipix | 1 | -0/+1 |
2020-05-23 | helper interfaces: tpax_path_copy(): initial implementation. | midipix | 1 | -0/+1 |
2020-05-23 | driver: --strict-path-input, --pure-path-output: initial support. | midipix | 1 | -0/+3 |
2020-05-23 | driver: tpax_get_unit_ctx(): implemented the non-recursive bits. | midipix | 1 | -0/+4 |
2020-05-23 | library api: tpax_init_ustar_header(): initial implementation. | midipix | 1 | -0/+6 |
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/+5 |
2020-05-23 | driver: implemented execution mode logic. | midipix | 1 | -0/+6 |
2020-05-23 | abi/api: added tpax_specs.h, definitions for struct tpax_{ustar|cpio}_header. | midipix | 1 | -0/+66 |
2020-05-23 | created lib-app skeleton (foss21.org lib-app model). | midipix | 3 | -0/+177 |
2020-05-23 | build system: created skeleton. | midipix | 1 | -0/+0 |