]> git.proxmox.com Git - proxmox-backup.git/history
proxmox-backup.git
2024-06-28 Maximiliano Sandovalreplace get(key).is_some() with contains_key()
2024-06-27 Fabian GrünbichlerMakefile: drop outdated comment
2024-06-27 Fabian Grünbichlerbuild: fix `nocheck` build
2024-06-25 Fabian Grünbichlercargo config: add `debug=true`
2024-06-25 Fabian Grünbichlertrivial clippy fixes
2024-06-24 Fabian Grünbichlerrun cargo fmt
2024-06-24 Fabian Grünbichlertrivial clippy fixes
2024-06-20 Wolfgang Bumillerbump proxmox-rrd to 0.2 and proxmox-time to 2.0
2024-06-20 Wolfgang Bumillerbump bitflags to 2.4
2024-06-20 Wolfgang Bumillerupdate README.rst to refer to .cargo/config.toml
2024-06-20 Maximiliano Sandovalfs: update comment to reflect usage of C-string literals
2024-06-20 Wolfgang Bumillerrename .cargo/config to .cargo/config.toml
2024-06-20 Maximiliano Sandovalcargo: use default-features
2024-06-20 Wolfgang Bumilleruse XATTR_* constants instead of calling functions
2024-06-20 Wolfgang Bumillerbump sys dependency to 0.5.7
2024-06-20 Wolfgang Bumillerreplace c_str! macro with c"literals"
2024-06-20 Fabian Grünbichlerbuild: use cargo wrapper when building package
2024-06-19 Fabian Grünbichlerbuild: fix SUBCRATES for arbitrary working dirs
2024-06-19 Fabian Grünbichlerbuild: adapt workspace member command
2024-06-19 Gabriel Gollerclose #4763: client: add command to forget backup group
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-18 Thomas Lamprechtui: gc job edit: fix i18n gettext usage
2024-06-17 Thomas Lamprechtdocs: drop blanket statement recommending against remot...
2024-06-17 Wolfgang Bumillerbump proxmox-sys dep to 0.5.6
2024-06-17 Fabian GrünbichlerMerge branch '3.2.6'
2024-06-17 Fabian Grünbichlerbump version to 3.2.6-1
2024-06-17 Christian Ebnerclient: pxar: fix fuse mount performance for split...
2024-06-13 Dietmar Maurerconfig: acme: use latest proxmox_sys::fs::ensure_dir_exists
2024-06-11 Dominik Csapakdocs: add note for not using remote storages
2024-06-11 Dominik Csapaktape: handle PEWZ like regular early warning
2024-06-11 Dominik Csapaktape: disable Programmable Early Warning Zone (PEWZ)
2024-06-11 Dominik Csapaktape: refactor setting the mode page
2024-06-10 Fabian Grünbichlerbump version to 3.2.5-1
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
next