]> git.proxmox.com Git - pxar.git/shortlog
pxar.git
2020-06-25 Wolfgang Bumillerformatting fixup
2020-06-25 Wolfgang Bumillerbump version to 0.2.0-1
2020-06-24 Wolfgang Bumillernew hashes for the entire archive foramt
2020-06-24 Wolfgang Bumillerbump version to 0.1.9-1
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 Bumillerbump version to 0.1.8-1
2020-06-22 Wolfgang Bumillerfix device encoding
2020-06-15 Wolfgang Bumillerbump version to 0.1.7-1
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 Bumillerbump version to 0.1.6-1
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 Bumillerbump version to 0.1.5-1
2020-06-08 Wolfgang Bumillerformatting fixups
2020-06-08 Wolfgang Bumillerformat: fix mtime in Metadata::from(StdMetadata)
2020-06-08 Wolfgang Bumillerexamples: add hardlink support to pxarcmd
2020-06-08 Wolfgang Bumillerencoder: fix contents of hardlinks
2020-06-05 Wolfgang Bumillerbump version to 0.1.4-1
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 Bumillerbump version to 0.1.3-1
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 Bumillerbump version to 0.1.2-1
2020-06-05 Wolfgang Bumillerfix hardlink format
2020-06-04 Wolfgang Bumillersilence encoder warning
2020-06-04 Wolfgang Bumillerfixup clean target in Makefile
2020-06-04 Wolfgang Bumillerbump version to 0.1.1-1
2020-06-04 Wolfgang Bumillerturn Permissions into just an u64
2020-06-03 Wolfgang Bumillerremove rust-toolchain file
2020-06-03 Wolfgang Bumilleradd debian build files
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-18 Wolfgang Bumilleradd .cargo/config to use local repos
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 Bumillercleanup + failure -> anyhow transition
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-04-20 Wolfgang Bumilleradd 'full' meta-feature
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
next