index
:
tpax
main
a topological pax implementation
midipix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
logic
/
tpax_archive_append.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-05-28
logic: tpax_archive_append() properly support the -d (no recursion) option.
midipix
1
-2
/
+3
2024-05-26
tpax_dirent_init_from_uctx(): pseudo-dirent: account for the null termination.
midipix
1
-1
/
+1
2024-05-26
library api's: _lib_ (program driver) namespace overhaul.
midipix
1
-2
/
+2
2024-05-26
logic: renamed tpax_archive_append_item() as tpax_archive_append().
midipix
1
-1
/
+1
2024-05-26
code base: moved tpax_archive_seal() to own translation unit.
midipix
1
-98
/
+0
2024-05-25
Annual chores.
midipix
1
-1
/
+1
2024-05-25
item queue: tpax_archive_append_item(): process directory-item child entries.
midipix
1
-1
/
+25
2024-05-19
item queue: tpax_archive_append_queue_item(): renamed fd as fdat.
midipix
1
-2
/
+2
2024-05-19
item queue: internal driver context: save mark to last queued item.
midipix
1
-0
/
+2
2024-05-19
item queue: implemented core functionality of tpax_archive_append_item().
midipix
1
-3
/
+126
2024-05-19
item queue: removed tpax_archive_append_one().
midipix
1
-211
/
+0
2024-05-19
item queue: refactored tpax_archive_append_dir_entries().
midipix
1
-53
/
+33
2024-05-19
item queue: removed old implementation of tpax_archive_append().
midipix
1
-135
/
+6
2024-05-19
item queue: implemented tpax_append_prefix_item().
midipix
1
-2
/
+53
2024-05-19
item queue: implemented tpax_archive_append_queue_item().
midipix
1
-55
/
+78
2021-12-30
A new home.
midipix
1
-5
/
+5
2021-07-06
Annual chores.
midipix
1
-1
/
+1
2021-04-21
tpax_archive_append_one(): always use the mapped memory buffer.
midipix
1
-10
/
+6
2021-04-20
tpax_archive_append(): directory recursion: initial implementation.
midipix
1
-18
/
+491
2021-04-20
tpax_file_create_{memory|tmpfs}_snapshot(): added an explicit fdat argument.
midipix
1
-2
/
+2
2020-05-31
tpax_archive_append(): only create/write snapshots for regular files.
midipix
1
-21
/
+28
2020-05-23
library api: tpax_archive_seal(): initial implementation and integration.
midipix
1
-5
/
+64
2020-05-23
library api: tpax_archive_append(): initial implementation.
midipix
1
-0
/
+174