]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2020-01-31 Christian Ebnerdocs: Add documentation for mounting pxar archives...
2020-01-31 Christian Ebnerproxmox-backup-client: add missing prune options to...
2020-01-31 Dietmar Maurerupdate proxmox dependency to 0.1.12
2020-01-30 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: remove stale debug...
2020-01-30 Dietmar Maurersrc/bin/proxmox-backup-manager.rs - list remotes: do...
2020-01-30 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: use new texdt table...
2020-01-30 Dietmar Maurersrc/api2/node/tasks.rs; make list_tasks public
2020-01-30 Dietmar Maurerfixup
2020-01-30 Dietmar Maurersrc/section_config.rs - convert_to_array: add option...
2020-01-30 Christian Ebnerdocs: Extend documentation on interactive restore with...
2020-01-30 Christian Ebnerdocs: s/RUST/Rust/
2020-01-29 Christian Ebnerpxar::fuse: Do not return fcaps value on listxattr.
2020-01-29 Christian Ebnerpxar::fuse: return ACL names in listxattr if present
2020-01-29 Christian Ebnerpxar::fuse: add support to read ACLs.
2020-01-29 Christian Ebnertools::acl: Add helpers to create extended attribute...
2020-01-29 Christian Ebnerpxar: move acl helper functions to src/tools/acl.rs
2020-01-29 Wolfgang Bumillertools: LruCache: add dropcheck marker
2020-01-28 Dietmar Maurersrc/api2/types.rs: define and use struct TaskListItem
2020-01-28 Dietmar Maurersrc/api2/node/tasks.rs: use api macro for list_tasks
2020-01-28 Christian Ebnerpxar::fuse: Introduce LRU caching for goodbye table...
2020-01-28 Christian Ebnerpxar::fuse: refactor fn stat
2020-01-27 Dietmar Maureruse proxmox 0.1.9 with new cli command helpers
2020-01-27 Dietmar Maurersrc/client/http_client.rs: new password_env option
2020-01-27 Dietmar Maurersrc/client/http_client.rs: new prefix options
2020-01-25 Dietmar Maurersrc/client/http_client.rs: implement fingerprint cache
2020-01-25 Dietmar Maurersrc/client/http_client.rs: new struct HttpClientOptions
2020-01-25 Dietmar Maurersrc/config/remote.rs: add fingerprint
2020-01-25 Dietmar Maurersrc/api2/types.rs: add CERT_FINGERPRINT_SHA256_SCHEMA
2020-01-24 Christian Ebnersrc/bin/proxmox-backup-client.rs: fix another typo...
2020-01-24 Christian Ebnersrc/bin/proxmox-backup-client.rs: fix typo in property...
2020-01-24 Wolfgang Bumillerbump proxmox crate version requirement
2020-01-24 Christian Ebnertools: add access method to LruCache
2020-01-23 Dietmar Maurersrc/api2/admin/datastore.rs - download_file: use BACKUP...
2020-01-23 Dietmar Maurersrc/api2/types.rs: define and use api type GarbageColle...
2020-01-23 Dietmar Maurersrc/api2/admin/datastore.rs: use api macro for start_ga...
2020-01-23 Dietmar Maurersrc/api2/types.rs: define and use struct StorageStatus
2020-01-23 Dietmar Maurersrc/api2/types.rs: define struct BackupContent, and...
2020-01-23 Dietmar Maurersrc/backup/manifest.rs: check if manifest contains...
2020-01-23 Dietmar Maurersrc/api2/admin/datastore.rs: use api macro for delete_s...
2020-01-23 Dietmar Maurersrc/backup/datastore.rs: remove_backup_(group/dir)...
2020-01-23 Dietmar Maurersrc/api2/pull.rs: delete fanished snapshots
2020-01-23 Dietmar Maurersrc/backup/datastore.rs: improve error messages
2020-01-22 Dietmar Maurersrc/api2/pull.rs: use new Datastore::last_successful_ba...
2020-01-22 Dietmar Maurersrc/backup/datastore.rs: new helpers
2020-01-22 Thomas Lamprechtfollowup: commit all changes
2020-01-22 Thomas Lamprechtapi/datastore: do not allow updating path for now
2020-01-22 Christian Ebnertools: LRU cache to use for pxar FUSE implementation.
2020-01-22 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use a std channel...
2020-01-22 Dietmar Maurersrc/client/pxar_backup_stream.rs: use a channel instead...
2020-01-22 Dietmar Maurersrc/tools/std_channel_writer.rs: new StdChannelWriter...
2020-01-22 Wolfgang Bumillerfixup tests for the new proxmox crate layout
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2020-01-21 Fabian Grünbichlerswitch to debcargo for generating d/control
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 Oguz Bektastodo: remove done suggestion
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 Fabian Grünbichlerupdate tokio to 0.2.9
2020-01-16 Wolfgang Bumillerbump proxmox crate version
2020-01-16 Dietmar Maurerremove the rust-toolchain file
2020-01-16 Dietmar Maurerset toolchain to system
2020-01-16 Wolfgang Bumillerdebian: bump dependency versions
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...
next