index
:
tpax
main
a topological pax implementation
midipix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
logic
Age
Commit message (
Expand
)
Author
Files
Lines
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
2
-14
/
+258
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 inde...
midipix
1
-3
/
+9
2024-07-16
tpax_archive_add_queue_item(): also record the system st_rdev information.
midipix
1
-3
/
+12
2024-07-16
tpax_archive_add_queue_item(): also record the system (stat) inode information.
midipix
1
-4
/
+7
2024-07-14
driver: -s <replstr> support: implementation and integration.
midipix
1
-2
/
+42
2024-07-13
tpax_archive_write_impl(): add missing 'return' in statement.
midipix
1
-1
/
+1
2024-06-09
driver: implemented and integrated the -X (strict device id) cmdline option.
midipix
1
-0
/
+5
2024-06-09
logic: tpax_archive_add_queue_item(): record queue item device id as needed.
midipix
1
-5
/
+20
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
1
-20
/
+29
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
1
-0
/
+49
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
3
-4
/
+96
2024-06-06
tpax_archive_write_impl(): refactor references to stat info and symlink target.
midipix
1
-10
/
+15
2024-05-30
core api: renamed tpax_archive_append() as tpax_archive_enqueue().
midipix
1
-24
/
+24
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
1
-1
/
+1
2024-05-28
logic: tpax_archive_append() properly support the -d (no recursion) option.
midipix
1
-2
/
+3
2024-05-27
core api: implemented tpax_archive_reset().
midipix
1
-0
/
+59
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: _io_ (low level interfaces) namespace overhaul.
midipix
3
-227
/
+2
2024-05-26
library api's: _meta_ (archive member meta interfaces) namespace overhaul.
midipix
2
-219
/
+1
2024-05-26
library api's: _util_ (utility helper interfaces) namespace overhaul.
midipix
2
-4
/
+4
2024-05-26
library api's: _lib_ (program driver) namespace overhaul.
midipix
2
-5
/
+5
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
/
+183
2024-05-26
driver: implemented the internal tpax_queue_item_full_path().
midipix
1
-0
/
+35
2024-05-26
code base: moved tpax_archive_seal() to own translation unit.
midipix
2
-98
/
+104
2024-05-26
driver: implemented internal queue vectorization.
midipix
1
-0
/
+60
2024-05-25
Annual chores.
midipix
4
-4
/
+4
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
4
-20
/
+20
2021-07-06
Annual chores.
midipix
4
-4
/
+4
2021-04-21
tpax_file_create_tmpfs_snapshot(): always use the mapped memory buffer.
midipix
1
-5
/
+2
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
3
-12
/
+6
2020-05-31
tpax_archive_append(): only create/write snapshots for regular files.
midipix
1
-21
/
+28
[next]