]> git.proxmox.com Git - pxar.git/history - src/encoder
clippy
[pxar.git] / src / encoder /
2020-11-27 Wolfgang Bumillerclippy
2020-08-28 Wolfgang Bumillerformatting fixup
2020-08-27 Wolfgang Bumillerencoder: let finish return writer, add into_writer
2020-08-24 Wolfgang Bumillerdrop poll_close and poll_position from SeqWrite
2020-07-16 Wolfgang Bumillermore clippy lints
2020-06-25 Wolfgang Bumillersync encoder: fix metadat lifetime leaking into encoder
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
2020-06-05 Wolfgang Bumillerhardlinks also contain the offset
2020-06-05 Wolfgang Bumillerfix hardlink format
2020-04-22 Wolfgang Bumillerencoder: add fifo and socket support
2020-03-23 Wolfgang Bumillerfix async Encoder::create
2020-03-19 Wolfgang Bumillerencoder: expose add_symlink/hardlink/device
2020-03-18 Wolfgang Bumilleradd aio Encoder
2020-03-18 Wolfgang Bumilleradd AsyncWrite interface to encoder::FileImpl
2020-03-04 Wolfgang Bumillerencoder: lifetime fixup
2020-03-04 Wolfgang Bumillerstart with the encoder state machine