]> git.proxmox.com Git - proxmox-backup.git/history - proxmox-file-restore/src
update to rrd-api-types 1.0.2
[proxmox-backup.git] / proxmox-file-restore / src /
2024-08-30 Gabriel Gollermove client binaries to tracing
2024-08-07 Thomas Lamprechtfile restore: use proxmox-systemd crate
2024-08-07 Maximiliano Sandovalfix typos in variables and function names
2024-08-07 Maximiliano Sandovalfix typos in rust documentation blocks
2024-06-24 Fabian Grünbichlerrun cargo fmt
2024-06-24 Fabian Grünbichlertrivial clippy fixes
2024-06-10 Christian Ebnerfile-restore: list: improve pxar v2 performance
2024-06-07 Christian Ebnerfile-restore: fallback to mpxar if catalog not present
2024-06-07 Christian Ebnerfile-restore: never list ppxar as archive
2024-06-05 Christian Ebnerfile restore: show more error context when extraction...
2024-06-05 Christian Ebnerfile restore: cover split metadata and payload archives
2024-06-05 Christian Ebnerfile restore: factor out getting pxar reader
2024-06-05 Christian Ebnerfile restore: cover extension for split pxar archives
2024-06-05 Christian Ebnerclient: mount: make split pxar archives mountable
2024-06-05 Christian Ebnerclient: pxar: switch to stack based encoder state
2023-11-25 Hannes Laimeraccept a ref to a HttpClient
2023-06-16 Maximiliano Sandovalfile restore: qemu helper: run rustfmt
2023-06-15 Thomas Lamprechtfile-restore: factor out detecting debug mode
2023-06-15 Stoiko Ivanovfile-restore: set loglevel considering PBS_QEMU_DEBUG
2023-06-15 Stoiko Ivanovfile-restore: set zfs_arc_min to current minimum of 32M
2023-06-15 Stoiko Ivanovfile-restore: add zfs. prefix to arc_min/max settings
2023-05-17 Thomas Lamprechtfile restore: clippy and format argument fixes
2022-12-12 Wolfgang Bumillermove pbs_config::key_config to pbs-key-config
2022-11-15 Thomas Lamprechtfile-restore: move various formats to inline-string...
2022-11-15 Thomas Lamprechtfile-restore: split out internal QMP logic from unrelat...
2022-11-15 Thomas Lamprechtfile restore: allow to pass dimm size via env
2022-11-14 Thomas Lamprechtfile restore: limit max dimm size to 512 MB
2022-11-14 Thomas Lamprechtfile restore: move allow-memory-hotplug param from...
2022-11-11 Thomas Lamprechtfile restore: rename dynamic-memory to auto-memory...
2022-11-11 Dominik Csapakfile-restore: make dynamic memory behaviour controllable
2022-11-11 Thomas Lamprechtlimit ZFS Arc to more smalles possible value
2022-11-11 Thomas Lamprechtfile restore: list api: fix description of "path"
2022-11-11 Thomas Lamprechtfile restore: switch some formats to inline template...
2022-11-07 Dominik Csapakfile-restore: dynamically increase memory of vm for...
2022-11-04 Dominik Csapakfile-restore: fix deprecated qemu parameters
2022-10-11 Fabian Grünbichlerclippy fixes
2022-10-05 Dominik Csapakfile-restore: remove 'json-error' parameter from list_files
2022-10-05 Dominik Csapakfile-restore: add 'format' and 'zstd' parameters to...
2022-07-28 Wolfgang Bumillerfile-restore: clippy fixes
2022-06-30 Wolfgang Bumillerrustfmt
2022-06-30 Wolfgang Bumillerfile-restore: fix a hyperlink in docs
2022-06-21 Hannes Laimerproxmox-file-restore: replace print with log macro
2022-06-21 Hannes Laimerbins: init cli logger
2022-06-07 Thomas Lamprechttree wide: typo fixes through codespell
2022-06-02 Thomas Lamprechttree wide: clippy lint fixes
2022-05-12 Wolfgang Bumillerfile-restore: add namespace support to qemu part
2022-05-12 Wolfgang Bumillersplit the namespace out of BackupGroup/Dir api types
2022-05-12 Wolfgang Bumillerapi-types: add namespace to BackupGroup
2022-04-27 Dominik Csapakfile-restore: add 'timeout' and 'json-error' parameter
2022-04-27 Dominik Csapakfile-restore: factor out 'list_files'
2022-04-20 Wolfgang Bumillermake datastore BackupGroup/Dir ctors private
2022-04-12 Wolfgang Bumillertree-wide: replace serde_json::from_value(a_value.clone())
2022-04-06 Thomas Lamprechtfile restore: rust fmt
2022-04-06 Wolfgang Bumilleruse BufReader/Writer for Files passed to serde_json...
2022-02-08 Fabian Grünbichlermisc clippy fixes
2022-01-26 Thomas Lamprechtfile restore: scale per-round delay up dynamically
2022-01-26 Thomas Lamprechtfile restore: always wait up to 25s
2021-12-30 Fabian Grünbichlertree-wide: is_ok/is_err()
2021-12-30 Fabian Grünbichlertree-wide: drop redundant clones
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-25 Dietmar Maurerremove pbs-tools/src/sys.rs
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-19 Dietmar Maureruse new proxmox-async crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-11-18 Dietmar Maureruse proxmox::tools::fd::fd_change_cloexec from proxmox...
2021-10-13 Dietmar Maureruse complete_file_name from proxmox-router 1.1
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-23 Dietmar Maureruse UPID and systemd helpers from proxmox 0.13.4
2021-09-21 Dietmar Maurerrename pbs-systemd to proxmox-systemd
2021-09-07 Dietmar Maurermoved key_derivation.rs from pbs_datastore to pbs-confi...
2021-09-01 Wolfgang Bumillersplit proxmox-file-restore into its own crate