]> git.proxmox.com Git - proxmox.git/history - proxmox-async/src
tfa: make 'anyhow' optional, enable with the 'api' feature
[proxmox.git] / proxmox-async / src /
2022-10-11 Thomas LamprechtMerge remote-tracking branch 'proxmox-rest-merge/master'
2022-04-12 Dominik Csapakproxmox-async: add SenderWriter helper
2022-02-21 Dominik Csapaksplit out compression code into new crate 'proxmox...
2022-02-21 Dominik Csapakmove io error helpers to proxmox-lang
2022-02-08 Fabian Grünbichlerproxmox-async: rustfmt (again)
2022-02-08 Fabian Grünbichlerproxmox-async: another clippy fixup
2022-02-08 Wolfgang Bumillerproxmox-async: clippy fixup
2022-02-02 Wolfgang Bumillerproxmox_async: rustfmt
2022-02-02 Wolfgang Bumillerproxmox_async: move io::udp to net::udp
2022-02-02 Dominik Csapakproxmox-async: add udp::connect() helper
2022-01-20 Wolfgang Bumillerrustfmt
2022-01-20 Wolfgang Bumillerdrop RawWaker usage
2022-01-11 Dominik Csapakfix #3618: proxmox-async: zip: add conditional EFS...
2021-12-02 Fabian Grünbichlerclippy: remove unnecessary reference taking
2021-11-24 Dietmar Maureruse new proxmox-sys 0.2.0 for all crates
2021-11-20 Dietmar Maurerproxmox-async: improve dev docs
2021-11-20 Dietmar Maurerproxmox-async: move AsyncChannelWriter to src/io
2021-11-20 Dietmar Maurerproxmox-async: move TokioWriterAdapter to blocking
2021-11-20 Dietmar Maurerproxmox-async: remove duplicate src/stream/wrapped_read...
2021-11-20 Dietmar Maurerproxmox-async: split stream.rs into separate files
2021-11-20 Dietmar Maurerproxmox-async: split blocking.rs into separate files
2021-11-19 Dietmar Maurerproxmox-async: imported pbs-tools/src/zip.rs
2021-11-19 Dietmar Maurerproxmox-async: imported pbs-tools/src/compression.rs
2021-11-19 Dietmar Maurerproxmox-async: imported pbs-tools/src/tokio/tokio_write...
2021-11-19 Dietmar Maurerproxmox-async: imported pbs-tools/src/stream.rs
2021-11-19 Dietmar Maurerproxmox-async: imported pbs-tools/src/broadcast_future.rs
2021-11-19 Dietmar Maurerproxmox-async: start new crate