]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2021-01-26 Dietmar Maurersgutils2: further improve error messages
2021-01-26 Dietmar Maurersgutils2: support RequestSense Descriptor format
2021-01-26 Dominik Csapaktape/changer/mtx: add mtx parser test
2021-01-26 Dominik Csapakapi2/tape/changer: reorganize api
2021-01-26 Dominik Csapaktape: fix typos
2021-01-26 Dominik Csapakdocs/tape: fix some typos and improve wording
2021-01-26 Dietmar Maurersgutils2: improve error messages
2021-01-26 Dietmar Maurertape: add new command line tool "pmtx"
2021-01-26 Oguz Bektasui: add missing uri encoding in user edit and view
2021-01-26 Dominik Csapakserver/worker_task: improve newline handling in upid_re...
2021-01-26 Wolfgang Bumillerpxar: don't clone patterns unnecessarily
2021-01-26 Fabian Grünbichlerclippy: more misc fixes
2021-01-26 Fabian Grünbichlerclippy: allow api functions with many arguments
2021-01-26 Fabian Grünbichlerverify: factor out common parameters
2021-01-26 Fabian Grünbichlerderive/impl and use Default for some structs
2021-01-26 Fabian Grünbichlerauthid: make Tokenname(Ref) derive Eq
2021-01-26 Fabian Grünbichlerpxar: extract PxarExtractOptions
2021-01-26 Fabian Grünbichlerpxar: factor out PxarCreateOptions
2021-01-26 Fabian Grünbichlerpxar: typedef on_error as ErrorHandler
2021-01-26 Fabian Grünbichlerclient: factor out UploadOptions
2021-01-26 Fabian Grünbichlersystemd/time: extract Time/DateSpec structs
2021-01-26 Fabian Grünbichlerasync index reader: typedef ReadFuture
2021-01-26 Fabian Grünbichlerallow complex Futures in tower_service impl
2021-01-26 Fabian Grünbichlerclient: refactor catalog upload spawning
2021-01-26 Fabian Grünbichlerbroadcast_future: refactor broadcast/future binding
2021-01-26 Fabian Grünbichlerreport: type-alias function call tuple
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 Maurertape: cleanup - use ScsiMediaChange trait instead of...
2021-01-25 Dietmar Maurertape: add/use rust scsi changer implementation using...
2021-01-25 Dietmar Maurersgutils2: add scsi_inquiry command
2021-01-25 Fabian Grünbichlerhttp-client: further clippy cleanups
2021-01-25 Fabian Grünbichlerhttp-client: fix typoed ticket cache condition
2021-01-25 Fabian Grünbichlerrework GC traversal error handling
2021-01-25 Fabian Grünbichlerapt: let api handle optional bool with default
2021-01-25 Fabian Grünbichlerclippy: rewrite ifs with identical return values
2021-01-25 Fabian Grünbichlerclippy: rewrite comparison chains
2021-01-25 Fabian Grünbichlerclippy: fix Mutex with unused value
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-23 Dietmar Maurercleanup: avoid compiler warnings
2021-01-23 Dietmar Maurertape: add docu about paperkey
2021-01-23 Dietmar Maurertape: document hardware encryption
2021-01-23 Dietmar Maurertape: avoid error when clearing encryption key
2021-01-22 Dylan Whytedocs: clarify that client-server communication is secure
2021-01-22 Dietmar Maurerimprove code docs in api2
2021-01-22 Fabian Grünbichlerd/control: bump B-D on pve-eslint
2021-01-22 Dietmar Maurertape: add media pool config code docs
2021-01-22 Dietmar Maurertape: add drive config code docs
2021-01-22 Dietmar Maurerfix mtx parser bug: s/strip_suffix/strip_prefix/
2021-01-22 Dietmar Maurertape: implement paperkey command for tape encryption...
2021-01-22 Dietmar Maurerpaperkey: move code to src/tools/paperkey.rs
2021-01-22 Dietmar Maurertape: add volume-statistics api/command
2021-01-22 Dietmar Maurertape: add estimated medium wearout to status
2021-01-22 Dietmar Maurertape: set encryption key on restore
2021-01-21 Dietmar Maurertape: add code docs to src/config/tape_encryption_keys.rs
2021-01-21 Dietmar Maurerrenamed src/tape/sgutils2.rs -> src/tools/sgutils2.rs
2021-01-21 Dietmar Maurertape: move MediaCatalog magic number into struct (doc...
2021-01-21 Dietmar Maurertape: further hierarchy improvements
2021-01-21 Dietmar Maurertape: change code hierarchy to improve docs
2021-01-21 Dietmar Maurertape: do not export/doc low level libsgutils2 bindings
2021-01-21 Thomas Lamprechtui: cleanup order of declraing properties
2021-01-21 Thomas Lamprechtui: fix on-parse use of global Proxmox.UserName
2021-01-21 Dietmar Maurertape: improve code docs
2021-01-21 Dietmar Maurercleanup: always compute fingerprint in KeyConfig constr...
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-21 Dietmar Maurertape: try to set encryption key with read-label command
2021-01-21 Dietmar Maurertape: restore_key - always update key, even if there...
2021-01-21 Dietmar Maurertape: fix file permissions for tape encryptiuon keys
2021-01-21 Dietmar Maurercleanup: remove missleading wording from code docs
2021-01-21 Dietmar Maurercleanup: KeyConfig::decrypt - show password hint on...
2021-01-21 Dietmar Maurertape: use type Uuid instead of String
2021-01-21 Dietmar Maurertape: use specialized encryption key per media-set
2021-01-20 Dietmar Maurerapi: add types for UUIDs
2021-01-20 Fabian Grünbichlerclippy: replace transmute with &*
2021-01-20 Fabian Grünbichlerclippy: remove drop(&..)
2021-01-20 Fabian Grünbichlerclippy: use is_null to check for null pointers
2021-01-20 Fabian Grünbichlerclippy: remove some unnecessary reference taking
2021-01-20 Fabian Grünbichlerclippy: fix for_kv_map
2021-01-20 Fabian Grünbichlerclippy: fix/allow needless_range_loop
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 unnecessary &mut
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary `let` binding
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: don't pass along unit value
2021-01-20 Fabian Grünbichlerclippy: use unwrap_or_default
2021-01-20 Fabian Grünbichlerclippy: use copied/cloned instead of map
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: use matches!
2021-01-20 Fabian Grünbichlerclippy: collapse nested ifs
next