]> git.proxmox.com Git - proxmox-backup.git/history - pbs-client/src/pxar/create.rs
config: acme: use latest proxmox_sys::fs::ensure_dir_exists
[proxmox-backup.git] / pbs-client / src / pxar / create.rs
6 days ago Christian Ebnerclient: pxar: encode prelude based on writer variant
6 days ago Christian Ebnerclient: pxar: json encode cli exclude pattern in prelude
9 days ago Christian Ebnerclient: pxar: fix minor formatting issue
10 days ago Christian Ebnerclient: pxar: conditionally skip metadata reference...
10 days ago Christian Ebnerclient: pxar: do not attempt to set uid/gid in test
11 days ago Christian Ebnerclient: pxar: set cache limit based on nofile rlimit
11 days ago Christian Ebnerclient: pxar: add archive creation with reference test
11 days ago Christian Ebnerclient: chunk stream: switch payload stream chunker
11 days ago Christian Ebnerclient: pxar: opt encode cli exclude patterns as Prelude
11 days ago Christian Ebnerclient: pxar: add helper to handle optional preludes
11 days ago Christian Ebnerpxar: create: show chunk injection stats info output
11 days ago Christian Ebnerpxar: create: keep track of reused chunks and files
11 days ago Christian Ebnerfix #3174: client: pxar: enable caching and meta comparison
11 days ago Christian Ebnerclient: pxar: refactor catalog encoding for directories
11 days ago Christian Ebnerpxar: caching: add look-ahead cache
11 days ago Christian Ebnerclient: pxar: add method for metadata comparison
11 days ago Christian Ebnerclient: implement prepare reference method
11 days ago Christian Ebnerclient: streams: add channels for dynamic entry injection
11 days ago Christian Ebnerclient: pxar: helper for lookup of reusable dynamic...
11 days ago Christian Ebnerclient: pxar: combine writers into struct
11 days ago Christian Ebnerclient: pxar: switch to stack based encoder state
2024-02-22 Christian Ebnerclient: pxar: early return on exclude pattern match
2024-02-22 Christian Ebnerclient: pxar: fix minor formatting issues
2024-02-15 Gabriel Gollerfix #4975: client: ignore E2BIG error flag
2024-02-13 Maximiliano Sandovalpxar: elide explicit lifetime
2023-08-24 Wolfgang Bumillerminor style cleanup
2023-08-24 Wolfgang Bumillercleanup: drop unnecessary to_owned call
2023-08-24 Gabriel Gollerfix #4380: check if file is excluded before running...
2023-08-04 Fabian GrünbichlerRevert "fix #4380: stat() is run when file is executed"
2023-08-04 Gabriel Gollerfix #4380: stat() is run when file is executed
2023-07-17 Max Carrarapbs-client: pxar: preserve error context
2023-05-17 Thomas Lamprechtpbs-client: clippy fixes
2023-03-27 Fabian Grünbichlerpxar creation: use log crate for error reporting
2023-03-27 Fabian Grünbichlerfix #4578: use log crate for pxar create logging
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-07-28 Wolfgang Bumillerclient: clippy fixes
2022-06-21 Hannes Laimerpbs-client: replace print with log macro
2022-06-02 Fabian Grünbichlerupdate to nix 0.24 / rustyline 9 / proxmox-sys 0.3
2022-04-14 Thomas Lamprechtclient: rustfmt
2022-04-06 Fabian Ebnerpxar: create: add entry: fix anchored path pattern...
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
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-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate