]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/reader.rs
src/config/acl.rs: introduce more/better datastore privileges
[proxmox-backup.git] / src / api2 / reader.rs
2020-04-27 Dietmar Maurersrc/config/acl.rs: introduce more/better datastore...
2020-04-18 Dietmar Maurerfix permission tests using non-uri parameters
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-04-17 Dietmar Maurersrc/api2/reader.rs: add access permissions
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2019-12-16 Dietmar Maurerapi2: update for latest proxmox-api changes
2019-12-13 Wolfgang Bumillerupdate a chunk of stuff to the hyper release
2019-12-11 Dietmar Maurersrc/api2/types.rs: factor out DATASTORE_SCHEMA
2019-11-23 Dietmar Maurerrename ApiHandler::Async into ApiHandler::AsyncHttp
2019-11-22 Dietmar Maurersrc/server/rest.rs: cleanup async code
2019-11-21 Wolfgang Bumillerapi/compat: remove remaining api_schema references
2019-11-21 Wolfgang Bumillerapi: BoxFut -> ApiFuture
2019-11-21 Dietmar Maurersort all property lookup tables
2019-11-21 Dietmar Maureruse const api definitions
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-10-07 Dietmar Maurerfix typo in error message
2019-10-07 Dietmar Maurersrc/api2/reader.rs: use tokio::fs::read() to read file...
2019-10-05 Dietmar Maurersrc/api2/reader.rs - download_chunk: use blocking io
2019-09-02 Wolfgang Bumillersrc/api2/reader.rs: switch to async
2019-06-29 Dietmar Maurersrc/bin/download-speed.rs: h2 download speedtest for...
2019-06-28 Dietmar Maurersrc/api2/reader.rs: add download chunk api
2019-06-28 Dietmar Maurerfile download: avoid unnecessary copy
2019-06-27 Dietmar Maurersrc/api2/reader.rs: implement backup reader protocol