]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2020-02-28 Christian Ebnercatalog: shell: Use the new logic including resolving...
2020-02-28 Christian Ebnercatalog: shell: introduce new CatalogPathStack to navig...
2020-02-28 Christian Ebnercatalog: add missing function documentation.
2020-02-28 Christian Ebnercatalog: introduce is_symlink() to check if DirEntry...
2020-02-28 Christian Ebnercatalog: derive PartEq for equality checks of two DirEn...
2020-02-28 Christian Ebnersrc/backup/dynamic_index.rs: Add LruCache for chunks.
2020-02-28 Christian Ebnercatalog: shell: Introduce clear-selected command.
2020-02-28 Christian Ebnercatalog: shell: Improve list-selected command.
2020-02-28 Christian Ebnerpxar::decoder: Return the correct symlink target size.
2020-02-28 Christian Ebnerproxmox-backup-client: expose exclude match patterns...
2020-02-28 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: cleanup output handling
2020-02-28 Dietmar Maurersrc/tools/format.rs: move output rendering code to...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs - list_groups: use...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use new output format...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs - status: improve...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs - status: do not print...
2020-02-27 Dietmar Maurersrc/bin/proxmox-backup-client.rs - list_snapshots:...
2020-02-27 Christian Ebnertools::lru_cache: Improve access() and insert() by...
2020-02-27 Christian Ebnertools::lru_cache: Separate LinkedList part of LruCache...
2020-02-27 Christian Ebnertools::lru_cache: Make key generic.
2020-02-27 Christian Ebnercatalog: shell: Improve output of stat command.
2020-02-27 Christian EbnerAdd zsh completion scripts
2020-02-26 Dietmar Maurersrc/bin/proxmox-backup-client.rs - list_snapshot_files...
2020-02-26 Dietmar Maurersrc/bin/proxmox-backup-client.rs - status: use format_a...
2020-02-26 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: use crate::tools...
2020-02-26 Dietmar Maurersrc/tools/runtime.rs: call OPENSSL_thread_stop to avoid...
2020-02-25 Dietmar Maurersrc/client/backup_writer.rs: also print archive size
2020-02-25 Wolfgang Bumillercleanup unused module
2020-02-25 Christian Ebnerdocs: add documentation for pxar
2020-02-25 Christian Ebnerpxar: Change text of warning for files matched by exclu...
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: prefix upload stats with...
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: implement verbose options
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: reduce verbosity
2020-02-20 Christian Ebnerdocs: fix typo
2020-02-20 Christian Ebnerdocs: Add documentation for .pxarexclude files
2020-02-18 Dietmar Maurersrc/backup/backup_info.rs: fix SNAPSHOT_PATH_REGEX...
2020-02-17 Wolfgang Bumillerruntime: fix blocking strategy:
2020-02-13 Wolfgang Bumillerruntime: remove IN_TOKIO thread local variable
2020-02-11 Dietmar Maureradministration-guide.rst: documnet new PBS_FINGERPRINT...
2020-02-11 Dietmar Maurersrc/client/http_client.rs: do not store fingerprints...
2020-02-11 Dietmar Maurersrc/client/http_client.rs: always convert fingerprint...
2020-02-11 Dietmar Maurersrc/client/http_client.rs: remove useless password_env
2020-02-11 Dietmar Maurersrc/bin/proxmox-backup-client.rs: allows to pass finger...
2020-02-10 Thomas Lamprechts/pbsbanner/proxmox-backup-banner/ + move to /usr/lib
2020-02-07 Thomas Lamprechtpbsbanner: use match and also return error
2020-02-06 Thomas Lamprechtadd login banner service
2020-02-05 Christian Ebnercatalog: shell: Allow two or more successive slashes...
2020-02-03 Christian Ebnerpxar::fuse: cleanup: Remove unused code.
2020-02-03 Christian Ebnerpxar::fuse: Refactor lookup in order to cache accessed...
2020-02-03 Christian Ebnerpxar: Improve read performance for fuse.
2020-01-31 Dietmar Maurersrc/bin/proxmox-backup-client.rs: do not use api macro...
2020-01-31 Dietmar Maurersrc/config/remote.rs: do not serialize empty option
2020-01-31 Dietmar Maurersrc/section_config.rs - write: improve error message
2020-01-31 Dietmar Maurerdepend on proxmox 0.1.13, use new tty helpers from...
2020-01-31 Christian Ebnerdocs: fix typos
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
next