Wolfgang Bumiller
|
f7d4e4b506
|
switch from failure to anyhow
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2020-04-17 18:43:30 +02:00 |
Dietmar Maurer
|
d59dbeca1b
|
src/client/http_client.rs: new struct HttpClientOptions
|
2020-01-25 12:18:00 +01:00 |
Wolfgang Bumiller
|
d973aa827c
|
introduce new runtime tokio helpers
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2020-01-20 13:12:40 +01:00 |
Dietmar Maurer
|
cf9271e27c
|
src/client/backup_writer.rs: move BackupClient code into extra file
And rename it to BackupWriter.
|
2019-10-12 13:53:11 +02:00 |
Dietmar Maurer
|
cc2ce4a92f
|
src/client/http_client.rs: add password parameter to HttpClient::new()
|
2019-09-16 12:35:23 +02:00 |
Wolfgang Bumiller
|
8630557918
|
src/bin/upload-speed.rs: switch to async
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-09-02 15:21:26 +02:00 |
Dietmar Maurer
|
ca5d0b61ca
|
src/api2/backup.rs: new required backup-time parameter
The client should pass the time as parameter.
|
2019-07-25 13:44:01 +02:00 |
Dietmar Maurer
|
39e60bd6fa
|
src/api2/admin/datastore/backup.rs: improve debug logging
|
2019-05-29 10:17:38 +02:00 |
Dietmar Maurer
|
32e1bf4260
|
src/bin/upload-speed.rs: code cleanup
|
2019-05-23 07:20:05 +02:00 |
Dietmar Maurer
|
6ab34afa88
|
src/client/http_client.rs: cleanup h2 backup client
|
2019-05-22 13:05:51 +02:00 |
Dietmar Maurer
|
adec8ea263
|
src/api2/admin/datastore/backup.rs: add speedtest api, improve upload speed
We need to disable tcp Nagle algorythm (set_nodelay), and use larger window size for http2
|
2019-05-16 10:24:23 +02:00 |