]> git.proxmox.com Git - proxmox-backup.git/history - src/tools
update to rrd-api-types 1.0.2
[proxmox-backup.git] / src / tools /
2024-08-14 Maximiliano Sandovalbackup: remove lazy_static dependency
2024-08-07 Thomas Lamprechtbackup: use proxmox-systemd crate
2024-07-26 Wolfgang Bumillerremove use of proxmox_lang::error::io_err_other
2024-07-11 Gabriel Gollerswitch from task_log! macro to tracing
2024-07-08 Dietmar Maureruse new apt/apt-api-types crate
2024-06-24 Fabian Grünbichlertrivial clippy fixes
2024-06-20 Maximiliano Sandovalfs: update comment to reflect usage of C-string literals
2024-03-25 Maximiliano Sandovalapi: use if-let pattern for error-only handling
2024-02-13 Maximiliano Sandovaldisks: remove useless conversion to the same type
2024-02-13 Maximiliano Sandovalremove needless borrows
2024-02-13 Maximiliano Sandovaldocs: remove redundant explicit link target
2023-12-01 Wolfgang Bumillertools/disks: skip lsblk for partition check
2023-12-01 Wolfgang Bumilleradd partition entry value getters to Disk
2023-11-29 Thomas Lamprechttree-wide: fix various typos
2023-11-29 Wolfgang Bumillerremove unused code
2023-11-28 Markus Frankfix #3690: tools: add helper functions for wiping block...
2023-11-14 Fabian Grünbichlerapt: use `apt changelog` for changelog fetching
2023-11-11 Gabriel Gollerdocs: rustdoc warnings
2023-06-23 Maximiliano Sandovalclippy fixes: the borrowed expression implements the...
2023-05-17 Thomas Lamprechtclippy fixes
2023-03-02 Wolfgang Bumilleradapt to rest-server 0.3 and http 0.8 changes
2022-12-05 Fabian Grünbichlerclippy 1.65 fixes
2022-11-24 Dominik Csapakdisk: smartctl: ignore bit 2 of exitcode
2022-09-23 Thomas Lamprechtapi: disk SMART: fix details for depreacated return...
2022-09-23 Matthias Heisererfix #4165: SMART: add raw field
2022-09-07 Fabian Grünbichlerupdate to proxmox-http 0.7
2022-08-22 Fabian Grünbichlerupdate to nom 7
2022-07-28 Wolfgang Bumillerclippy fixups for Default impls
2022-07-28 Wolfgang Bumillermore low hanging clippy fruits
2022-07-26 Fabian Grünbichlermore clippy fixes and annotations
2022-07-25 Fabian Grünbichlerextract proxmox-subscription crate
2022-07-11 Wolfgang Bumillerwrap fs_info calls in spawn_blocking
2022-07-04 Fabian Grünbichlermove json_object_to_query to proxmox-http+http-helpers
2022-07-04 Fabian Grünbichlercruft: remove tools::http
2022-06-15 Hannes Laimerdisks: use builder pattern for querying disk usage
2022-06-15 Hannes Laimerapi2: disks endpoint return partitions
2022-06-07 Dominik Csapakreplace 'disk_usage' with 'fs_info' from proxmox-sys
2022-06-02 Thomas Lamprechttree wide: clippy lint fixes
2022-06-02 Fabian Grünbichlerupdate to nix 0.24 / rustyline 9 / proxmox-sys 0.3
2022-05-05 Thomas Lamprechtdrop mut on some http client usages
2022-04-14 Thomas Lamprechtrust fmt for pbs src
2022-03-23 Stefan Sterzfix #3067: api: add support for multi-line comments...
2022-03-08 Dominik Csapaktools: parse_objset_stat: drop the unecessary 'objset...
2022-03-08 Dominik Csapaktools: zfs_dataset_stats: remove dataset <-> obset...
2022-02-21 Dominik Csapakuse io_format_err, io_bail, io_err_other from proxmox...
2022-02-14 Dietmar Maurermove src/shared_rate_limiter.rs to src/tools/shared_rat...
2022-02-14 Dietmar MaurerParallelHandler: avoid re-export (cleanup)
2022-02-10 Thomas Lamprechttools: disk: rustfmt
2022-01-18 Matthias Heisererdocs: make external hyperlinks clickable
2022-01-11 Dominik Csapakfix #3743: extract zfs dataset io stats from /proc...
2022-01-05 Wolfgang Bumillertools::config: error on newlines in string values
2021-12-30 Fabian Grünbichlertree-wide: use is_empty() and similar
2021-12-30 Fabian Grünbichlertree-wide: cleanup manual map/flatten
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-12-16 Wolfgang Bumillercleanup schema function calls
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-19 Dietmar Maureruse new proxmox-async crate
2021-11-17 Dietmar Maurerproxmox-systemd: remove crate, use new proxmox-time...
2021-11-17 Wolfgang Bumillerremove now unused serde_filter module
2021-11-12 Dietmar Maurerfix directory permission problems
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-30 Thomas Lamprechtsubscription: switch verification domain over to shop...
2021-09-29 Dominik Csapakremove tools/async_io.rs
2021-09-27 Dominik Csapaktools: smart: only throw error for smartctl fatal errors
2021-09-21 Dietmar Maurerrename pbs-systemd to proxmox-systemd
2021-09-21 Dietmar Maurermove normalize_uri_path and extract_cookie to proxmox...
2021-09-21 Dietmar Maurermove src/tools/compression.rs to proxmox-rest-server...
2021-09-21 Dietmar Maurermove src/tools/daemon.rs to proxmox-rest-server workspace
2021-09-21 Dietmar Maurermove ApiConfig, FileLogger and CommandoSocket to proxmo...
2021-09-14 Dietmar Maureravoid type re-exports
2021-09-13 Dietmar Maurersplit tape code into new pbs_tape workspace
2021-09-10 Dietmar Maurermore api type cleanups: avoid re-exports
2021-09-10 Dietmar Maurermove user configuration to pbs_config workspace
2021-09-02 Dietmar Maurerstart new pbs-config workspace
2021-09-01 Wolfgang Bumilleranother import cleanup
2021-09-01 Wolfgang Bumillersplit proxmox-file-restore into its own crate
2021-08-31 Wolfgang Bumillersplit out proxmox-backup-debug binary
2021-08-31 Wolfgang Bumillermore import cleanups
2021-08-31 Hannes Laimeradd chunk inspection to pb-debug
2021-08-25 Wolfgang Bumilleruse ApiType trait
2021-07-21 Wolfgang Bumillermove remaining client tools to pbs-tools/datastore
2021-07-20 Dietmar Maureruse new atomic_open_or_create_file
2021-07-20 Wolfgang Bumillermove channel/stream helpers to pbs-tools
2021-07-20 Wolfgang Bumillermove required_X_param to pbs_tools::json
2021-07-20 Wolfgang Bumillermove lru cachers to pbs-tools
2021-07-19 Wolfgang Bumillercleanup unused imports
2021-07-19 Wolfgang Bumillermove pxar binary to separate crate
2021-07-19 Wolfgang Bumillerdoc and tests fixup
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-07-19 Wolfgang Bumillermove more tools for the client into subcrates
2021-07-19 Wolfgang Bumillermove more helpers to pbs-tools
2021-07-09 Wolfgang Bumillermove some tools used by the client
2021-07-09 Fabian Ebnerdisks: also check for file systems with lsblk
2021-07-09 Fabian Ebnerdisks: refactor partition type handling
2021-07-09 Thomas Lamprechtsubscription: set higher-level error to message instead...
2021-07-07 Wolfgang Bumillermove tools::process_locker to pbs-tools
2021-07-07 Wolfgang Bumillertest fixups
2021-07-07 Wolfgang Bumillermove manifest and backup_info to pbs-datastore
2021-07-07 Wolfgang Bumillermove tools::json to pbs-tools
next