]> git.proxmox.com Git - pxar.git/history - src/decoder/mod.rs
fix fifo and socket entry kinds in accessor
[pxar.git] / src / decoder / mod.rs
2022-10-27 Wolfgang Bumillerfix fifo and socket entry kinds in accessor
2021-12-01 Wolfgang Bumillerdrop imports already in 2021 prelude
2021-12-01 Wolfgang Bumillerclippy fixes
2021-05-17 Wolfgang Bumilleradd more code documentation
2021-05-07 Wolfgang Bumillersome clippy fixes
2020-12-15 Wolfgang Bumillerfix `decode_entry` on special files
2020-09-18 Dietmar MaurerDecoder<StandardReader<T>>: allow access to input
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-24 Wolfgang Bumillerformatting fixups
2020-06-15 Wolfgang Bumillerdecoder: remove pub(crate) from some internal items
2020-06-12 Fabian Grünbichlerdecoder: fix typos
2020-06-12 Fabian Grünbichlerheader: implement Display
2020-06-12 Fabian Grünbichlerheader: add size checks
2020-06-08 Wolfgang Bumillerfactor out file name validation, also forbid . and ..
2020-06-08 Wolfgang Bumillerdecoder: forbid slashes in file names
2020-06-05 Wolfgang Bumillermajor updates to allow following hardlinks efficiently
2020-06-05 Wolfgang Bumillerdecoder: more hardlink reading fixups
2020-06-05 Wolfgang Bumillerswitch to using mod.rs