]> git.proxmox.com Git - pxar.git/history - src
bump version to 0.5.0-2
[pxar.git] / src /
2020-03-19 Wolfgang Bumillerformatting fixups
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-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-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