]> git.proxmox.com Git - proxmox-backup.git/history - src/pxar/extract.rs
move 'wait_for_local_worker' from client to server
[proxmox-backup.git] / src / pxar / extract.rs
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-02-23 Dominik Csapakpxar/extract: if possible create files sparesly
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-01-26 Fabian Grünbichlerpxar: extract PxarExtractOptions
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 unnecessary closures
2020-11-30 Wolfgang Bumillerpxar: stricter file descriptor guards
2020-08-03 Wolfgang Bumillerpxar/extract: fixup path stack for errors
2020-08-03 Wolfgang Bumillerpxar: better error handling on extract
2020-07-30 Wolfgang Bumillerfix #2873: if --pattern is used, default to not extracting
2020-07-14 Wolfgang Bumillerpxar: restore file attributes, improve errors
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-10 Wolfgang Bumillerturn pxar::flags into bitflags, pxar::Flags
2020-06-08 Wolfgang Bumillerswitch to external pxar and fuse crates