]> git.proxmox.com Git - proxmox-backup.git/history - pbs-client/src/pxar
move fuse code from pbs-client to pbs-pxar-fuse
[proxmox-backup.git] / pbs-client / src / pxar /
2022-12-06 Wolfgang Bumillermove fuse code from pbs-client to pbs-pxar-fuse
2022-12-05 Fabian Grünbichlerclippy 1.65 fixes
2022-10-24 Fabian Grünbichlerclippy fixes
2022-10-19 Wolfgang Bumillerpbs-client: use new non-Fd open from sys 0.4.1
2022-10-19 Wolfgang Bumillerpbs-client: drop use of deprecated RawFdNum
2022-10-19 Wolfgang Bumillerpbs-client: drop deprecated Fd usage
2022-10-19 Wolfgang Bumillerclient: use BorrowedFd from std
2022-09-05 Dominik Csapakbackup-client: mount: fix read of larger files
2022-08-22 Fabian Grünbichleruse short assign-bit-or (clippy fix)
2022-08-19 Wolfgang Bumillerrustfmt
2022-08-19 Markus Frankpbs-client: added options to skip acls/xattrs/ownership...
2022-08-19 Markus Frankpbs-client: added overwrite parameter to PxarExtractOpt...
2022-07-28 Wolfgang Bumillerclient: clippy fixes
2022-07-26 Fabian Grünbichlermore clippy fixes and annotations
2022-06-21 Hannes Laimerpbs-client: replace print with log macro
2022-06-07 Thomas Lamprechttree wide: typo fixes through codespell
2022-06-02 Thomas Lamprechtclient: clippy lints
2022-06-02 Fabian Grünbichlerupdate to nix 0.24 / rustyline 9 / proxmox-sys 0.3
2022-05-17 Wolfgang Bumillerpbs-client: fix symbolic mode display for 'other' mode
2022-04-22 Dominik Csapakpbs-client: extract: add top-level dir in tar.zst
2022-04-22 Dominik Csapakpbs-client: extract: rewrite create_zip with sequential...
2022-04-14 Thomas Lamprechtclient: rustfmt
2022-04-13 Wolfgang Bumillerpbs-client: pxar: avoid some more clones
2022-04-13 Wolfgang Bumillerpbs-client: pxar: avoid some vec extensions
2022-04-13 Wolfgang Bumillerpbs-client: pxar: drop link_to_pathbuf
2022-04-13 Wolfgang Bumillerpbs-client: pxar: fmt
2022-04-13 Dominik Csapakpbs-client: add 'create_tar' helper function
2022-04-06 Fabian Ebnerpxar: create: add entry: fix anchored path pattern...
2022-02-21 Dominik Csapakuse io_format_err, io_bail, io_err_other from proxmox...
2022-02-21 Dominik Csapakdepend on new 'proxmox-compression' crate
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-29 Wolfgang Bumillerfix a warning in io_return macro
2021-11-25 Dietmar Maurermove pbs-tools/src/str.rs to pbs-client/src/pxar/create.rs
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-19 Dietmar Maureruse new proxmox-async crate
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-10-04 Wolfgang Bumillerfix deprecated use of std::u64/... modules
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate