]> git.proxmox.com Git - proxmox-backup.git/history - src/pxar
do_verification_job: fix "never-reverify" and refactor/comment
[proxmox-backup.git] / src / pxar /
2020-10-15 Wolfgang Bumillerpxar: anchor pxarexcludes starting with a slash
2020-10-15 Wolfgang Bumillerpxar: fix relative '!' rules in .pxarexclude
2020-10-14 Wolfgang Bumillermore clippy fixups
2020-10-14 Wolfgang Bumillerpxar: pass full path to callback, let verbose flag...
2020-09-24 Wolfgang Bumillerremove DummyCatalogWriter
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian Grünbichlerhandle invalid mtime when formating entries
2020-08-03 Wolfgang Bumillerpxar/extract: fixup path stack for errors
2020-08-03 Wolfgang Bumillerpxar: better error handling on extract
2020-07-31 Wolfgang Bumillerpxar: create: attempt to use O_NOATIME
2020-07-31 Wolfgang Bumillerpxar: create: move common O_ flags to open_file
2020-07-30 Wolfgang Bumillerfix #2873: if --pattern is used, default to not extracting
2020-07-29 Wolfgang Bumillerupdate to pxar 0.3 to support negative timestamps
2020-07-15 Wolfgang Bumillerpxar: .pxarexclude: absolute paths and byte based paths
2020-07-14 Wolfgang Bumillerwarning fixup
2020-07-14 Wolfgang Bumillerpxar: restore file attributes, improve errors
2020-07-09 Wolfgang Bumillersimpler lost+found pattern
2020-07-08 Wolfgang Bumillerpxar: less confusing logic
2020-06-30 Wolfgang Bumillerpxar: fixup 'vanished-file' logic a bit
2020-06-30 Wolfgang Bumillerpxar: fix missing newlines in warnings
2020-06-26 Wolfgang Bumillerpxar: deal with files changing size during archiving
2020-06-16 Wolfgang Bumillerfix file timestamps in catalog
2020-06-16 Wolfgang Bumillerpxar: fix missing subdirectories in catalogs
2020-06-16 Wolfgang Bumillerreuse some extractor code in catalog shell
2020-06-16 Wolfgang Bumilleruse O_EXCL when creating files during extraction
2020-06-16 Wolfgang Bumillerpxar: make extractor state more reusable
2020-06-12 Wolfgang Bumillerpxar, acl: cleanup acl helper usage
2020-06-12 Wolfgang Bumillerpxar: fcaps in fuse
2020-06-10 Wolfgang Bumillerpxar: support .pxareclude files, error report updates
2020-06-10 Wolfgang Bumillerdowngrade some FIXMEs to TODOs
2020-06-10 Wolfgang Bumillerturn pxar::flags into bitflags, pxar::Flags
2020-06-10 Wolfgang Bumillerpxar: sort .pxareclude-cli file and fix its mode
2020-06-09 Wolfgang Bumillerpxar: create .pxarexclude-cli file
2020-06-09 Wolfgang Bumillermove src/pxar.rs -> src/pxar/mod.rs
2020-06-08 Wolfgang Bumillerpxar: split assert_relative_path
2020-06-08 Wolfgang Bumillerswitch to external pxar and fuse crates
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-05-19 Dietmar Maureravoid compiler warnings
2020-04-24 Wolfgang Bumillerxattr: cleanup: don't use pxar types in the API
2020-04-24 Wolfgang Bumillerxattr: api cleanup
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-02-28 Christian Ebnerpxar::decoder: Return the correct symlink target size.
2020-02-28 Christian Ebnerproxmox-backup-client: expose exclude match patterns...
2020-02-27 Christian Ebnertools::lru_cache: Make key generic.
2020-02-25 Christian Ebnerpxar: Change text of warning for files matched by exclu...
2020-02-03 Christian Ebnerpxar::fuse: cleanup: Remove unused code.
2020-02-03 Christian Ebnerpxar::fuse: Refactor lookup in order to cache accessed...
2020-02-03 Christian Ebnerpxar: Improve read performance for fuse.
2020-01-29 Christian Ebnerpxar::fuse: Do not return fcaps value on listxattr.
2020-01-29 Christian Ebnerpxar::fuse: return ACL names in listxattr if present
2020-01-29 Christian Ebnerpxar::fuse: add support to read ACLs.
2020-01-29 Christian Ebnerpxar: move acl helper functions to src/tools/acl.rs
2020-01-28 Christian Ebnerpxar::fuse: Introduce LRU caching for goodbye table...
2020-01-28 Christian Ebnerpxar::fuse: refactor fn stat
2020-01-20 Christian Ebnerpxar::fuse: remove open, opendir and releasedir callbacks
2020-01-20 Christian Ebnerpxar: Include symlink target in DirectoryEntry
2020-01-17 Christian Ebnerpxar: Refactor fuse and remove unused code.
2020-01-17 Christian Ebnerpxar::fuse: Always use start offset of entries as inode.
2020-01-17 Christian Ebnerpxar::decoder: refactor Decoder::lookup()
2020-01-15 Christian Ebnerpxar::fuse: remove readdir implementation
2020-01-15 Christian Ebnerpxar::fuse: Avoid macro to generate filler function...
2020-01-13 Christian Ebnerpxar::fuse: impl readdirplus callback
2020-01-13 Christian Ebnerpxar::fuse: Get rid of broken cacheing
2020-01-10 Christian Ebnerpxar::fuse: refactor HashMap to store child parent...
2020-01-10 Christian Ebnerpxar::decoder::Decoder: include xattrs and payload...
2020-01-10 Christian Ebnerpxar: encoder: limit number of max entries held at...
2020-01-09 Christian Ebnerpxar: encoder: warn on lacking read permissions instead...
2020-01-09 Christian Ebnerpxar: encoder: fix incorrect goodbye table entries...
2020-01-09 Christian Ebnersrc/pxar/encoder.rs: avoid use of macro and initialize...
2019-12-17 Christian Ebnerbinary_search_tree: add additional doctest for search_b...
2019-12-17 Christian Ebnerbinary_search_tree: fix off by one error in search_bina...
2019-12-17 Christian Ebnerpxar: match_pattern: impl invert() to switch the match...
2019-12-17 Christian Ebnerpxar: match_pattern: impl traits needed for MatchPatter...
2019-12-17 Christian Ebnerpxar: match_pattern: refactor MatchPattern and introduc...
2019-12-16 Dietmar Maurersrc/pxar/decoder.rs: require Send
2019-12-11 Christian Ebnerpxar: match_pattern: refactor match_filename
2019-12-06 Christian Ebnerpxar: fuse: add support for list- and getxattr
2019-12-06 Christian Ebnerpxar: fuse: cache goodbye table for each directory...
2019-12-06 Christian Ebnerpxar: fuse: use binary search instead of linear search...
2019-12-03 Christian Ebnerpxar: decoder: fix incorrect read for hardlinks.
2019-12-03 Christian Ebnerpxar: decoder: return original name in attributes()
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: add impl Context
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: move init and destroy into Session
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: cleanup - remove setup_session (moved...
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: rename from_decoder into new, new...
2019-11-26 Dietmar Maurersrc/pxar/decoder.rs: use trait object as reader
2019-11-26 Dietmar Maurersrc/pxar/sequential_decoder.rs: remove callback from...
2019-11-22 Christian Ebnersrc/pxar/sequential_decoder.rs: create all directories...
2019-11-22 Christian Ebnersrc/pxar/decoder.rs: return also payload size in lookup
2019-11-12 Dietmar Maurersrc/backup/catalog.rs: move CatalogEntryType from src...
2019-11-12 Christian Ebnercatalog: impl std::fmt::Display trait for CatalogEntryType
2019-11-06 Christian Ebnersrc/pxar/decoder.rs: impl lookup for `Decoder`
2019-11-06 Christian Ebnersrc/pxar/decoder.rs: fix wrong filename check for Decod...
2019-11-05 Christian Ebnersrc/pxar/decoder.rs: allow to pass match pattern to...
2019-11-05 Christian Ebnersrc/pxar/decoder.rs: fix issue with restore
2019-11-04 Christian Ebnersrc/pxar/fuse.rs: refactor Iterator: use find() instead...
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maurersrc/pxar/binary_search_tree.rs: allow(clippy::many_sing...
2019-10-23 Christian Ebnerpxar: decoder: cleanup un-needed Decoder::get_dir()
next