index
:
tpax
main
a topological pax implementation
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
driver
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
1
-0
/
+46
2024-07-18
driver: list, read, and copy modes: attempt mapping the source archive.
midipix
1
-0
/
+56
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
1
-0
/
+10
2024-07-17
write mode: implemented generation of the cpio archive format.
midipix
1
-4
/
+3
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
1
-2
/
+149
2024-06-22
driver: added initial -o support, implemented the keyval vector.
midipix
1
-0
/
+67
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-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
1
-0
/
+4
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
1
-1
/
+1
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
2
-2
/
+2
2024-05-26
library api's: _lib_ (program driver) namespace overhaul.
midipix
3
-10
/
+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
-2
/
+15
2024-05-26
driver: implemented internal queue vectorization.
midipix
1
-0
/
+3
2024-05-25
Annual chores.
midipix
3
-3
/
+3
2024-05-19
item queue: removed old implementation of tpax_archive_append().
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
3
-15
/
+15
2021-07-06
Annual chores.
midipix
3
-3
/
+3
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
tpax_archive_append(): directory recursion: initial implementation.
midipix
1
-1
/
+1
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
1
-1
/
+2
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
2
-6
/
+5
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: tpax_get_unit_ctx(): implemented the non-recursive bits.
midipix
1
-1
/
+28
2020-05-23
driver: implemented directory archive member recursion logic.
midipix
2
-5
/
+20
[next]