]> git.proxmox.com Git - pxar.git/history - src
add: interface to set goodbye table cache
[pxar.git] / src /
2020-04-29 Wolfgang Bumilleradd: interface to set goodbye table cache
2020-04-29 Wolfgang Bumilleradd missing file
2020-04-28 Wolfgang BumillerAdd a Cache interface and internal gbt cache usage
2020-04-24 Wolfgang Bumilleradd Device::from_dev_t
2020-04-24 Wolfgang BumillerEntry, Metaedata: file_type() and file_mode() getters
2020-04-24 Wolfgang Bumilleruse CStr for XAttr names
2020-04-23 Wolfgang BumillerMake QuotaProjectId Copy
2020-04-23 Wolfgang Bumillershorten Permissions name, add NO_MASK entry
2020-04-22 Wolfgang Bumillerencoder: add fifo and socket support
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-04-21 Wolfgang Bumilleradd Entry::{get_file_bits,get_permission_bits}
2020-04-20 Wolfgang Bumilleradd Device::to_dev_t
2020-03-24 Wolfgang Bumillerdecoder: less confusing generic type letters
2020-03-24 Wolfgang Bumillerdecoder: fix size check in read_simple_entry
2020-03-24 Wolfgang Bumillercleanup: merge incomplete_*_error variables
2020-03-24 Wolfgang Bumillercleanup: remove PxarStruct trait
2020-03-23 Wolfgang BumillerSymlink/Hardlink::as_os_str convenience helpers
2020-03-23 Wolfgang BumillerSymlink/Hardlink: AsRef<[u8]> and update AsRef<OsStr>
2020-03-23 Wolfgang BumillerMetadata::mtime_as_duration shortcut
2020-03-23 Wolfgang BumillerAsRef<OsStr> for Symlink and Hardlink
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-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