]> git.proxmox.com Git - pxar.git/shortlog
pxar.git
2020-08-25 Wolfgang Bumillerfixup build and test dependencies
2020-08-25 Wolfgang Bumillergenerate and check-in d/control
2020-08-24 Wolfgang Bumillerbump version to 0.4.0-1
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 Dietmar MaurerMakefile: fix dinstzall target
2020-07-29 Dietmar MaurerMakefile: build packages inside build/ directory
2020-07-29 Dietmar MaurerMakefile: add upload target
2020-07-29 Wolfgang Bumillerbump version to 0.3.0-1
2020-07-29 Wolfgang Bumilleradd entry v1 compatiblity test
2020-07-29 Wolfgang Bumillerimplement Entry v2
2020-07-29 Wolfgang Bumillerupdate mk-format-hashes for a new ENTRY
2020-07-29 Wolfgang Bumillerintroduce StatxTimestamp helper type
2020-07-29 Wolfgang Bumilleradd format description to format module
2020-07-16 Wolfgang Bumillerbump version to 0.2.1-1
2020-07-16 Wolfgang Bumillermore clippy lints
2020-07-16 Wolfgang Bumillerclippy: fix bad cast in max allowed content size
2020-06-26 Wolfgang Bumilleradd some random access tests with hardlinks
2020-06-26 Wolfgang Bumilleraccessor: impl ReadAt for byte slices
2020-06-26 Wolfgang Bumillertests: add some ACLs
2020-06-26 Wolfgang Bumilleracl: User/Group::new method
2020-06-26 Wolfgang Bumillerbuildsys: pass --all-features to cargo test
2020-06-26 Wolfgang Bumillerrustc compat fixup
2020-06-26 Wolfgang Bumillertests: cleanup warnings
2020-06-26 Wolfgang Bumillertests: add fifos and sockets
2020-06-26 Wolfgang Bumillerdocument test helpers a bit
2020-06-26 Wolfgang Bumillerremove custom PartialEq impl
2020-06-26 Wolfgang Bumillersome initial sequential encoder/decoder testing
2020-06-26 Wolfgang BumillerAdd TODO file
2020-06-25 Wolfgang Bumillerformatting fixups
2020-06-25 Wolfgang Bumillerstart tests directory
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-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
next