]> git.proxmox.com Git - pxar.git/history - src/decoder.rs
fix hardlink format
[pxar.git] / src / decoder.rs
2020-06-05 Wolfgang Bumillerfix hardlink format
2020-05-13 Wolfgang Bumillerdrop more trait objects for auto-trait reasons
2020-05-13 Wolfgang BumillerGet rid of dyn SeqRead use
2020-04-22 Wolfgang Bumillerdecoder: handle fifos and sockets properly
2020-04-21 Wolfgang Bumillergive goodbye tables an empty path
2020-04-21 Wolfgang Bumillerfix EOF condition in goodbye tables
2020-04-21 Wolfgang Bumillerfix seq_read_exact_or_eof
2020-04-21 Wolfgang Bumilleruse a separate state for InGoodbyeTable
2020-03-24 Wolfgang Bumillerdecoder: less confusing generic type letters
2020-03-24 Wolfgang Bumillerdecoder: fix size check in read_simple_entry
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-04 Wolfgang Bumillerstart with the encoder state machine
2020-02-20 Wolfgang Bumillercleanup
2020-02-19 Wolfgang Bumillerpxarcmd example: implement 'cat'
2020-02-18 Wolfgang Bumillerimport