]> git.proxmox.com Git - pxar.git/history - src/format.rs
hardlinks also contain the offset
[pxar.git] / src / format.rs
2020-06-05 Wolfgang Bumillerhardlinks also contain the offset
2020-06-02 Wolfgang BumillerEntry: add is_blockdev, is_chardev next to is_device
2020-04-24 Wolfgang Bumilleradd Device::from_dev_t
2020-04-24 Wolfgang BumillerEntry, Metaedata: file_type() and file_mode() getters
2020-04-24 Wolfgang Bumilleruse CStr for XAttr names
2020-04-23 Wolfgang BumillerMake QuotaProjectId Copy
2020-04-22 Wolfgang Bumillerdecoder: handle fifos and sockets properly
2020-04-21 Wolfgang Bumilleradd Entry::{get_file_bits,get_permission_bits}
2020-04-20 Wolfgang Bumilleradd Device::to_dev_t
2020-03-23 Wolfgang BumillerSymlink/Hardlink::as_os_str convenience helpers
2020-03-23 Wolfgang BumillerSymlink/Hardlink: AsRef<[u8]> and update AsRef<OsStr>
2020-03-23 Wolfgang BumillerAsRef<OsStr> for Symlink and Hardlink
2020-03-23 Wolfgang Bumillerconvenience method to get mtime as std Duration
2020-03-23 Wolfgang Bumillerexpose format::mode at the top level
2020-03-04 Wolfgang Bumillerremove now-unused BST search function
2020-03-04 Wolfgang Bumillerstart with the encoder state machine
2020-02-18 Wolfgang Bumillerimport