index
:
tpax
main
a topological pax implementation
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-07-18
driver: refactor the strerror() logic.
HEAD
main
midipix
1
-29
/
+22
2024-07-18
driver: allocate source data cache buffer as needed.
midipix
2
-0
/
+49
2024-07-18
driver: list, read, and copy modes: attempt mapping the source archive.
midipix
2
-0
/
+59
2024-07-18
driver: tpax_driver_ctx_alloc(): allocate the file i/o buffer for all modes.
midipix
1
-13
/
+13
2024-07-18
library api's: defined source data flags.
midipix
2
-0
/
+22
2024-07-17
tpax_archive_add_queue_item(): record actual st_rdev only with DT_CHR & DT_BLK.
midipix
1
-1
/
+10
2024-07-17
tpax_update_cpio_queue_vector(): account for the last array element's c_nlink.
midipix
1
-0
/
+4
2024-07-17
write mode: implemented generation of the cpio archive format.
midipix
7
-18
/
+415
2024-07-17
internals: tpax_archive_append_memory_data(): fix function signature.
midipix
1
-3
/
+3
2024-07-16
library api's: _meta_ namespace: make header creation interfaces context ↵
midipix
3
-9
/
+37
independent.
2024-07-16
tpax_archive_add_queue_item(): also record the system st_rdev information.
midipix
2
-3
/
+13
2024-07-16
tpax_archive_add_queue_item(): also record the system (stat) inode information.
midipix
2
-4
/
+8
2024-07-14
library api: tpax_specs.h: added cpio format definitions.
midipix
1
-0
/
+27
2024-07-14
driver: tpax_driver_usage(): updated synopsis to reflect -s support.
midipix
1
-1
/
+1
2024-07-14
driver: -s <replstr> support: implementation and integration.
midipix
7
-4
/
+346
2024-07-13
tpax_archive_write_impl(): add missing 'return' in statement.
midipix
1
-1
/
+1
2024-06-22
driver: added initial -o support, implemented the keyval vector.
midipix
3
-0
/
+74
2024-06-22
argv.h: argv_show_status(): output keyval pairs where appropriate.
midipix
1
-0
/
+23
2024-06-22
argv.h: argv_scan(): added option for parsing keyval pair and keyval array.
midipix
1
-5
/
+203
2024-06-22
argv.h: argv_show_status(): refactor for better readability.
midipix
1
-2
/
+4
2024-06-22
argv.h: argv_alloc(): refactor for better readability.
midipix
1
-7
/
+11
2024-06-22
argv.h: whitespace meditation.
midipix
1
-6
/
+6
2024-06-09
driver: implemented and integrated the -X (strict device id) cmdline option.
midipix
4
-0
/
+15
2024-06-09
logic: tpax_archive_add_queue_item(): record queue item device id as needed.
midipix
3
-5
/
+23
2024-06-09
logic: renamed tpax_dirent_init_from_uctx() as tpax_dirent_init_from_stat().
midipix
1
-4
/
+4
2024-06-09
driver: implemented and integrated the -v (verbose mode) cmdline option.
midipix
5
-21
/
+41
2024-06-08
driver: pre-alpha: redefine TPAX_DRIVER_DRY_RUN as 0x0080 (visual motivation).
midipix
1
-1
/
+1
2024-06-08
driver: posix semantics: implement -H and -L as mutually-exclusive options.
midipix
1
-1
/
+2
2024-06-07
driver: tpax_driver_usage(): updated synopsis to reflect existing -t support.
midipix
1
-1
/
+1
2024-06-07
driver: tpax_driver_usage(): updated synopsis to reflect -H and -L support.
midipix
1
-1
/
+1
2024-06-07
tpax_archive_enqueue_dir_entries(): negativity of nbytes already ruled out.
midipix
1
-1
/
+1
2024-06-07
driver: implemented and integrated the -L (follow symlink items) cmdline option.
midipix
5
-0
/
+65
2024-06-06
tpax_dirent_init_from_uctx(): move up in anticipation of -L support.
midipix
1
-39
/
+39
2024-06-06
driver: implemented and integrated the -H (follow symlink args) cmdline option.
midipix
7
-4
/
+112
2024-06-06
tpax_archive_write_impl(): refactor references to stat info and symlink target.
midipix
1
-10
/
+15
2024-06-05
driver: tpax_lib_get_unit_ctx(): set ctx->link to null for non-symlink items.
midipix
1
-1
/
+1
2024-05-30
driver: implemented and integrated the -t (preserve atime) command-line option.
midipix
10
-5
/
+103
2024-05-30
driver: tpax_driver_usage(): updated the synopsis to reflect -f support.
midipix
1
-3
/
+3
2024-05-30
core api: renamed tpax_archive_append() as tpax_archive_enqueue().
midipix
4
-27
/
+27
2024-05-30
tpax_archive_seal(): reimplemented with correct format-specific semantics.
midipix
1
-14
/
+35
2024-05-30
driver: set blksize at the time of context creation.
midipix
3
-19
/
+21
2024-05-30
tpax_driver_usage_block_size(): only print out the actual error.
midipix
1
-7
/
+4
2024-05-30
tpax_driver_usage_block_size_range(): only print out the actual error.
midipix
1
-6
/
+3
2024-05-30
driver: verifier that the request blksize is a multiple of 512 bytes.
midipix
1
-0
/
+22
2024-05-29
driver: refined the various usage error messages.
midipix
1
-15
/
+15
2024-05-29
driver: implemented the -f (archive path) command-line argument.
midipix
4
-9
/
+109
2024-05-29
tpax_lib_get_driver_ctx(): send invalid block size error messages to stderr.
midipix
1
-2
/
+2
2024-05-28
logic: tpax_archive_append() properly support the -d (no recursion) option.
midipix
1
-2
/
+3
2024-05-28
driver: internals: always allocate dirbuff, used in tpax_queue_item_full_path().
midipix
1
-6
/
+5
2024-05-28
argv.h: usage screen: avoid extra <stace> when all long options are hybrid-only.
midipix
1
-1
/
+11
[next]