]> git.proxmox.com Git - proxmox-backup.git/history - src/client/pxar_backup_stream.rs
split out pbs-runtime module
[proxmox-backup.git] / src / client / pxar_backup_stream.rs
2021-07-06 Wolfgang Bumillersplit out pbs-runtime module
2021-03-24 Dominik Csapakfix #3359: fix blocking writes in async code during...
2021-02-17 Stefan Reiterasyncify pxar create_archive
2021-01-26 Fabian Grünbichlerpxar: factor out PxarCreateOptions
2020-10-14 Wolfgang Bumillerpxar: remove unused parameter
2020-10-14 Wolfgang Bumillerpxar: pass full path to callback, let verbose flag...
2020-06-10 Wolfgang Bumillerturn pxar::flags into bitflags, pxar::Flags
2020-06-09 Wolfgang Bumillerpxar: create .pxarexclude-cli file
2020-06-08 Wolfgang Bumillerswitch to external pxar and fuse crates
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-02-28 Christian Ebnerproxmox-backup-client: expose exclude match patterns...
2020-01-22 Dietmar Maurersrc/client/pxar_backup_stream.rs: use a channel instead...
2020-01-18 Dietmar Maurersrc/client/pxar_backup_stream.rs: use std::thread:...
2020-01-10 Christian Ebnerpxar: encoder: limit number of max entries held at...
2019-11-08 Dietmar Maurerchange catalog format, use dynamic index to store catalog.
2019-10-23 Christian Ebnerpxar: add functionality to pass exclude MatchPatterns...
2019-09-02 Wolfgang Bumillersrc/client/pxar_backup_stream.rs: switch to async
2019-08-16 Dietmar Maurersrc/backup/catalog_blob.rs: moved catalog impl. from...
2019-08-09 Dietmar Maurersrc/pxar/encoder.rs: use BackupCatalogWriter
2019-08-03 Christian Ebnerpxar: cleanup: move feature flags to src/pxar/flags...
2019-07-24 Dietmar Maurersrc/pxar/encoder.rs: add new skip_lost_and_found parameter
2019-07-24 Dietmar Maurerpxar_backup_stream.rs: limit lock scope to avoid blocki...
2019-07-24 Dietmar Maurerremove debug output
2019-07-24 Dietmar Maurersrc/client/pxar_backup_stream.rs: correctly pass errors...
2019-07-24 Dietmar Maurersrc/pxar/encoder.rs: allow to pass list of devices
2019-05-24 Christian Ebnerpxar: pass feature_flags to encoder/decoder instead...
2019-05-23 Christian Ebnersrc/client/: pass dummy flags for xattrs and fcaps...
2019-05-20 Dietmar Maurersrc/client/pxar_backup_stream.rs: fix docu
2019-05-20 Dietmar Maurersrc/client/pxar_backup_stream.rs: close pipe inside...
2019-05-18 Dietmar Maurersrc/client/pxar_backup_stream.rs: use WrappedStreamReader
2019-05-18 Dietmar Maurersrc/client/pxar_backup_stream.rs: use 1M pipe buffer...
2019-03-15 Dietmar Maurersimplify pxar module structure
2019-03-14 Dietmar Maurerrename catar into pxar