]> git.proxmox.com Git - proxmox-backup.git/history - src/backup
Set MMAP_THRESHOLD to a fixed value (128K)
[proxmox-backup.git] / src / backup /
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-27 Dietmar Maurermove src/backup/read_chunk.rs to pbs-datastore/src...
2021-09-27 Dietmar Maurermove src/backup/snapshot_reader.rs to pbs_datastore...
2021-09-27 Dietmar MaurerWorkerTaskContext: make it Send + Sync
2021-09-27 Dietmar Maurermove src/backup/datastore.rs into pbs_datastore crate
2021-09-24 Dietmar MaurerWorkerTaskContext: add shutdown_requested() and fail_on...
2021-09-24 Dietmar Maurerrename TaskState to WorkerTaskContext
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-09-21 Dietmar Maurermove ApiConfig, FileLogger and CommandoSocket to proxmo...
2021-09-14 Dietmar Maureravoid type re-exports
2021-09-14 Dietmar Maurermove src/tape/helpers/snapshot_reader.rs to src/backup...
2021-09-10 Dietmar Maurermore api type cleanups: avoid re-exports
2021-09-10 Dietmar Maurermove datastore config to pbs_config workspace
2021-09-07 Dietmar Maurermoved key_derivation.rs from pbs_datastore to pbs-confi...
2021-09-02 Dietmar Maurerstart new pbs-config workspace
2021-09-01 Wolfgang Bumillersplit proxmox-file-restore into its own crate
2021-08-30 Wolfgang Bumillercleanup proxmox_backup::backup module
2021-07-21 Wolfgang Bumillermove CachedChunkReader to pbs-datastore
2021-07-21 Wolfgang Bumillermove remaining client tools to pbs-tools/datastore
2021-07-21 Dietmar Maurerfix regression test file permission problems
2021-07-20 Dietmar Maureradd helpers to write configuration files
2021-07-20 Dietmar Maureruse new atomic_open_or_create_file
2021-07-20 Wolfgang Bumillermove lru cachers to pbs-tools
2021-07-20 Wolfgang Bumillermove ChunkStream to pbs-client
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-07-16 Dominik Csapakserver/prune_job: add proper permission checks to ...
2021-07-16 Dominik Csapakbackup/datastore: refactor check_backup_owner there
2021-07-09 Wolfgang Bumillermove more api types for the client
2021-07-09 Wolfgang Bumillermoving more code to pbs-datastore
2021-07-09 Wolfgang Bumillermove chunk_stat, read_chunk to pbs-datastore
2021-07-07 Wolfgang Bumillermove chunk_store to pbs-datastore
2021-07-07 Wolfgang Bumillermove manifest and backup_info to pbs-datastore
2021-07-07 Wolfgang Bumillermove backup id related types to pbs-api-types
2021-07-07 Wolfgang Bumilleradd pbs-api-types subcrate, move key_derivation
2021-07-06 Wolfgang Bumilleradd pbs-datastore module
2021-07-06 Wolfgang Bumilleradd pbs-tools subcrate
2021-07-06 Wolfgang Bumillersplit out pbs-runtime module
2021-07-06 Wolfgang Bumillertree-wide: switch to using mod.rs
2021-06-28 Dominik Csapakbackup/datastore: refactor chunk inode sorting to the...
2021-06-28 Hannes Laimerverify-job: move snapshot filter into function
2021-06-14 Fabian Grünbichlerupdate to zstd 0.6
2021-06-08 Stefan Reiterbackup: remove AsyncIndexReader
2021-06-08 Stefan Reiterbackup: add AsyncRead/Seek to CachedChunkReader
2021-06-08 Stefan Reiterbackup: add CachedChunkReader utilizing AsyncLruCache
2021-06-04 Dominik Csapakbackup/chunk_store: optionally log progress on creation
2021-06-04 Dominik Csapakproxmox-backup-proxy: fix leftover references on datast...
2021-05-07 Dietmar Maurermove api related type/regx definition from backup_info...
2021-05-07 Dominik Csapakapi2/types: add TAPE_RESTORE_SNAPSHOT_SCHEMA
2021-05-07 Fabian Grünbichlerprogress: shorter format
2021-05-07 Fabian Grünbichlerprogress: add current group to output
2021-05-07 Fabian Grünbichlerfix #3331: improve progress for last snapshot in group
2021-04-30 Hannes Laimeradd ctime and size function to IndexFile trait
2021-04-29 Wolfgang Bumillercatalog shell: replace LoopState with ControlFlow
2021-04-16 Dietmar Maurertape restore: avoid multiple stat calls for same chunk
2021-04-16 Dietmar Maurertape restore: verify if all chunks exist
2021-04-15 Thomas Lamprechtbackup verify: do not check every loop iteration for...
2021-04-15 Thomas Lamprechtbackup verify: unify check if chunk can be skipped
2021-04-15 Thomas Lamprechtbackup verify: re-check if we can skip a chunk in the...
2021-04-14 Thomas Lamprechtverify: add comment for inode sorting
2021-04-14 Thomas Lamprechtverify: partially rust fmt
2021-04-14 Dominik Csapakbackup/verify: improve speed by sorting chunks by inode
2021-03-14 Thomas Lamprechtbackup info: run rustfmt
2021-03-10 Thomas Lamprechttypo fixes all over the place
2021-02-17 Dominik Csapakapi2/admin/datastore: refactor list_dir_content in...
2021-02-01 Dominik Csapakgarbage_collection: only ignore 'missing chunk' errors
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ünbichlerasync index reader: typedef ReadFuture
2021-01-25 Fabian Grünbichlerrework GC traversal error handling
2021-01-25 Fabian Grünbichlerclippy: rewrite comparison chains
2021-01-25 Fabian Grünbichlerclippy: fix Mutex with unused value
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 Maurercleanup: KeyConfig::decrypt - show password hint on...
2021-01-20 Fabian Grünbichlerclippy: replace transmute with &*
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: 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: us *_or_else with function calls
2021-01-20 Fabian Grünbichlerclippy: misc. fixes
2021-01-20 Fabian Grünbichlerclippy: shorten assignments
2021-01-20 Fabian Grünbichlerclippy: use matches!
2021-01-20 Fabian Grünbichlerclippy: use chars / byte string literals
2021-01-20 Fabian Grünbichlerclippy: is_some/none/ok/err/empty
2021-01-20 Fabian Grünbichlerclippy: remove needless bool literals
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary closures
2021-01-20 Fabian Grünbichlerclippy: remove unnecessary clones
2021-01-20 Dietmar Maurerimprove code docs
2021-01-20 Dietmar Maurertape: implemenmt show key
2021-01-20 Dietmar Maurercleanup KeyConfig
2021-01-20 Dietmar Maureradd "password hint" to KeyConfig
2021-01-19 Dietmar Maurertape: generate random encryptions keys and store key_co...
2021-01-19 Dietmar Maurercleanup: factor out decrypt_key_config
2021-01-18 Dietmar Maurerimplement FromStr for Fingerprint
2021-01-18 Dietmar Maurertape: add hardware encryption key managenent api
next