]> git.proxmox.com Git - proxmox-backup.git/history - pbs-tape
fix #5248: client: allow self-signed/untrusted certificate chains
[proxmox-backup.git] / pbs-tape /
2024-02-13 Maximiliano Sandovalaccess first element with first() rather than get(0)
2024-01-30 Fabian Grünbichlerrun cargo fmt
2024-01-22 Thomas Lamprechttape: drop unused has_encryption helper
2024-01-22 Dominik Csapaktape: assert encryption mode when using the PoolWriter
2024-01-22 Dominik Csapaktape: fix wrongly unloading encryption key
2024-01-22 Dominik Csapaktape: move key deriving into SgTape
2024-01-22 Dominik Csapaktape: provide 'open_lto_drive' methods for LtoTapeHandl...
2024-01-22 Dominik Csapaktape: improve function naming
2023-12-22 Dominik Csapaktape: work around buggy changer implementations
2023-12-12 Dietmar Maurertape: derive Debug for ElementType (fix previous commit)
2023-12-12 Dominik Csapaktape: improve error on decode element status page
2023-12-12 Dominik Csapaktape: adapt format_media for LTO9+
2023-12-12 Dominik Csapaktape: add optional timeout to wait_until_ready
2023-11-29 Thomas Lamprechttree-wide: fix various typos
2023-11-27 Dominik Csapaktape: library status: don't fail if the library does...
2023-11-11 Gabriel Gollerdocs: rustdoc warnings
2023-05-17 Thomas Lamprechtpbs-tape: clippy and format string fixes
2023-05-17 Thomas Lamprechttape: MAM: replace tuple with struct for better readability
2023-05-17 Thomas Lamprechttape: avoid panic potential in MAM attribute decoder
2023-05-17 Thomas Lamprechttape: update link to IBM SCSI reference LTO 5 - 9
2023-05-17 Thomas Lamprechttape: reduce indentation depth of MAM attribute decoder
2023-04-24 Dominik Csapaktape: typo fixes
2023-04-24 Dietmar Maurertape: implement 6 byte fallback for MODE SENSE/SELECT
2023-04-20 Dominik Csapaktape: continue without MAM media_usage page
2023-04-20 Dominik Csapaktape: use correct MAM attribute definitions
2022-12-12 Fabian Grünbichlersort dependencies
2022-12-12 Fabian Grünbichlerswitch regular dependencies to workspace ones
2022-12-12 Fabian Grünbichlerswitch proxmox dependencies to workspace
2022-12-12 Fabian Grünbichlerworkspace: inherit metadata
2022-12-06 Wolfgang Bumillertree-wide: bump edition to 2021
2022-12-05 Fabian Grünbichlerclippy 1.65 fixes
2022-10-19 Wolfgang Bumillerbump sys dep to 0.4.1
2022-09-07 Fabian Grünbichlerupdate proxmox-router to 1.3.0
2022-07-28 Wolfgang Bumillerbump proxmox-sys dep to 0.4
2022-07-28 Wolfgang Bumillertape: trivial clippy fixes
2022-07-28 Wolfgang Bumillertape: 'comparison_chain' clippy fixes
2022-07-26 Fabian Grünbichlermore clippy fixes and annotations
2022-06-29 Thomas Lamprechttape reader: improve error for unknown magic number
2022-06-29 Wolfgang Bumillerbump proxmox-sys dep to 0.3.1
2022-06-21 Hannes Laimerpbs-fuse+pbs-tape: replace print with log macro
2022-06-21 Hannes Laimerbins: init cli logger
2022-06-21 Wolfgang Bumillerbump proxmox-router dep to 1.2.4
2022-06-07 Thomas Lamprechttree wide: typo fixes through codespell
2022-06-02 Fabian Grünbichlerupdate to nix 0.24 / rustyline 9 / proxmox-sys 0.3
2022-04-21 Dietmar Maurerpbs-tape: sgutils2: check sense data when status is...
2022-04-13 Wolfgang Bumillerbump proxmox-schema dependency to 1.3.1 for streaming...
2022-04-13 Wolfgang Bumillerbump proxmox-router dependency to 1.2
2022-04-06 Thomas Lamprechtpbs tape: rust fmt
2022-03-11 Stefan Sterztape, docs, api: fix miscellaneous typos
2022-03-04 Wolfgang Bumillerbump proxmox-schema dep to 1.3
2022-02-21 Wolfgang Bumillerbump proxmox-lang dep to 1.1
2022-02-21 Dominik Csapakuse io_format_err, io_bail, io_err_other from proxmox...
2022-02-08 Fabian Grünbichlermisc clippy fixes
2022-01-18 Matthias Heisererdocs: make external hyperlinks clickable
2021-12-30 Fabian Grünbichlertree-wide: use is_empty() and similar
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-12-16 Wolfgang Bumillerbump regex dep to 1.5
2021-12-16 Wolfgang Bumillercleanup schema function calls
2021-12-16 Wolfgang Bumillerbump proxmox-schema to 1.1
2021-11-25 Dietmar Maurerpbs-tape: do not depend on pbs-tools
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-18 Dietmar Maureruse proxmox::tools::fd::fd_change_cloexec from proxmox...
2021-10-27 Dominik Csapakfix typo s/CGM/GCM/i
2021-10-22 Wolfgang BumillerCargo.toml: set udev dependency to 0.4
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-10-13 Dietmar Maureruse complete_file_name from proxmox-router 1.1
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-10-08 Wolfgang Bumillerbump proxmox dependency to 0.14.0 and proxmox-http...
2021-09-28 Dietmar MaurerExtJsFormatter: use ParameterError to correctly compute...
2021-09-23 Dietmar Maureruse UPID and systemd helpers from proxmox 0.13.4
2021-09-21 Dietmar Maurermove ApiConfig, FileLogger and CommandoSocket to proxmo...
2021-09-13 Dietmar Maurersplit tape code into new pbs_tape workspace