]> git.proxmox.com Git - pxar.git/shortlog
pxar.git
2024-07-30 Wolfgang Bumillerdoc fixup master
2024-06-20 Wolfgang Bumillerfixup upload command
2024-06-20 Wolfgang Bumillerbump version to 0.12.0-2 (released)
2024-06-20 Wolfgang Bumillerbuild system upgrade
2024-06-20 Wolfgang Bumillerbump version to 0.12.0-2
2024-06-20 Wolfgang Bumillerdrop bitflags dependency
2024-06-20 Fabian Grünbichlermove .cargo/config to .cargo/config.toml
2024-06-17 Fabian Grünbichlerupdate d/control
2024-06-14 Fabian Grünbichlerbump version to 0.12.0-1
2024-06-13 Christian Ebneraccessor: adapt and restrict contents access
2024-06-13 Christian Ebnertests: adapt tests to decoder interface changes
2024-06-12 Fabian Grünbichlerremove unnecessary unsafe in test
2024-06-12 Christian Ebnerdecoder: move payload header check for split input
2024-06-12 Christian Ebnerformat: add helper for payload header consistency checks
2024-06-12 Christian Ebneraccessor: fix minor formatting issue
2024-06-10 Fabian Grünbichlerupdate d/control
2024-06-10 Fabian Grünbichlerbump version to 0.11.1-1
2024-06-10 Fabian Grünbichlercargo fmt
2024-06-10 Fabian Grünbichlerprelude: drop OsStr implementation
2024-06-05 Fabian Grünbichlerupdate d/control
2024-06-05 Fabian Grünbichlerbump version to 0.11.0-1
2024-06-05 Christian Ebnerformat/encoder/decoder: new pxar entry type `Prelude`
2024-06-05 Christian Ebnerformat/encoder/decoder: new pxar entry type `Version`
2024-06-05 Christian Ebnerformat: add payload stream start marker
2024-06-05 Christian Ebnerencoder/format: finish payload stream with marker
2024-06-05 Christian Ebnerencoder: add payload advance capability
2024-06-05 Christian Ebnerencoder: add payload position capability
2024-06-05 Christian Ebnerencoder: add payload reference capability
2024-06-05 Christian Ebnerdecoder: set payload input range when decoding via...
2024-06-05 Christian Ebnerdecoder/accessor: allow for split input stream variant
2024-06-05 Christian Ebnerencoder: allow split output writer for archive creation
2024-05-23 Christian Ebnerdecoder: add method to read payload references
2024-05-23 Christian Ebnerformat/examples: add header type `PXAR_PAYLOAD_REF`
2024-05-23 Christian Ebnerencoder: move to stack based state tracking
2024-05-23 Christian Ebnerlib: add type for input/output variant differentiation
2024-05-23 Christian Ebnerdecoder: factor out skip part from skip_entry
2024-04-03 Fabian Grünbichlerencoder: fix some more typos/phrasing
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
next