proxmox-backup/src/pxar
Christian Ebner 351b913d1e pxar::decoder: Return the correct symlink target size.
This eliminates also repeated calls to readlink in fuse, which occur when the
preallocated buffer to store the symlink target path is to small.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2020-02-28 08:38:56 +01:00
..
binary_search_tree.rs binary_search_tree: add additional doctest for search_binary_tree_by() 2019-12-17 15:37:02 +01:00
catalog.rs src/backup/catalog.rs: move CatalogEntryType from src/pxar/catalog.rs 2019-11-12 11:41:44 +01:00
decoder.rs pxar::decoder: Return the correct symlink target size. 2020-02-28 08:38:56 +01:00
dir_stack.rs src/pxar/dir_stack.rs: style fixups 2019-08-23 09:39:14 +02:00
encoder.rs pxar: Change text of warning for files matched by exclude patterns. 2020-02-25 10:47:24 +01:00
flags.rs avoid some clippy warnings 2019-10-26 11:42:05 +02:00
format_definition.rs pxar: encoder: limit number of max entries held at once in memory during archive creation. 2020-01-10 13:45:08 +01:00
fuse.rs tools::lru_cache: Make key generic. 2020-02-27 06:55:16 +01:00
helper.rs src/pxar/encoder.rs: Refactor file stat 2019-05-28 06:23:49 +02:00
match_pattern.rs proxmox-backup-client: expose exclude match patterns to cli. 2020-02-28 07:56:09 +01:00
sequential_decoder.rs pxar: move acl helper functions to src/tools/acl.rs 2020-01-29 09:34:54 +01:00