]> git.proxmox.com Git - proxmox-backup.git/history - src/tools/wrapped_reader_stream.rs
split out pbs-runtime module
[proxmox-backup.git] / src / tools / wrapped_reader_stream.rs
2021-07-06 Wolfgang Bumillersplit out pbs-runtime module
2021-01-14 Fabian Grünbichlertokio 1.0: AsyncRead/Seek with ReadBuf
2020-06-23 Dominik Csapakadd AsyncReaderStream
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-01-22 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use a std channel...
2020-01-20 Wolfgang Bumillerintroduce new runtime tokio helpers
2019-12-13 Wolfgang Bumillerupdate a chunk of stuff to the hyper release
2019-09-03 Wolfgang Bumillercomment fixup
2019-09-03 Wolfgang Bumillertools: add tokio::main() replacement
2019-09-03 Wolfgang Bumilleradd WrappedReaderStream test
2019-09-02 Wolfgang Bumillersrc/tools/wrapped_reader_stream.rs: switch to async
2019-01-30 Dietmar Maureravoid compiler warnings
2019-01-20 Dietmar Maurertools/wrapped_reader_stream.rs: allocate Vec<u8> for...
2019-01-20 Dietmar Maurertools/wrapped_reader_stream.rs: only implement Stream...
2019-01-20 Dietmar Maurertools/wrapped_reader_stream.rs: use tokio_threadpool...
2019-01-20 Dietmar Maurertools/wrapped_reader_stream.rs: new helper class