]> git.proxmox.com Git - pxar.git/history - src
bump version to 0.9.0-1
[pxar.git] / src /
2021-02-17 Wolfgang Bumilleradd EncoderOutput::to_borrowed()
2021-02-17 Wolfgang Bumillerrevert Send requirement from previous patch
2021-02-17 Stefan Reitermake aio::Encoder actually behave with async
2021-02-02 Wolfgang Bumillercargo fmt
2021-02-02 Wolfgang Bumillermake Send test not depend on tokio
2021-02-02 Wolfgang Bumillerfix Encoder to be Send + Sync
2021-01-15 Wolfgang Bumillertypo fix: this was supposed to be from_tokio
2021-01-15 Wolfgang Bumillerclippy fixups
2021-01-14 Fabian Grünbichlerbuild: fix --no-default-features
2021-01-12 Fabian Grünbichlerremove futures-io feature
2021-01-11 Fabian Grünbichlerclippy: use matches! instead of match
2020-12-29 Fabian Grünbichlerupdate to tokio 1.0
2020-12-15 Wolfgang Bumillerfix `decode_entry` on special files
2020-11-27 Wolfgang Bumillerclippy
2020-09-18 Dietmar MaurerDecoder<StandardReader<T>>: allow access to input
2020-08-28 Wolfgang Bumillerformatting fixup
2020-08-27 Wolfgang Bumillerencoder: let finish return writer, add into_writer
2020-08-25 Wolfgang Bumillerrename Entry to Stat, add Metadata::builder_from_stat
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
next