]> git.proxmox.com Git - proxmox-backup.git/history - src/client/remote_chunk_reader.rs
add tools::http for generic HTTP GET and move HttpsConnector there
[proxmox-backup.git] / src / client / remote_chunk_reader.rs
2020-09-22 Dietmar Maurerremote_chunk_reader.rs: use Arc for cache_hint to make...
2020-08-11 Fabian Grünbichlerchunk readers: ensure chunk/index CryptMode matches
2020-08-04 Fabian Grünbichlersync: verify chunk size and digest, if possible
2020-08-04 Fabian Grünbichlerblobs: attempt to verify on decode when possible
2020-07-28 Dietmar Maurersrc/backup/data_blob.rs: new load_from_reader(), which...
2020-07-07 Dietmar Maurersrc/client/remote_chunk_reader.rs: implement clone...
2020-07-03 Dietmar Maurermake ReadChunk not require mutable self. v0.6.0
2020-06-19 Dominik Csapakuse the existing async method for read_raw_chunk
2020-06-12 Wolfgang Bumilleradd an AsyncReadChunk trait
2020-06-12 Wolfgang Bumillermore cleanup
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-01-20 Wolfgang Bumillerintroduce new runtime tokio helpers
2020-01-16 Dietmar Maurersrc/client/remote_chunk_reader.rs: use tokio::task...
2020-01-02 Dietmar Maurersrc/backup/read_chunk.rs: add read_raw_chunk()
2019-10-07 Dietmar Maurersrc/backup/data_blob.rs: avoid Arc<CryptConfig>
2019-10-06 Dietmar Maurerremove DataChunk file format - use DataBlob instead
2019-10-05 Dietmar Maurersrc/client/remote_chunk_reader.rs: pass reference to...
2019-09-02 Wolfgang Bumillersrc/client/remote_chunk_reader.rs: switch to async
2019-07-05 Dietmar Maurersrc/client/remote_chunk_reader.rs: implement simple...
2019-07-03 Dietmar Maurersrc/client/remote_chunk_reader.rs: remove dead code
2019-07-03 Dietmar Maurersrc/client/remote_chunk_reader.rs: implement remote...