]> git.proxmox.com Git - proxmox-backup.git/history - src/pxar
tape/drive: improve tape device locking behaviour
[proxmox-backup.git] / src / pxar /
2021-04-08 Stefan Reiterpxar/extract: add sequential variant of extract_sub_dir
2021-04-02 Wolfgang Bumillerpxar: handle missing GROUP_OBJ ACL entries
2021-04-02 Wolfgang Bumillerpxar: fix directory ACL entry creation
2021-03-12 Wolfgang Bumillerupdate to pxar 0.10
2021-03-12 Wolfgang Bumillerfix feature flag logic in pxar create
2021-02-23 Dominik Csapakpxar/extract: if possible create files sparesly
2021-02-17 Stefan Reiterasyncify pxar create_archive
2021-02-17 Dominik Csapakpxar/extract: add extract_sub_dir
2021-02-17 Dominik Csapakapi2/admin/datastore: refactor create_zip into pxar...
2021-02-09 Wolfgang Bumillerpxar: improve error messages
2021-02-09 Wolfgang Bumillerpxar: skip write_attr_fd if they are equal
2021-02-09 Wolfgang Bumillerfix #3026: pxar: metadata: apply flags _after_ updating...
2021-01-26 Wolfgang Bumillerpxar: don't clone patterns unnecessarily
2021-01-26 Fabian Grünbichlerpxar: extract PxarExtractOptions
2021-01-26 Fabian Grünbichlerpxar: factor out PxarCreateOptions
2021-01-26 Fabian Grünbichlerpxar: typedef on_error as ErrorHandler
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: remove/replace needless explicit lifetimes
2021-01-20 Fabian Grünbichlerclippy: use matches!
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary closures
2020-11-30 Wolfgang Bumillerpxar: stricter file descriptor guards
2020-11-12 Fabian Ebnerpxar: avoid including archive root's exclude patterns...
2020-11-12 Fabian Ebnerpxar: only generate .pxarexclude-cli if there were...
2020-11-12 Fabian Ebnerpxar: include .pxarexclude files in the archive
2020-11-12 Fabian Ebnerpxar: fix anchored exclusion at archive root
2020-11-09 Wolfgang Bumillerpxar: log when skipping mount points
2020-11-05 Wolfgang Bumillerpxar: more concise EOF handling
2020-11-05 Dominik Csapakpxar/create: handle ErrorKind::Interrupted for file...
2020-11-05 Dominik Csapakpxar/create: fix endless loop for shrinking files
2020-10-29 Dominik Csapakfix #2998: encode mtime as i64 instead of u64
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...
next