]> git.proxmox.com Git - pxar.git/history - src
fixup build and test dependencies
[pxar.git] / src /
2020-08-24 Wolfgang Bumillerdrop poll_close and poll_position from SeqWrite
2020-08-24 Wolfgang Bumillerdoc fixup
2020-08-24 Wolfgang Bumillerintroduce StatxTimestamp helper type
2020-07-29 Wolfgang Bumillerimplement Entry v2
2020-07-29 Wolfgang Bumillerintroduce StatxTimestamp helper type
2020-07-29 Wolfgang Bumilleradd format description to format module
2020-07-16 Wolfgang Bumillermore clippy lints
2020-07-16 Wolfgang Bumillerclippy: fix bad cast in max allowed content size
2020-06-26 Wolfgang Bumilleraccessor: impl ReadAt for byte slices
2020-06-26 Wolfgang Bumilleracl: User/Group::new method
2020-06-26 Wolfgang Bumillerrustc compat fixup
2020-06-25 Wolfgang Bumilleradd test-harness feature for separate unit tests
2020-06-25 Wolfgang Bumillersync encoder: fix metadat lifetime leaking into encoder
2020-06-25 Wolfgang BumillerAdd a metadata builder
2020-06-25 Wolfgang Bumillerformatting fixup
2020-06-24 Wolfgang Bumillernew hashes for the entire archive foramt
2020-06-24 Wolfgang Bumillersort some constants
2020-06-24 Wolfgang Bumillerformatting fixups
2020-06-24 Wolfgang Bumillermake ReadAt trait more correct
2020-06-22 Wolfgang Bumillerdoc update
2020-06-22 Wolfgang Bumillerfix device encoding
2020-06-15 Wolfgang Bumillerdecoder: remove pub(crate) from some internal items
2020-06-15 Wolfgang Bumilleraccessor: don't mess with internal decoder state
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 Bumillerencoder: implement a larger shared file copy buffer
2020-06-08 Wolfgang Bumillerfactor out file name validation, also forbid . and ..
2020-06-08 Wolfgang Bumilleraccessor: forbid slashes in file names
2020-06-08 Wolfgang Bumillerdecoder: forbid slashes in file names
2020-06-08 Wolfgang Bumillerencoder: forbid slashes in file names
2020-06-08 Wolfgang Bumillerformatting fixups
2020-06-08 Wolfgang Bumillerformat: fix mtime in Metadata::from(StdMetadata)
2020-06-08 Wolfgang Bumillerencoder: fix contents of hardlinks
2020-06-05 Wolfgang Bumillerencoder: use relative hardlink offsets
2020-06-05 Wolfgang Bumillermajor updates to allow following hardlinks efficiently
2020-06-05 Wolfgang Bumillerformatting fixups
2020-06-05 Wolfgang Bumilleraccessor: add follow_hardlink to accessor toplevel
2020-06-05 Wolfgang Bumillerencoder: only provide a LinkOffset on regular files
2020-06-05 Wolfgang Bumillerremove unused binary for now
2020-06-05 Wolfgang Bumillerdecoder: more hardlink reading fixups
2020-06-05 Wolfgang Bumillerencoder: introduce LinkOffset
2020-06-05 Wolfgang Bumillerswitch to using mod.rs
2020-06-05 Wolfgang Bumillerhardlinks also contain the offset
2020-06-05 Wolfgang Bumillerfix hardlink format
2020-06-04 Wolfgang Bumillersilence encoder warning
2020-06-04 Wolfgang Bumillerturn Permissions into just an u64
2020-06-02 Wolfgang Bumilleraccessor: use aio Decoder in aio Accessor
2020-06-02 Wolfgang BumillerEntry: add is_blockdev, is_chardev next to is_device
2020-06-02 Wolfgang Bumillerderive Clone for FileEntry
2020-05-20 Wolfgang Bumilleradd Entry::into_metadata
2020-05-18 Wolfgang Bumilleraccessr: add convenience read_at to FileContents
2020-05-13 Wolfgang Bumillerdrop more trait objects for auto-trait reasons
2020-05-13 Wolfgang BumillerGet rid of dyn SeqRead use
2020-05-13 Wolfgang BumillerGet rid of dyn SeqWrite
2020-05-13 Wolfgang BumillerGet rid of dyn ReadAt usage
2020-05-13 Wolfgang Bumillerimplement ReadAt for Arcs
2020-05-13 Wolfgang Bumillerimplement accessor::aio
2020-05-13 Wolfgang Bumilleraccessor: add size method
2020-05-13 Wolfgang Bumilleraccessor: expose lookup_self
2020-05-13 Wolfgang Bumilleraccessor: open_file_at_range, open_contents_at_range...
2020-05-05 Wolfgang Bumillersync accessor: remove 'async' from open_dir_at_end
2020-05-05 Wolfgang BumillerEntry: add file_size() convenience helper
2020-05-05 Wolfgang Bumillerexpose full entry ranges for unsafe access
2020-05-05 Wolfgang Bumillercleanup
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
next