]> git.proxmox.com Git - pxar.git/history - src/lib.rs
drop custom poll_fn, require rust 1.64
[pxar.git] / src / lib.rs
2023-01-13 Wolfgang Bumillerdrop custom poll_fn, require rust 1.64
2022-10-27 Lukas Wagnerderive PartialEq trait for Metadata and related structs
2021-11-12 Wolfgang Bumilleruse #![deny(unsafe_op_in_unsafe_fn)]
2021-05-17 Wolfgang Bumilleradd more code documentation
2021-01-11 Fabian Grünbichlerclippy: use matches! instead of match
2020-08-25 Wolfgang Bumillerrename Entry to Stat, add Metadata::builder_from_stat
2020-07-29 Wolfgang Bumillerimplement Entry v2
2020-07-16 Wolfgang Bumillermore clippy lints
2020-06-25 Wolfgang Bumilleradd test-harness feature for separate unit tests
2020-06-25 Wolfgang BumillerAdd a metadata builder
2020-05-20 Wolfgang Bumilleradd Entry::into_metadata
2020-05-05 Wolfgang BumillerEntry: add file_size() convenience helper
2020-04-24 Wolfgang BumillerEntry, Metaedata: file_type() and file_mode() getters
2020-04-22 Wolfgang Bumillerdecoder: handle fifos and sockets properly
2020-03-23 Wolfgang BumillerMetadata::mtime_as_duration shortcut
2020-03-23 Wolfgang BumillerAsRef<OsStr> for Symlink and Hardlink
2020-03-23 Wolfgang Bumilleradd Entry::kind
2020-03-23 Wolfgang Bumilleradd Acl::is_empty
2020-03-23 Wolfgang Bumillerexpose format::mode at the top level
2020-03-23 Wolfgang Bumillerexpose 'with_goodbye_tables' decoder options
2020-03-04 Wolfgang Bumilleradd From<&std::fs::Metadata> for Metadata
2020-03-04 Wolfgang Bumillerimport binary search tree code from proxmox-backup
2020-03-04 Wolfgang Bumillerstart with the encoder state machine
2020-02-19 Wolfgang Bumillerpxarcmd example: implement 'cat'
2020-02-18 Wolfgang Bumillerimport