]> git.proxmox.com Git - proxmox-backup.git/history - src/backup/catalog.rs
add pbs-tools subcrate
[proxmox-backup.git] / src / backup / catalog.rs
2021-02-17 Dominik Csapakapi2/admin/datastore: refactor list_dir_content in...
2021-01-21 Dietmar MaurerMerge branch 'master' of ssh://proxdev.maurer-it.com...
2021-01-20 Fabian Grünbichlerclippy: misc. fixes
2021-01-20 Fabian Grünbichlerclippy: shorten assignments
2021-01-20 Fabian Grünbichlerclippy: use matches!
2020-10-29 Dominik Csapakfix #2998: encode mtime as i64 instead of u64
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-11 Fabian Grünbichlercatalog dump: preserve original mtime
2020-06-24 Dominik Csapakadd From<&DirEntryAttribute to CatalogEntryType and...
2020-06-16 Wolfgang Bumillercatalog: don't panic on invalid file mtimes
2020-06-10 Wolfgang Bumillercatalog: remove unused SenderWriter
2020-06-08 Wolfgang Bumillerswitch to external pxar and fuse crates
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
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-01-20 Wolfgang Bumillerintroduce new runtime tokio helpers
2020-01-16 Dietmar Maurersrc/backup/catalog.rs - SenderWriter: use tokio::task...
2019-12-17 Christian Ebnercatalog: decoder and shell: fix incorrect logic in...
2019-12-17 Christian Ebnercatalog: impl find() for file search by match pattern.
2019-11-22 Christian Ebnersrc/backup/catalog.rs: derive Clone for DirEntry and...
2019-11-22 Christian Ebnersrc/backup/catalog.rs: impl DirEntry::is_directory()
2019-11-12 Christian Ebnercatalog: fix issue with DirEntry start
2019-11-12 Dietmar Maurersrc/backup/catalog.rs: add some docs
2019-11-12 Dietmar Maurersrc/backup/catalog.rs - CatalogReader: verify magic...
2019-11-12 Dietmar Maurersrc/backup/catalog.rs - CatalogReader::dump(): use...
2019-11-12 Dietmar Maurersrc/backup/catalog.rs - Direntry::parse: abort if callb...
2019-11-12 Dietmar Maurersrc/backup/catalog.rs: impl read_dir() and lookup(...
2019-11-12 Dietmar Maurersrc/backup/catalog.rs: move CatalogEntryType from src...
2019-11-12 Dietmar Maurersrc/backup/catalog.rs - DirEntry: factor out name attribute
2019-11-12 Christian Ebnercatalog: impl std::fmt::Display trait for CatalogEntryType
2019-11-10 Dietmar Maurersrc/backup/catalog.rs: clenup - use single impl block
2019-11-10 Dietmar Maurersrc/backup/catalog.rs: remove unused code
2019-11-10 Dietmar Maurersrc/backup/catalog.rs: write MAGIC at start of file
2019-11-09 Dietmar Maurersrc/backup/catalog.rs: new parse() helper
2019-11-09 Dietmar Maurersrc/backup/catalog.rs - dump_dir: make sure we parsed...
2019-11-09 Dietmar Maurersrc/backup/catalog.rs: store u64 compressed
2019-11-08 Dietmar Maurerrenamed: src/backup/catalog_blob.rs -> src/backup/catal...