]> git.proxmox.com Git - proxmox-backup.git/history - src/tools
api2/tape/restore: return backup manifest in try_restore_snapshot_archive
[proxmox-backup.git] / src / tools /
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
2021-04-07 Dominik Csapaktools/zip: run rustfmt
2021-04-07 Dominik Csapaktools/compression: add DeflateEncoder and helpers
2021-04-07 Dominik Csapaktools: add compression module
2021-03-27 Dietmar Maurersgutils2: use enum for ScsiError
2021-03-27 Dietmar MaurerSgRaw: add do_in_command()
2021-03-24 Dominik Csapakfix #3359: fix blocking writes in async code during...
2021-03-19 Dominik Csapaktools/systemd/time: implement some Traits for TimeSpan
2021-03-17 Dominik Csapaktools/subscription: ignore ENOENT for apt auth config...
2021-03-16 Dominik Csapaktools/zip: only add zip64 field when necessary
2021-03-15 Dominik Csapaktools/zip: add missing start_disk field for zip64 extension
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-03-03 Thomas Lamprechtzpool parsers: small code cleanup
2021-03-03 Thomas Lamprechtzpool parsers: fixup test value
2021-03-01 Thomas Lamprechtdisks/zfs: fix test input and enforce check for config key
2021-03-01 Thomas Lamprechtdisks/zfs: pull common test code out in helper
2021-02-03 Wolfgang BumillerHttpsConnector: use hostname instead of URL again
2021-02-01 Fabian Grünbichlerpaperkey: rustfmt
2021-02-01 Fabian Grünbichlerpaperkey: simplify block generation
2021-02-01 Fabian Grünbichlerpaperkey: allow RSA keys without passphrase
2021-01-27 Dietmar Maurertape: use 36 byte Inquiry (recommended size)
2021-01-27 Dietmar Maurersgutils2: use sg_get_asc_ascq_str to produce error...
2021-01-26 Dietmar Maurersgutils2: add ASC codes from tandeberg docs
2021-01-26 Dietmar Maurersgutils2: further improve error messages
2021-01-26 Dietmar Maurersgutils2: support RequestSense Descriptor format
2021-01-26 Dietmar Maurersgutils2: improve error messages
2021-01-26 Dietmar Maurertape: add new command line tool "pmtx"
2021-01-26 Fabian Grünbichlersystemd/time: extract Time/DateSpec structs
2021-01-26 Fabian Grünbichlerallow complex Futures in tower_service impl
2021-01-26 Fabian Grünbichlerbroadcast_future: refactor broadcast/future binding
2021-01-25 Wolfgang Bumillertools::sgutils2: name fixup
2021-01-25 Wolfgang Bumillertools::sgutils2: use NonNull
2021-01-25 Wolfgang Bumillertools::sgutils2: extern 'C' and import ordering
2021-01-25 Wolfgang Bumillertools::sgutils2: don't transmute to a Box
2021-01-25 Wolfgang Bumillertools::sgutils2: const correctness
2021-01-25 Dietmar Maurersgutils2: add scsi_inquiry command
2021-01-25 Fabian Grünbichlerclippy: rewrite comparison chains
2021-01-25 Fabian Grünbichlerclippy: add is_empty() when len() is implemented
2021-01-24 Dietmar Maurersgutils: allow command which does not transfer any...
2021-01-24 Dietmar Maurersgutils2: allow to set custom timeouts
2021-01-22 Dietmar Maurerpaperkey: move code to src/tools/paperkey.rs
2021-01-21 Dietmar Maurerrenamed src/tape/sgutils2.rs -> src/tools/sgutils2.rs
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: use while let loops
2021-01-20 Fabian Grünbichlerclippy: pass &str/&[..] instead of &String/&Vec
2021-01-20 Fabian Grünbichlerclippy: remove/replace needless explicit lifetimes
2021-01-20 Fabian Grünbichlerclippy: fix/allow identity_op
2021-01-20 Fabian Grünbichlerclippy: us *_or_else with function calls
2021-01-20 Fabian Grünbichlerclippy: convert single match to if let
2021-01-20 Fabian Grünbichlerclippy: misc. fixes
2021-01-20 Fabian Grünbichlerclippy: shorten assignments
2021-01-20 Fabian Grünbichlerclippy: fix option_as_ref_deref
2021-01-20 Fabian Grünbichlerclippy: remove explicit returns
2021-01-20 Fabian Grünbichlerclippy: use chars / byte string literals
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2021-01-20 Fabian Grünbichlerclippy: use strip_prefix instead of manual stripping
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary closures
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary clones
2021-01-15 Wolfgang Bumilleradd tools::json for canonical json generation
2021-01-14 Fabian Grünbichlercleanup: remove unnecessary 'mut' and '.clone()'
2021-01-14 Fabian Grünbichlertokio 1.0: update to new tokio-openssl interface
2021-01-14 Fabian Grünbichlertokio: adapt to 1.0 runtime changes
2021-01-14 Fabian Grünbichlertokio 1.0: AsyncRead/Seek with ReadBuf
2021-01-14 Fabian Grünbichlertokio 1.0: delay -> sleep
next