]> git.proxmox.com Git - proxmox-backup.git/history - src
bump proxmox crate to 0.1.7
[proxmox-backup.git] / src /
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2020-01-21 Dietmar Maureruse proxmox_backup::tools::runtime::main to run async...
2020-01-21 Wolfgang Bumillerruntime: actually park on Pending...
2020-01-21 Wolfgang Bumillerruntime: custom block_on implementation
2020-01-20 Wolfgang Bumillerruntime: drop now not required Send and static restrictions
2020-01-20 Wolfgang Bumillerintroduce new runtime tokio helpers
2020-01-20 Christian Ebnerpxar::fuse: remove open, opendir and releasedir callbacks
2020-01-20 Christian Ebnerpxar: Include symlink target in DirectoryEntry
2020-01-18 Dietmar Maurersrc/client/pxar_backup_stream.rs: use std::thread:...
2020-01-17 Dietmar Maurersrc/api2/pull.rs: implement delete flag for vanished...
2020-01-17 Dietmar Maurersrc/backup/backup_info.rs: new list_groups helper
2020-01-17 Dietmar Maurersrc/api2/types.rs: define and use GroupListItem
2020-01-17 Christian Ebnerpxar: Refactor fuse and remove unused code.
2020-01-17 Christian Ebnerpxar::fuse: Always use start offset of entries as inode.
2020-01-17 Christian Ebnerpxar::decoder: refactor Decoder::lookup()
2020-01-16 Dietmar Maurerrenamed: src/config/remotes.rs -> src/config/remote.rs
2020-01-16 Dietmar Maurersrc/backup/catalog.rs - SenderWriter: use tokio::task...
2020-01-16 Dietmar Maurersrc/api2/pull.rs: use reference to remote configuration
2020-01-16 Dietmar Maurersrc/client/remote_chunk_reader.rs: use tokio::task...
2020-01-16 Wolfgang Bumillerbump proxmox crate version
2020-01-16 Wolfgang Bumillerfix use of deprecated items
2020-01-16 Wolfgang Bumillerimport ordering cleanup
2020-01-15 Christian Ebnerpxar::fuse: remove readdir implementation
2020-01-15 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add completion funct...
2020-01-15 Dietmar Maurersrc/api2/config: check digest
2020-01-15 Dietmar Maurersrc/api2/config: correctly lock files
2020-01-15 Oguz Bektasservices: fix indentation
2020-01-15 Oguz Bektastools: add read_and_verify_password helper
2020-01-15 Christian Ebnerpxar::fuse: Avoid macro to generate filler function...
2020-01-14 Dietmar Maurersrc/api2/config: improve api schema by adding return...
2020-01-14 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add datastore update cli
2020-01-14 Dietmar Maurersrc/api2/config/datastore.rs: improve api, implement...
2020-01-14 Dietmar Maurersrc/api2/config/remotes.rs: improve api, implement...
2020-01-14 Dietmar Maurersrc/section_config.rs: add lookup_json() helper
2020-01-14 Dietmar Maurersrc/api2/config/remotes.rs: fix variable name -> s...
2020-01-14 Dietmar Maurersrc/section_config.rs - convert_to_array: optionally...
2020-01-14 Dietmar Maurersrc/section_config.rs - write: improve error message
2020-01-14 Dietmar Maurersrc/section_config.rs: do not allow control characters
2020-01-14 Dietmar Maurersrc/api2/types.rs: also define PASSWORD_FORMAT and...
2020-01-14 Dietmar Maurersrc/api2/types.rs: define and use PASSWORD_REGEX
2020-01-13 Dietmar Maurersrc/api2/types.rs: add regression test for PROXMOX_USER...
2020-01-13 Dietmar Maurersrc/api2/types.rs: fix regex patterns
2020-01-13 Dietmar Maurersrc/api2/types.rs: define PROXMOX_AUTH_REALM_SCHEMA...
2020-01-13 Dietmar Maurersrc/api2/types.rs: define HOSTNAME_FORMAT, DNS_NAME_FOR...
2020-01-13 Dietmar Maurersrc/config/*: add #[serde(skip_serializing_if="Option...
2020-01-13 Dietmar Maurersrc/api2/types.rs: define SINGLE_LINE_COMMENT_SCHEMA
2020-01-13 Dietmar Maurersrc/api2/types.rs: define REMOTE_ID_SCHEMA here
2020-01-13 Christian Ebnerpxar::fuse: impl readdirplus callback
2020-01-13 Christian Ebnerpxar::fuse: Get rid of broken cacheing
2020-01-13 Oguz Bektasfix typo for function name load_and_decrypt_key
2020-01-11 Dietmar Maurersrc/section_config.rs: make set_data generic
2020-01-11 Dietmar Maurercleanup config api, add remotes config cli interface
2020-01-11 Dietmar Maurersrc/config/datastore.rs: define DataStoreConfig using...
2020-01-10 Dietmar Maurersrc/api2/config/remotes.rs: cleanup - avoid compiler...
2020-01-10 Christian Ebnerpxar::fuse: refactor HashMap to store child parent...
2020-01-10 Christian Ebnerpxar::decoder::Decoder: include xattrs and payload...
2020-01-10 Christian Ebnerpxar: encoder: limit number of max entries held at...
2020-01-10 Dietmar Maurersrc/api2/config/remotes.rs: new API to configure remotes
2020-01-10 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: implement shell...
2020-01-10 Dietmar Maurerrename src/api2/sync.rs -> src/api2/pull.rs
2020-01-09 Dietmar Maurersrc/section_config.rs: implement generic lookup
2020-01-09 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: implement cli sync...
2020-01-09 Dietmar Maurersrc/config/remotes.rs: implement SectionConfig for...
2020-01-09 Christian Ebnerpxar: encoder: warn on lacking read permissions instead...
2020-01-09 Christian Ebnerpxar: encoder: fix incorrect goodbye table entries...
2020-01-09 Christian Ebnersrc/pxar/encoder.rs: avoid use of macro and initialize...
2020-01-09 Dietmar Maurersrc/api2/types.rs: fix SnapshotListItem schema definition
2020-01-08 Dietmar Maurersrc/api2/sync.rs: implement remote sync
2020-01-07 Dietmar Maurersrc/bin/proxmox-backup-client.rs: cleanup - factor...
2020-01-07 Dietmar Maurersrc/bin/proxmox-backup-client.rs: cleanup - factor...
2020-01-07 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use SnapshotListItem
2020-01-07 Dietmar Maurersrc/api2/types.rs: define and use new api type Snapshot...
2020-01-06 Dietmar Maurersrc/backup/backup_info.rs: implement last_successful_ba...
2020-01-05 Dietmar Maurersrc/backup/manifest.rs: impl TryFrom DataBlob
2020-01-05 Dietmar Maurersrc/backup/datastore.rs: implement cleanup_backup_dir()
2020-01-05 Dietmar Maurer src/client/backup_reader.rs: make compute_file_csum...
2020-01-05 Dietmar Maurersrc/client/http_client.rs: allow access to AuthInfo...
2020-01-02 Dietmar Maurersrc/backup/read_chunk.rs: add read_raw_chunk()
2020-01-02 Dietmar Maurersrc/backup/chunk_store.rs: implement cond_touch_chunk()
2020-01-02 Dietmar Maurersrc/backup/datastore.rs: new helper try_shared_chunk_st...
2019-12-31 Dietmar Maurersrc/backup/manifest.rs: new helper archive_type()
2019-12-30 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: remove unused use...
2019-12-27 Dietmar Maurersrc/bin/proxmox-backup-api.rs: create cert here
2019-12-27 Dietmar Maurersrc/client/http_client.rs - start_h2_connection: correc...
2019-12-27 Wolfgang Bumillerproxy/api: await running workers before shutdown
2019-12-27 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: create self signed...
2019-12-27 Dietmar Maurerproxmox-backup-manager.rs: remove wrong fixme
2019-12-23 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: impl. cert info
2019-12-22 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add cli to generate...
2019-12-20 Wolfgang Bumillerfix create_datastore parameters:
2019-12-20 Dietmar Maurersrc/api2/config/datastore.rs - create: pass uid and...
2019-12-20 Dietmar Maurersrc/backup/chunk_store.rs - create: pass User instead...
2019-12-19 Thomas Lamprechtapi/ui: datastore: allow to set simple comment
2019-12-19 Wolfgang Bumillerlet ChunkStore::create take CreateOptions
2019-12-19 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add task management cli
2019-12-19 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use async fn
2019-12-19 Dietmar Maurerremove tools::getpwnam_ugid, impl. crate::backup::backu...
2019-12-19 Dietmar Maurerupdate to nix 0.16
2019-12-19 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: connect to daemon...
2019-12-19 Dietmar Maurersrc/client/backup_repo.rs: impl. new()
next