]> git.proxmox.com Git - proxmox-backup.git/history - src/tools/fs.rs
update to nix 0.14, use code from proxmox:tools
[proxmox-backup.git] / src / tools / fs.rs
2019-08-03 Dietmar Maurerupdate to nix 0.14, use code from proxmox:tools
2019-08-03 Dietmar Maureruse new proxmox::sys::linux::magic
2019-08-03 Christian Ebnerpxar: cleanup: move filesystem related magic numbers...
2019-07-04 Dietmar Maurersrc/tools/fs.rs - read_dir: return nix::Result
2019-06-07 Wolfgang Bumillertree-wide: use 'dyn' for all trait objects
2019-06-05 Christian Ebnersrc/tools/fs.rs: impl ioctl calls to get/set fsxattr
2019-02-18 Wolfgang Bumillercleanup
2019-02-14 Wolfgang Bumillertools/fs: mark ReadDir as Send
2019-02-14 Wolfgang Bumillertools/fs: add file_name_utf8_unchecked shortcut
2019-02-14 Wolfgang Bumillertools/fs: change scan_subdir to use filter_file_name_regex
2019-02-14 Wolfgang Bumillertools/fs: add filter_file_name_regex to FileIterOps
2019-02-14 Wolfgang Bumillertools/fs: add FileIterOps trait and FileTypeFilter
2019-02-14 Wolfgang Bumillertools/fs: let ReadDir iterator yield ReadDirEntry
2019-02-14 Wolfgang Bumillertools/fs: add ReadDirEntry helper
2019-02-14 Wolfgang Bumillertools/fs: add scan_subdir helper
2019-02-14 Wolfgang Bumillertools: start fs submodule, add read_subdir