]> git.proxmox.com Git - proxmox-backup.git/history - src/tools
proxmox-rest-server: pass owned RestEnvironment to get_index
[proxmox-backup.git] / src / tools /
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
2021-07-07 Wolfgang Bumilleradd pbs-systemd: move string and unit handling there
2021-07-07 Wolfgang Bumillermove tools::nom to pbs-tools
2021-07-07 Wolfgang Bumillermove run_command to pbs-tools
2021-07-06 Wolfgang Bumilleradd pbs-tools subcrate
2021-07-06 Wolfgang Bumillersplit out pbs-runtime module
2021-07-06 Wolfgang Bumillertree-wide: switch to using mod.rs
2021-07-06 Wolfgang Bumillersplit out pbs-buildcfg module
2021-07-03 Thomas Lamprechtmemcom: rustfmt + (trailing) whitespace cleanups
2021-06-30 Dietmar Maurerfix CachedUserInfo by using a shared memory version...
2021-06-28 Stefan Reiterasync_lru_cache: fix handling of errors in fetch
2021-06-08 Wolfgang Bumillerfixup minimum lru capacity
2021-06-08 Stefan Reitertools/lru_cache: make minimum capacity 1
2021-06-08 Stefan Reitertools: add AsyncLruCache as a wrapper around sync LruCache
2021-06-08 Stefan Reitertools/BroadcastFuture: add testcase for better understa...
2021-06-08 Dominik Csapakfix #3433: use PVE's wearout logic in PBS
2021-05-17 Wolfgang Bumillerupdate proxmox-http dependency
2021-05-17 Fabian Grünbichlermove SimpleHttp to proxmox_http
2021-05-17 Fabian GrünbichlerSimpleHttp: factor out product-specific bits
2021-05-17 Fabian Grünbichlermove tools::http to proxmox_http
2021-05-17 Fabian Grünbichlermove ProxyConfig to proxmox_http
2021-05-17 Fabian GrünbichlerHttpsConnector: make keepalive configurable
2021-05-17 Fabian Grünbichlermove MaybeTlsStream wrapper to proxmox_http
2021-05-17 Fabian Grünbichlerrefactor: move socket helper to proxmox crate
2021-05-12 Dietmar Maurercorrectly set apt proxy configuration
2021-05-10 Dylan Whytefix #3296: use proxy for subscriptions
2021-05-06 Wolfgang Bumillerclient: use build_authority in build_uri
2021-05-06 Dietmar Maurercleanup: split SimpleHttp client into extra file
2021-05-05 Dietmar Maurerhttp proxy: add necessary brackets for IPv6 proxy
2021-05-04 Wolfgang BumillerRevert "temporarily disable broken test"
2021-04-29 Thomas Lamprechttemporarily disable broken test
2021-04-29 Wolfgang Bumilleradd 'config file format' to tools::config
2021-04-29 Wolfgang BumillerCertInfo: add is_expired_after_epoch
2021-04-29 Wolfgang BumillerCertInfo: add not_{after, before}_unix
2021-04-28 Wolfgang Bumillertools::fs::scan_subdir: use nix::Error instead of anyhow
2021-04-28 Wolfgang Bumillersystemd: add reload_unit
2021-04-28 Dietmar Maurertools/http: make user agent configurable
2021-04-28 Dietmar Maurertools/http: set USER_AGENT inside request
2021-04-28 Dietmar Maurerhttp: add helper to parse proxy configuration
2021-04-28 Dietmar MaurerHttpsConnector: add proxy authorization support
2021-04-27 Dominik Csapaktools/sgutils2: add size workaround for mode_sense
2021-04-27 Dietmar Maurertape: improve inline docs
2021-04-27 Dietmar Maurertape: remove MediumType struct, which is only valid...
2021-04-27 Dominik Csapaktools/sgutils2: improve error messages
2021-04-26 Dietmar Maurerhttp proxy: improve response parser
2021-04-23 Dietmar Maurertape: define and use MediumType enum
2021-04-23 Dietmar Maurertape: use loaded media_type in format_media (instead...
2021-04-22 Dietmar Maurerhttp proxy: implement read_connect_response()
2021-04-21 Dietmar MaurerHttpsConnector: add proxy support
2021-04-21 Dietmar MaurerHttpsConnector: code cleanup
2021-04-21 Dietmar Maurernew http client implementation SimpleHttp (avoid static...
2021-04-21 Dietmar MaurerMaybeTlsStream: implement poll_write_vectored()
2021-04-21 Dietmar Maurerhttp: rename EitherStream to MaybeTlsStream
2021-04-21 Dominik Csapakfix #3393: tools/xattr: allow xattr 'security.NTACL'
2021-04-12 Dominik Csapaktools/async_io: do not error on Accept for StaticIncoming
2021-04-12 Dominik Csapakfix gathering io stats for zpools
2021-04-12 Dietmar Maurersgutils2: use thiserror to derive Error
2021-04-09 Dietmar Maurersgutils2: implement scsi_request_sense()
2021-04-08 Stefan Reitertools/zip: add zip_directory helper
2021-04-08 Stefan Reiteradd tools/cpio encoding module
2021-04-08 Dietmar Maurersgutils2: add scsi_mode_sense helper
2021-04-08 Dietmar Maurertape: fix LEOM handling
2021-04-07 Dominik Csapaktools/zip: compress zips with deflate
next