]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
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
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()
next