Age | Commit message (Expand) | Author | Files | Lines |
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 |