]> git.proxmox.com Git - pxar.git/history - src/encoder/mod.rs
more clippy lints
[pxar.git] / src / encoder / mod.rs
2020-07-16 Wolfgang Bumillermore clippy lints
2020-06-24 Wolfgang Bumillerformatting fixups
2020-06-22 Wolfgang Bumillerfix device encoding
2020-06-12 Fabian Grünbichlerheader: add size checks
2020-06-08 Wolfgang Bumillerencoder: implement a larger shared file copy buffer
2020-06-08 Wolfgang Bumillerfactor out file name validation, also forbid . and ..
2020-06-08 Wolfgang Bumillerencoder: forbid slashes in file names
2020-06-08 Wolfgang Bumillerencoder: fix contents of hardlinks
2020-06-05 Wolfgang Bumillerencoder: use relative hardlink offsets
2020-06-05 Wolfgang Bumillerformatting fixups
2020-06-05 Wolfgang Bumillerencoder: only provide a LinkOffset on regular files
2020-06-05 Wolfgang Bumillerencoder: introduce LinkOffset
2020-06-05 Wolfgang Bumillerswitch to using mod.rs