]> git.proxmox.com Git - pxar.git/history - src/decoder
drop poll_close and poll_position from SeqWrite
[pxar.git] / src / decoder /
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
2020-06-02 Wolfgang Bumilleraccessor: use aio Decoder in aio Accessor
2020-05-13 Wolfgang Bumillerdrop more trait objects for auto-trait reasons
2020-05-13 Wolfgang BumillerGet rid of dyn SeqRead use
2020-03-23 Wolfgang Bumillerdecoder: add content_size method
2020-03-23 Wolfgang Bumillerformatting fixup
2020-03-23 Wolfgang Bumillercontent reader for sequential decoder
2020-03-23 Wolfgang Bumillerexpose 'with_goodbye_tables' decoder options
2020-03-23 Wolfgang Bumilleradd Decoder::open
2020-02-18 Wolfgang Bumillerimport