Age | Commit message (Expand) | Author | Files | Lines |
2021-05-05 | argv.h: tty colors: added argv_usage_plain(). | midipix | 1 | -4/+30 |
2021-04-21 | tpax_file_create_tmpfs_snapshot(): always use the mapped memory buffer. | midipix | 1 | -5/+2 |
2021-04-21 | tpax_archive_append_one(): always use the mapped memory buffer. | midipix | 1 | -10/+6 |
2021-04-21 | internals: increase the anonymous memory region buffer. | midipix | 2 | -1/+2 |
2021-04-20 | driver: enabled directory recursion. | midipix | 1 | -6/+0 |
2021-04-20 | tpax_archive_append(): directory recursion: initial implementation. | midipix | 2 | -19/+492 |
2021-04-20 | internals: tpax_tmpfile_by_framework(): semantically switch to openat(). | midipix | 1 | -1/+1 |
2021-04-20 | tpax_file_create_{memory|tmpfs}_snapshot(): added an explicit fdat argument. | midipix | 3 | -12/+6 |
2021-04-20 | driver: tpax_get_unit_ctx(): support paths relative to an arbitrary location. | midipix | 2 | -5/+8 |
2021-04-20 | internals: replace tpax_readlink() with tpax_readlinkat(). | midipix | 2 | -3/+5 |
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 | 2 | -4/+65 |
2021-04-11 | app: posix make support: acknowledge unused parameter inside of source file. | midipix | 1 | -0/+3 |
2020-05-31 | tpax_driver_ctx_alloc(): pass missing flag MAP_PRIVATE to mmap(). | midipix | 1 | -1/+5 |
2020-05-31 | internals: tpax_tmpfile(): enable framework-specific extensions. | midipix | 1 | -0/+1 |
2020-05-31 | tpax_archive_append(): only create/write snapshots for regular files. | midipix | 1 | -21/+28 |
2020-05-30 | tpax_init_ustar_header(): support (for now non-recursive) directory entries. | midipix | 1 | -0/+2 |
2020-05-23 | driver: write mode enabled, initial integration of tpax_archive_append(). | midipix | 2 | -6/+5 |
2020-05-23 | library api: tpax_archive_seal(): initial implementation and integration. | midipix | 2 | -5/+138 |
2020-05-23 | library api: tpax_archive_append(): initial implementation. | midipix | 1 | -0/+174 |
2020-05-23 | library api: tpax_file_create_tmpfs_snapshot(): initial implementation. | midipix | 1 | -0/+133 |
2020-05-23 | internals: added tpax_tmpfile(). | midipix | 2 | -0/+80 |
2020-05-23 | library api: tpax_file_create_memory_snapshot(): initial implementation. | midipix | 2 | -0/+103 |
2020-05-23 | helper interfaces: tpax_stat_compare(): initial implementation. | midipix | 1 | -0/+41 |
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 | 2 | -0/+18 |
2020-05-23 | helper interfaces: tpax_path_copy(): initial implementation. | midipix | 1 | -0/+86 |
2020-05-23 | driver: --strict-path-input, --pure-path-output: initial support. | midipix | 3 | -0/+26 |
2020-05-23 | driver: tpax_get_unit_ctx(): implemented the non-recursive bits. | midipix | 2 | -1/+41 |
2020-05-23 | library api: tpax_init_ustar_header(): initial implementation. | midipix | 1 | -0/+216 |
2020-05-23 | driver: implemented directory archive member recursion logic. | midipix | 4 | -5/+29 |
2020-05-23 | driver: implemented block-size logic. | midipix | 3 | -1/+71 |
2020-05-23 | driver: write mode: implemented archive format logic. | midipix | 3 | -1/+75 |
2020-05-23 | driver: implemented execution mode logic. | midipix | 3 | -10/+226 |
2020-05-23 | created lib-app skeleton (foss21.org lib-app model). | midipix | 12 | -0/+997 |
2020-05-23 | internals: added argv.h (foss21.org common implementation). | midipix | 2 | -0/+941 |
2020-05-23 | build system: created skeleton. | midipix | 1 | -0/+0 |