]> git.proxmox.com Git - pxar.git/shortlog
pxar.git
2024-04-03 Fabian Grünbichlerencoder: fix some more typos/phrasing master
2024-04-03 Christian Ebnerencoder: fix two typos in comments
2024-02-28 Christian Ebnerformat/examples: Fix typo in PXAR_PAYLOAD description
2023-08-04 Wolfgang Bumillerdoc fixup
2023-08-04 Max Carraradecoder: aio: Make `TokioReader` public
2023-07-31 Fabian Grünbichlerd/changelog: fix typo
2023-05-17 Christian Ebnerformat: Document source of format const values
2023-01-13 Wolfgang Bumillerdrop custom poll_fn, require rust 1.64
2023-01-09 Fabian Grünbichlerupdate d/control
2022-10-27 Wolfgang Bumillerbump upload target
2022-10-27 Wolfgang Bumillerbump d/control
2022-10-27 Wolfgang Bumillerbump version to 0.10.2-1
2022-10-27 Wolfgang Bumillerclippy fixup
2022-10-27 Lukas Wagnerderive PartialEq trait for Metadata and related structs
2022-10-27 Wolfgang Bumillerfix fifo and socket entry kinds in accessor
2022-10-27 Wolfgang Bumillertest socket/fifo entry kinds in accessor
2022-07-28 Wolfgang Bumillerupdate buildbot.yml for tokio 1.18
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-12-01 Wolfgang Bumillerupgrade to edition 2021
2021-11-12 Wolfgang Bumillermore clippy fixes
2021-11-12 Wolfgang Bumilleruse #![deny(unsafe_op_in_unsafe_fn)]
2021-10-05 Wolfgang Bumillerbuildbot.yml: remove tokio+fs dep
2021-10-04 Wolfgang Bumilleradd back .buildbot.yml
2021-10-04 Wolfgang Bumillerbump d/control
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-17 Wolfgang Bumillerditch anyhow crate in examples/tests
2021-05-07 Wolfgang Bumillersome clippy fixes
2021-03-31 Wolfgang Bumillerbump version to 0.10.1-1
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 Bumillerbump version to 0.10.0-1
2021-03-12 Wolfgang Bumillerexplicitly pad StatxTimestamp with zeros
2021-02-17 Wolfgang Bumillerupdate d/control
2021-02-17 Wolfgang Bumillerbump version to 0.9.0-1
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 Bumillerbump version to 0.8.0-1
2021-02-02 Wolfgang Bumillerfix Encoder to be Send + Sync
2021-02-01 Fabian Grünbichlerdebcargo: fix maintainer directive
2021-01-15 Wolfgang Bumillerdrop futures dependency
2021-01-15 Wolfgang Bumillertypo fix: this was supposed to be from_tokio
2021-01-15 Wolfgang Bumillerclippy fixups
2021-01-15 Thomas Lamprechtmove extra build-dependencies from .builtbot.yml to...
2021-01-14 Thomas Lamprechtadd futures to builbot.yml
2021-01-14 Thomas Lamprechtupdate builbot.yml for tokio 1.0
2021-01-14 Fabian Grünbichlerbump version to 0.7.0-1
2021-01-14 Fabian Grünbichlerbuild: fix --no-default-features
2021-01-13 Wolfgang Bumillerfix example
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 Bumillerbump version to 0.6.2-1
2020-12-15 Wolfgang Bumillerfix `decode_entry` on special files
2020-11-27 Wolfgang Bumillerclippy
2020-09-18 Dietmar Maurerbump version to 0.6.1-1
2020-09-18 Dietmar MaurerDecoder<StandardReader<T>>: allow access to input
2020-08-28 Wolfgang Bumillermore build dep fixups for buildbot
2020-08-28 Wolfgang Bumillerhave the buildbot install anyhow for now
2020-08-28 Wolfgang Bumillerformatting fixup
2020-08-27 Wolfgang Bumillerd/control bump
2020-08-27 Wolfgang Bumillerbump version to 0.6.0-1
2020-08-27 Wolfgang Bumillerencoder: let finish return writer, add into_writer
2020-08-25 Wolfgang Bumillerbump version to 0.5.0-2
2020-08-25 Wolfgang Bumillerfixup d/control
2020-08-25 Wolfgang Bumillerbump version to 0.5.0-1
2020-08-25 Wolfgang Bumillerrename Entry to Stat, add Metadata::builder_from_stat
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
next