]> git.proxmox.com Git - proxmox-backup.git/history - pbs-client
update to rrd-api-types 1.0.2
[proxmox-backup.git] / pbs-client /
2024-08-29 Wolfgang Bumillertests: replace static mut with a mutex
2024-08-14 Maximiliano Sandovalclient: remove unused deps
2024-08-14 Maximiliano Sandovalclient: remove unused lazy_static dependency
2024-08-07 Maximiliano Sandovalfix typos in rust documentation blocks
2024-07-17 Maximiliano Sandovalfix #3699: client: prefer xdg cache directory for tmp...
2024-07-02 Hannes Laimerhttp_client: keep renewal future running on failed...
2024-07-02 Christian Ebnerfix 5304: client: set process uid/gid for .pxarexclude-cli
2024-06-28 Maximiliano Sandovaltools: write multiplication by 01 succinctly
2024-06-24 Fabian Grünbichlertrivial clippy fixes
2024-06-20 Wolfgang Bumillerbump bitflags to 2.4
2024-06-20 Wolfgang Bumilleruse XATTR_* constants instead of calling functions
2024-06-20 Wolfgang Bumillerreplace c_str! macro with c"literals"
2024-06-19 Wolfgang Bumillerclient: add 'remove_repository_from_value' helper
2024-06-19 Gabriel Gollerpxar: use anyhow::Error in PxarBackupStream
2024-06-19 Gabriel Gollerpxar: add UniqueContext helper
2024-06-19 Gabriel Gollerpxar: remove ArchiveError
2024-06-17 Fabian GrünbichlerMerge branch '3.2.6'
2024-06-17 Christian Ebnerclient: pxar: fix fuse mount performance for split...
2024-06-10 Fabian Grünbichlerextract: don't interpret prelude as OsStr
2024-06-10 Christian Ebnerclient: pxar: encode prelude based on writer variant
2024-06-10 Christian Ebnerclient: pxar: json encode cli exclude pattern in prelude
2024-06-10 Christian Ebnerclient: backup spec: rename change detection mode default
2024-06-07 Christian Ebnerclient: backup: conditionally write catalog for file...
2024-06-07 Christian Ebnerclient: tools: add helper to lookup `ArchiveEntry`s...
2024-06-07 Christian Ebnerclient: pxar: fix minor formatting issue
2024-06-06 Christian Ebnerclient: pxar: conditionally skip metadata reference...
2024-06-06 Christian Ebnerclient: pxar: do not attempt to set uid/gid in test
2024-06-05 Christian Ebnerclient: pxar: set cache limit based on nofile rlimit
2024-06-05 Christian Ebnerclient: tools: add helper to raise nofile rlimit
2024-06-05 Christian Ebnerclient: pxar: add archive creation with reference test
2024-06-05 Christian Ebnerclient: chunk stream: switch payload stream chunker
2024-06-05 Christian Ebnerchunk stream: tests: add regression tests for payload...
2024-06-05 Christian Ebnerdatastore: chunker: add Chunker trait
2024-06-05 Christian Ebnerclient: pxar: allow to restore prelude to optional...
2024-06-05 Christian Ebnerclient: pxar: opt encode cli exclude patterns as Prelude
2024-06-05 Christian Ebnerclient: pxar: add helper to handle optional preludes
2024-06-05 Christian Ebnerclient: backup writer: make backup info output more...
2024-06-05 Christian Ebnerpxar: create: show chunk injection stats info output
2024-06-05 Christian Ebnerpxar: create: keep track of reused chunks and files
2024-06-05 Christian Ebnerclient: backup writer: add injected chunk count to...
2024-06-05 Christian Ebnerfix #3174: client: pxar: enable caching and meta comparison
2024-06-05 Christian Ebnerclient: pxar: refactor catalog encoding for directories
2024-06-05 Christian Ebnerpxar: caching: add look-ahead cache
2024-06-05 Christian Ebnerclient: pxar: add method for metadata comparison
2024-06-05 Christian Ebnerclient: implement prepare reference method
2024-06-05 Christian Ebnerspecs: add backup detection mode specification
2024-06-05 Christian Ebnerclient: streams: add channels for dynamic entry injection
2024-06-05 Christian Ebnerclient: chunk stream: add struct to hold injection...
2024-06-05 Christian Ebnerupload stream: implement reused chunk injector
2024-06-05 Christian Ebnerclient: pxar: helper for lookup of reusable dynamic...
2024-06-05 Christian Ebnerclient: pxar: include payload offset in entry listing
2024-06-05 Christian Ebnerclient: tools: cover extension for split pxar archives
2024-06-05 Christian Ebnerclient: tools: helper to check pxar filename extensions
2024-06-05 Christian Ebnerclient: helper: add method for split archive name mapping
2024-06-05 Christian Ebnerclient: pxar: optionally split metadata and payload...
2024-06-05 Christian Ebnerclient: pxar: combine writers into struct
2024-06-05 Christian Ebnerclient: pxar: switch to stack based encoder state
2024-04-21 Christian Ebnerclient: backup writer: fix minor formatting issue
2024-04-10 Gabriel Gollerpbs-client: fixed typo in error message
2024-04-04 Christian Ebnerclient: backup writer: only borrow http client
2024-03-26 Fabian Grünbichlerfix #5248: client: allow self-signed/untrusted certific...
2024-03-25 Maximiliano Sandovalapi: use if-let pattern for error-only handling
2024-02-22 Christian Ebnerclient: pxar: early return on exclude pattern match
2024-02-22 Christian Ebnerclient: pxar: fix minor formatting issues
2024-02-15 Gabriel Gollerfix #4975: client: ignore E2BIG error flag
2024-02-13 Maximiliano Sandovalpxar: elide explicit lifetime
2024-02-13 Maximiliano Sandovalremove redundant guards
2024-01-19 Wolfgang Bumillerclient: drop unused code
2023-11-29 Thomas Lamprechttree-wide: fix various typos
2023-11-29 Wolfgang Bumillerfix variables not needing mut warnings
2023-11-27 Maximiliano Sandoval Ruse IsTerminal trait whenever possible
2023-11-25 Hannes Laimeraccept a ref to a HttpClient
2023-10-19 Max Carrarafix #4779: client: add missing "Connection" header...
2023-09-27 Thomas Lamprechtclient: task polling: rework code to be slightly more...
2023-09-27 Gabriel Gollerclient: do exit with failure code when task finished...
2023-09-18 Gabriel Gollerfix #4343: updated `view_task_result` to bail on task...
2023-08-24 Wolfgang Bumillerminor style cleanup
2023-08-24 Wolfgang Bumillercleanup: drop unnecessary to_owned call
2023-08-24 Gabriel Gollerfix #4380: check if file is excluded before running...
2023-08-17 Wolfgang Bumillershorten code a tiny bit
2023-08-17 Christian Ebnerfix: #4761: introduce overwrite bitflags for fine grain...
2023-08-17 Christian Ebnerfix: #4761: unlink existing entries for hard/symlinks...
2023-08-08 Fabian Grünbichlerblob/chunk parse errors: add context
2023-08-04 Fabian GrünbichlerRevert "fix #4380: stat() is run when file is executed"
2023-08-04 Gabriel Gollerfix #4380: stat() is run when file is executed
2023-07-19 Fabian Grünbichlerbackup: improve skipped download error message
2023-07-19 Maximiliano Sandovalfix #4591: pbs-client: backup_writer: improve error...
2023-07-19 Maximiliano Sandovalpbs-client: backup-writer: use log::warn instead of...
2023-07-17 Max Carrarapbs-client: pxar: add PxarExtractContext
2023-07-17 Max Carrarapbs-client: pxar: refactor body of `extract_archive...
2023-07-17 Max Carrarapbs-client: pxar: preserve error context
2023-06-26 Lukas Wagnerapi-types: client: datastore: tools: use proxmox-human...
2023-05-17 Thomas Lamprechtpbs-client: clippy fixes
2023-03-27 Fabian Grünbichlerpxar creation: use log crate for error reporting
2023-03-27 Fabian Grünbichlerfix #4578: use log crate for pxar create logging
2023-03-02 Wolfgang Bumilleruse new auth api crate
2023-03-02 Wolfgang Bumilleradapt to rest-server 0.3 and http 0.8 changes
2023-01-19 Thomas Lamprechtclient: task log: use fstrings for shorter code
2023-01-19 Thomas Lamprechtclient: task log: only encode upid once
2023-01-19 Fabian Grünbichlerfix #4483: fix `task log` command interrupt handling
next