]> git.proxmox.com Git - pxar.git/history - src/encoder/aio.rs
doc fixup
[pxar.git] / src / encoder / aio.rs
2024-06-05 Christian Ebnerformat/encoder/decoder: new pxar entry type `Prelude`
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 Ebnerencoder: allow split output writer for archive creation
2024-05-23 Christian Ebnerencoder: move to stack based state tracking
2021-05-17 Wolfgang Bumilleradd more code documentation
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 Bumillerfix Encoder to be Send + Sync
2021-01-15 Wolfgang Bumillertypo fix: this was supposed to be from_tokio
2021-01-14 Fabian Grünbichlerbuild: fix --no-default-features
2021-01-12 Fabian Grünbichlerremove futures-io feature
2020-11-27 Wolfgang Bumillerclippy
2020-08-27 Wolfgang Bumillerencoder: let finish return writer, add into_writer
2020-08-24 Wolfgang Bumillerdrop poll_close and poll_position from SeqWrite
2020-07-16 Wolfgang Bumillermore clippy lints
2020-06-05 Wolfgang Bumillerformatting fixups
2020-06-05 Wolfgang Bumillerencoder: only provide a LinkOffset on regular files
2020-06-05 Wolfgang Bumillerencoder: introduce LinkOffset
2020-06-05 Wolfgang Bumillerhardlinks also contain the offset
2020-06-05 Wolfgang Bumillerfix hardlink format
2020-04-22 Wolfgang Bumillerencoder: add fifo and socket support
2020-03-23 Wolfgang Bumillerfix async Encoder::create
2020-03-19 Wolfgang Bumillerencoder: expose add_symlink/hardlink/device
2020-03-18 Wolfgang Bumilleradd aio Encoder