]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2024-06-10 Fabian Grünbichlerbump pxar to 0.11.1
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 Ebnerfile-restore: list: improve pxar v2 performance
2024-06-10 Christian Ebnerdocs: add table listing possible change detection modes
2024-06-10 Christian Ebnerclient: backup spec: rename change detection mode default
2024-06-10 Fabian Grünbichlerapi: catalog: improve pxar v2 performance
2024-06-07 Fabian Grünbichlerrun cargo fmt
2024-06-07 Fabian Grünbichlerapi: catalog/file-restore: use archive-name schema
2024-06-07 Christian Ebnerclient: backup: conditionally write catalog for file...
2024-06-07 Christian Ebnerwww: content: lookup via metadata archive instead of...
2024-06-07 Christian Ebnerfile-restore: fallback to mpxar if catalog not present
2024-06-07 Christian Ebnerfile-restore: never list ppxar as archive
2024-06-07 Christian Ebnerapi: datastore: add optional archive-name to file-restore
2024-06-07 Christian Ebnerapi: datastore: conditional lookup for catalog endpoint
2024-06-07 Christian Ebnerclient: tools: add helper to lookup `ArchiveEntry`s...
2024-06-07 Christian Ebnerapi: datastore: move reusable code out of thread
2024-06-07 Christian Ebnerapi: datastore: factor out path decoding for catalog
2024-06-07 Christian Ebnerclient: helper: fix minor formatting issue
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 Fabian Grünbichlerbump pxar build-dep to 0.11
2024-06-05 Christian Ebnerdocs: add section describing change detection mode
2024-06-05 Christian Ebnerdocs: file formats: describe split pxar archive file...
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 Ebnerchunker: tests: add regression tests for payload chunker
2024-06-05 Christian Ebnerdatastore: chunker: implement chunker for payload stream
2024-06-05 Christian Ebnerdatastore: chunker: add Chunker trait
2024-06-05 Christian Ebnerpxar: add optional payload input to mount archive
2024-06-05 Christian Ebnerpxar: bin: support creation of split pxar archives...
2024-06-05 Christian Ebnerpxar: bin: test `pxar list` with payload-input
2024-06-05 Christian Ebnerpxar: bin: ignore version and prelude entries in listing
2024-06-05 Christian Ebnerpxar: bin: show padding in debug output on archive...
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 Ebnerchunker: add method to reset chunker state
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 Ebnerpxar: bin: add more context to extraction error
2024-06-05 Christian Ebnerpxar: bin: cover listing for split archives
2024-06-05 Christian Ebnerpxar: bin: add optional payload input for archive restore
2024-06-05 Christian Ebnerfile restore: show more error context when extraction...
2024-06-05 Christian Ebnerfile restore: cover split metadata and payload archives
2024-06-05 Christian Ebnerfile restore: factor out getting pxar reader
2024-06-05 Christian Ebnerfile restore: cover extension for split pxar archives
2024-06-05 Christian Ebnerwww: cover metadata extension for pxar archives
2024-06-05 Christian Ebnercatalog: shell: make split pxar archives accessible
2024-06-05 Christian Ebnerapi: datastore: attach split archive payload chunk...
2024-06-05 Christian Ebnerclient: mount: make split pxar archives mountable
2024-06-05 Christian Ebnerclient: tools: cover extension for split pxar archives
2024-06-05 Christian Ebnerclient: restore: read payload from dedicated index
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: helper: add helpers for creating reader instances
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-06-05 Fabian Grünbichlerbump version to 3.2.4-1
2024-06-05 Christian Ebnerdatastore: dynamic index: add method to get digest
2024-06-05 Christian Ebnerapi: datastore: refactor getting local chunk reader
2024-06-05 Christian Ebnerclient: backup: factor out extension from backup target
2024-06-03 Shannon Sterzauth: add locking to `PbsAuthenticator` to avoid race...
2024-06-03 Fiona Ebnerfix #5503: d/control: bump dependency for proxmox-widge...
2024-05-31 Gabriel Gollerfix: api: permission using wrong pathname
2024-05-27 Wolfgang Bumillerfixup build with new acme crate
2024-05-24 Fabian Grünbichlertrivial clippy fixes
2024-05-24 Fabian Grünbichlerrun `cargo fmt`
2024-05-22 Thomas Lamprechtbump version to 3.2.3-1
2024-05-22 Thomas Lamprechttape: rework setting MAM Host type attributes
2024-05-22 Thomas Lamprechtbuild config: add constant for full cargo crate version
2024-05-22 Fabian Grünbichleracme: explicitly ask for custom directory URI
2024-05-22 Lukas Wagnerui: datastore options: link to 'notification-mode'...
2024-05-22 Lukas Wagnerdocs: notifications: rewrite overview for more clarity
2024-05-22 Lukas Wagnerdocs: document notification-mode and merge old notifica...
2024-05-22 Gabriel Gollernotifications: fix legacy sync notifications
2024-05-22 Wolfgang Bumillerbump d/control
2024-05-22 Wolfgang Bumillerbump proxmox-auth-api to 0.4
2024-05-22 Stefan Sterzauth: use auth-api when generating keys and generate...
2024-05-22 Stefan Sterzauth: move to auth-api's private and public keys when...
2024-05-22 Stefan Sterzauth: upgrade hashes on user log in
next