]> git.proxmox.com Git - pxar.git/history - src
don't hold temp buffer mutex across await point
[pxar.git] / src /
2022-07-28 Wolfgang Bumillerdon't hold temp buffer mutex across await point
2022-07-28 Wolfgang Bumillertrivial clippy fixes
2021-12-01 Wolfgang Bumillerdrop imports already in 2021 prelude
2021-12-01 Wolfgang Bumilleranother clippy fixup
2021-12-01 Wolfgang Bumillerclippy fixes
2021-11-12 Wolfgang Bumillermore clippy fixes
2021-11-12 Wolfgang Bumilleruse #![deny(unsafe_op_in_unsafe_fn)]
2021-10-04 Wolfgang Bumillerfix deprecated use of std::u64 modules
2021-05-17 Wolfgang Bumilleradd more code documentation
2021-05-17 Wolfgang Bumillermake the ReadAtImpl enum variants private
2021-05-07 Wolfgang Bumillersome clippy fixes
2021-03-31 Wolfgang Bumillerrustfmt
2021-03-31 Stefan Reiterdecoder/aio: add contents() and content_size() calls
2021-03-31 Wolfgang Bumillerrustfmt
2021-03-31 Wolfgang Bumillerencoder: only flush owned outputs in 'finish'
2021-03-25 Dominik Csapakencoder: flush after writing last entry
2021-03-12 Wolfgang Bumillerrustfmt
2021-03-12 Wolfgang Bumillerexplicitly pad StatxTimestamp with zeros
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
next