]> git.proxmox.com Git - pxar.git/history - src/accessor
some clippy fixes
[pxar.git] / src / accessor /
2021-01-12 Fabian Grünbichlerremove futures-io feature
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-07-16 Wolfgang Bumillermore clippy lints
2020-06-26 Wolfgang Bumilleraccessor: impl ReadAt for byte slices
2020-06-24 Wolfgang Bumillermake ReadAt trait more correct
2020-06-22 Wolfgang Bumillerdoc update
2020-06-15 Wolfgang Bumilleraccessor: don't mess with internal decoder state
2020-06-12 Fabian Grünbichlerheader: implement Display
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 Bumillerformatting fixups
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 Bumillerswitch to using mod.rs
2020-06-02 Wolfgang Bumilleraccessor: use aio Decoder in aio Accessor
2020-06-02 Wolfgang Bumillerderive Clone for FileEntry
2020-05-18 Wolfgang Bumilleraccessr: add convenience read_at to FileContents
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 Bumillerexpose full entry ranges for unsafe access
2020-04-29 Wolfgang Bumilleradd: interface to set goodbye table cache
2020-04-29 Wolfgang Bumilleradd missing file
2020-02-20 Wolfgang Bumillerdocumentation
2020-02-20 Wolfgang Bumillerhide accessor::aio for now
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