]> git.proxmox.com Git - proxmox-backup.git/history - pbs-datastore
pbs-api-types: remove openssl dependency for target wasm
[proxmox-backup.git] / pbs-datastore /
2021-11-25 Dietmar Maurerremove trait BufferedRead from pbs-tools/src/io.rs
2021-11-24 Dietmar Maurerpbs-datastore: use hex::serde feature
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-22 Wolfgang Bumillerd/control and Cargo.toml bumps
2021-11-20 Thomas Lamprechtmove HumanByte to pbs-abi-types crate
2021-11-19 Fabian Grünbichlerupdate to base64 0.13
2021-11-19 Dietmar Maureruse new proxmox-sys crate
2021-11-18 Dietmar Maureruse proxmox::tools::fd::fd_change_cloexec from proxmox...
2021-11-18 Fabian GrünbichlerBackupGroup: add filter helper
2021-10-28 Dominik CsapakPruneMark: implement display without the write! macro
2021-10-28 Dominik CsapakPruneMark: use copied values instead of references
2021-10-28 Dominik Csapakapi2/admin/datastore: add get/set_protection
2021-10-28 Dominik Csapakbackup/datastore: prevent protected snapshots to be...
2021-10-28 Dominik Csapakadd protected info of snapshots to api and task logs
2021-10-28 Dominik Csapakpbs-datastore: skip protected backups in pruning
2021-10-28 Dominik Csapakpbs-datastore: add protection info to BackupInfo
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-10-13 Wolfgang Bumillerpbs-tools: drop borrow module
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-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 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-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-10 Dietmar Maurermove PruneOptions to pbs_api_types workspace
2021-09-08 Dietmar Maurerremove dead code
2021-09-07 Dietmar Maurermoved key_derivation.rs from pbs_datastore to pbs-confi...
2021-09-07 Dietmar Maurermove data_blob encode/decode from crypt_config.rs to...
2021-09-07 Dietmar Maurermove Kdf and KeyInfo to pbs_api_types workspace
2021-09-01 Wolfgang Bumillerfixup imports in tests and examples
2021-08-31 Wolfgang Bumillermake api2::helpers::list_dir_content a CatalogReader...
2021-08-31 Wolfgang Bumillermove some more API types
2021-08-25 Wolfgang Bumillerbump proxmox dependency to 0.13.0
2021-07-22 Thomas Lamprechtcargo: update proxmox to 0.12.1
2021-07-21 Wolfgang Bumillermove CachedChunkReader to pbs-datastore
2021-07-21 Wolfgang Bumillermove remaining client tools to pbs-tools/datastore
2021-07-20 Dietmar Maureradd helpers to write configuration files
2021-07-16 Dominik Csapakpbs-datastore/prune: make PruneOptions an api type
2021-07-13 Dominik Csapakchunk_store/insert_chunk: add more information to file...
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 Bumillertest fixups
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 Bumillermove TaskState trait to pbs-datastore
2021-07-07 Wolfgang Bumilleradd pbs-api-types subcrate, move key_derivation
2021-07-06 Wolfgang Bumilleradd pbs-datastore module