index
:
tpax
main
a topological pax implementation
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
driver
/
tpax_driver_ctx.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-06-09
driver: implemented and integrated the -X (strict device id) cmdline option.
midipix
1
-0
/
+4
2024-06-09
driver: implemented and integrated the -v (verbose mode) cmdline option.
midipix
1
-1
/
+5
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
driver: implemented and integrated the -L (follow symlink items) cmdline option.
midipix
1
-0
/
+5
2024-06-06
driver: implemented and integrated the -H (follow symlink args) cmdline option.
midipix
1
-0
/
+4
2024-05-30
driver: implemented and integrated the -t (preserve atime) command-line option.
midipix
1
-0
/
+4
2024-05-30
driver: tpax_driver_usage(): updated the synopsis to reflect -f support.
midipix
1
-3
/
+3
2024-05-30
driver: set blksize at the time of context creation.
midipix
1
-0
/
+20
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
1
-9
/
+100
2024-05-29
tpax_lib_get_driver_ctx(): send invalid block size error messages to stderr.
midipix
1
-2
/
+2
2024-05-28
driver: internals: always allocate dirbuff, used in tpax_queue_item_full_path().
midipix
1
-6
/
+5
2024-05-26
library api's: _api_ (package information) namespace overhaul.
midipix
1
-1
/
+1
2024-05-26
library api's: _lib_ (program driver) namespace overhaul.
midipix
1
-4
/
+4
2024-05-26
driver: implemented internal queue vectorization.
midipix
1
-0
/
+3
2024-05-25
Annual chores.
midipix
1
-1
/
+1
2024-05-19
item queue: implemented tpax_append_prefix_item().
midipix
1
-0
/
+13
2021-12-30
A new home.
midipix
1
-5
/
+5
2021-07-06
Annual chores.
midipix
1
-1
/
+1
2021-04-21
internals: increase the anonymous memory region buffer.
midipix
1
-1
/
+1
2021-04-20
driver: enabled directory recursion.
midipix
1
-6
/
+0
2021-04-20
driver: support directory recursion (in write and copy mode).
midipix
1
-4
/
+31
2020-05-31
tpax_driver_ctx_alloc(): pass missing flag MAP_PRIVATE to mmap().
midipix
1
-1
/
+5
2020-05-23
driver: write mode enabled, initial integration of tpax_archive_append().
midipix
1
-4
/
+0
2020-05-23
driver: write & copy modes: pre-allocate a robust-file-copy memory region.
midipix
1
-0
/
+16
2020-05-23
driver: --strict-path-input, --pure-path-output: initial support.
midipix
1
-0
/
+8
2020-05-23
driver: implemented directory archive member recursion logic.
midipix
1
-4
/
+18
2020-05-23
driver: implemented block-size logic.
midipix
1
-1
/
+62
2020-05-23
driver: write mode: implemented archive format logic.
midipix
1
-1
/
+69
2020-05-23
driver: implemented execution mode logic.
midipix
1
-10
/
+209
2020-05-23
created lib-app skeleton (foss21.org lib-app model).
midipix
1
-0
/
+248