]> git.proxmox.com Git - pxar.git/shortlog
pxar.git
2020-03-23 Wolfgang Bumilleradd Entry::kind
2020-03-23 Wolfgang Bumillerdecoder: add content_size method
2020-03-23 Wolfgang Bumillerconvenience method to get mtime as std Duration
2020-03-23 Wolfgang Bumillerformatting fixup
2020-03-23 Wolfgang Bumilleradd Acl::is_empty
2020-03-23 Wolfgang Bumillerexpose format::mode at the top level
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-03-23 Wolfgang Bumillerfix async Encoder::create
2020-03-19 Wolfgang Bumillerformatting fixups
2020-03-19 Wolfgang Bumillerencoder: expose add_symlink/hardlink/device
2020-03-19 Wolfgang Bumillerbuildsys: we work with stable 1.42 atm
2020-03-18 Wolfgang Bumilleradd aio Encoder
2020-03-18 Wolfgang Bumilleradd AsyncWrite interface to encoder::FileImpl
2020-03-05 Wolfgang Bumillerencoder: add_device
2020-03-05 Wolfgang Bumillerencoder: add_hardlink
2020-03-05 Wolfgang Bumillerencoder: add_symlink
2020-03-05 Wolfgang Bumillerencoder: encode remaining metadata
2020-03-05 Wolfgang Bumillerignore testdir
2020-03-04 Wolfgang Bumillerexamples/pxarcmd: acreate archives recursively
2020-03-04 Wolfgang Bumillerencoder: actually create the binary search tree array
2020-03-04 Wolfgang Bumillerencoder: lifetime fixup
2020-03-04 Wolfgang Bumilleradd From<&std::fs::Metadata> for Metadata
2020-03-04 Wolfgang Bumillerremove now-unused BST search function
2020-03-04 Wolfgang Bumillerimport binary search tree code from proxmox-backup
2020-03-04 Wolfgang Bumillerstart with the encoder state machine
2020-03-03 Wolfgang Bumillerdon't use size_of_val for possibly empty array elements
2020-02-20 Wolfgang Bumillerdocumentation
2020-02-20 Wolfgang Bumillerapi update
2020-02-20 Wolfgang Bumillerhide accessor::aio for now
2020-02-20 Wolfgang Bumillercleanup
2020-02-19 Wolfgang Bumillerpxarcmd example: implement 'cat'
2020-02-19 Wolfgang Bumillerimplement lookup over multiple components
2020-02-19 Wolfgang Bumilleraccessor: efficient iterator method alternatives
2020-02-19 Wolfgang Bumillerhuge accessor refactoring
2020-02-18 Wolfgang Bumillerlet FileEntry deref to Entry
2020-02-18 Wolfgang Bumillerimport