]> git.proxmox.com Git - proxmox-backup.git/history - src/client/http_client.rs
client: raise HTTP_TIMEOUT to 120s
[proxmox-backup.git] / src / client / http_client.rs
2021-02-24 Thomas Lamprechtclient: raise HTTP_TIMEOUT to 120s
2021-01-26 Fabian Grünbichlerderive/impl and use Default for some structs
2021-01-25 Fabian Grünbichlerhttp-client: further clippy cleanups
2021-01-25 Fabian Grünbichlerhttp-client: fix typoed ticket cache condition
2021-01-14 Fabian Grünbichlerhyper: use new hyper::upgrade
2021-01-14 Fabian Grünbichlerproxmox 0.10: use tokio::time::timeout directly
2021-01-14 Fabian Grünbichlertokio 1.0: delay -> sleep
2020-12-22 Stefan Reiterhttp_client: add timeouts for critical connects
2020-11-16 Dominik Csapakclient/http_client: add put method
2020-11-04 Dietmar Maurerfix bug #2870: use updated tickets
2020-10-30 Fabian Grünbichlerapi tokens: add authorization method
2020-10-29 Fabian Grünbichlerclient/remote: allow using ApiToken + secret
2020-10-21 Stefan Reiteradd tools::http for generic HTTP GET and move HttpsConn...
2020-10-21 Dietmar Maurerfix for prevoius patch: we want to copy all valid tickets
2020-10-21 Dylan Whytefix #3038: check user before renewing ticket
2020-10-19 Dietmar Maurerset reasonable TCP keepalive timeout
2020-10-19 Dietmar Maurerhttp_client: set connect timeout to 10 seconds
2020-10-14 Wolfgang Bumillermore clippy fixups
2020-09-30 Dominik Csapakclient/remote: add support to specify port number
2020-09-17 Dominik Csapakfix #2870: renew tickets in HttpClient
2020-09-15 Dietmar Maureravoid chrono dependency, depend on proxmox 0.3.8
2020-09-10 Dominik Csapakimprove server->client tcp performance for high latency...
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-07-22 Fabian Grünbichlerapi: translate ENOTFOUND to 404 for downloads
2020-06-12 Wolfgang Bumillersome internal combinator-influenced api cleanup
2020-06-02 Wolfgang Bumillerclient: improve connection/new fingerprint query
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-02-11 Dietmar Maurersrc/client/http_client.rs: do not store fingerprints...
2020-02-11 Dietmar Maurersrc/client/http_client.rs: always convert fingerprint...
2020-02-11 Dietmar Maurersrc/client/http_client.rs: remove useless password_env
2020-01-31 Dietmar Maurerdepend on proxmox 0.1.13, use new tty helpers from...
2020-01-27 Dietmar Maurersrc/client/http_client.rs: new password_env option
2020-01-27 Dietmar Maurersrc/client/http_client.rs: new prefix options
2020-01-25 Dietmar Maurersrc/client/http_client.rs: implement fingerprint cache
2020-01-25 Dietmar Maurersrc/client/http_client.rs: new struct HttpClientOptions
2020-01-05 Dietmar Maurersrc/client/http_client.rs: allow access to AuthInfo...
2019-12-27 Dietmar Maurersrc/client/http_client.rs - start_h2_connection: correc...
2019-12-18 Wolfgang Bumillerreplace file_set_contents with replace_file
2019-12-17 Wolfgang Bumillerdrop Cancellable future in favor of abortable
2019-12-13 Wolfgang Bumillerupdate to url/percent-encoding to 2.1
2019-12-13 Wolfgang Bumillerupdate a chunk of stuff to the hyper release
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maureravoid some clippy warnings
2019-10-12 Dietmar Maurersrc/client/backup_writer.rs: move BackupClient code...
2019-10-12 Dietmar Maurersrc/client/backup_reader.rs: split BackupReader code...
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-02 Dietmar Maurersrc/client/http_client.rs: store raw data/blob size...
2019-09-28 Dietmar Maurersrc/client/http_client.rs: new helper send_upload_request()
2019-09-23 Dietmar Maurersrc/backup/fixed_index.rs: do not use offset for checksum
2019-09-23 Dietmar Maurerbackup writer api: verify checksum inside close
2019-09-20 Dietmar Maurersrc/client/http_client.rs - H2Client::upload: fix param...
2019-09-20 Dietmar Maurersrc/client/http_client.rs: add method parameter to...
2019-09-20 Dietmar Maurersrc/client/http_client.rs: add content type parameter...
2019-09-20 Dietmar Maurersrc/client/http_client.rs: cleanup (rename parameter)
2019-09-19 Dietmar MaurerBackupClient: add upload() function
2019-09-19 Dietmar Maurermake download_chunk_list() public
2019-09-16 Dietmar Maurersrc/client/http_client.rs: add password parameter to...
2019-09-11 Wolfgang Bumillerclippy: don't use clone a double reference
2019-09-11 Wolfgang Bumillermore clippy fixups
2019-09-06 Dietmar Maurersrc/client/http_client.rs: use async for upload_speedtest()
2019-09-05 Dietmar Maurersrc/client/http_client.rs: simplify send_request
2019-09-05 Dietmar Maurersrc/client/http_client.rs: use async for h2api_response()
2019-09-05 Dietmar Maurersrc/client/http_client.rs - download_chunk_list: simpli...
2019-09-05 Dietmar Maurersrc/client/http_client.rs - H2Client: fix error message...
2019-09-05 Dietmar Maurersrc/client/http_client.rs: use async for download_chunk...
2019-09-05 Dietmar Maurersrc/client/http_client.rs - BackupClient: use async
2019-09-05 Dietmar Maurersrc/client/http_client.rs - BackupClient: use async
2019-09-05 Dietmar Maurersrc/client/http_client.rs - BackupReader: use async
2019-09-04 Dietmar Maurersrc/client/http_client.rs: use async for more functions
2019-09-04 Dietmar Maurersrc/client/http_client.rs: use async for login()
2019-09-04 Dietmar Maurersrc/client/http_client.rs: use async for credentials
2019-09-03 Dietmar Maurersrc/client/http_client.rs: fix dynamic index checksum
2019-09-02 Wolfgang Bumillerdrop hyper_openssl
2019-09-02 Wolfgang Bumillersrc/client/http_client.rs: switch to async
2019-08-29 Christian Ebnersrc/client/http_client.rs: Refactor handling Option...
2019-08-22 Wolfgang Bumillermore formatting & use statement fixups
2019-08-16 Dietmar Maurersrc/backup/catalog_blob.rs: moved catalog impl. from...
2019-08-16 Wolfgang Bumilleravoid lifetimes in blob reader/writer
2019-08-10 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement login/logout
2019-08-06 Dietmar Maurersrc/client/http_client.rs: compute checksums for chunk...
2019-08-06 Dietmar Maurersrc/client/http_client.rs: minor code cleanup
2019-08-06 Dietmar Maurersrc/client/http_client.rs: compute file checksums
2019-08-03 Dietmar Maurerupdate to nix 0.14, use code from proxmox:tools
2019-08-02 Dietmar Maurersrc/bin/proxmox-backup-client.rs: sign index.json
2019-08-01 Dietmar Maurersrc/bin/proxmox-backup-client.rs: upload backup index...
2019-07-25 Dietmar Maurersrc/api2/backup.rs: new required backup-time parameter
2019-07-25 Dietmar Maurersrc/client/http_client.rs: allow upload with parameters
2019-07-24 Dietmar Maurerremove debug output
2019-07-22 Dietmar MaurerRevert previous, commit, use UTC RFC3339 without timezo...
2019-07-04 Dietmar Maurersrc/client/http_client.rs - finish: hold reference...
2019-07-04 Dietmar Maurersrc/client/http_client.rs: s/set_recv_buf_size/set_recv...
2019-07-03 Dietmar Maurersrc/client/http_client.rs: avoid compiler warning
2019-07-03 Dietmar Maurersrc/client/http_client.rs: return Arc<Self>
2019-07-02 Dietmar Maureruse hyper/tokio-openssl instead of hyper/tokio-tls
2019-07-02 Dietmar Maureruse latest hyper master branch to include socket buffer...
2019-06-29 Dietmar Maurersrc/bin/download-speed.rs: h2 download speedtest for...
2019-06-29 Dietmar Maurersrc/client/http_client.rs: use maximal h2 window sizes
2019-06-28 Dietmar Maurersrc/client/http_client.rs: increase h2 window size...
next