]> git.proxmox.com Git - proxmox-backup.git/history - src/client/http_client.rs
update to nix 0.14, use code from proxmox:tools
[proxmox-backup.git] / src / client / http_client.rs
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...
2019-06-28 Dietmar Maurersrc/client/http_client.rs - h2 download: implement...
2019-06-27 Dietmar Maurersrc/api2/reader.rs: implement backup reader protocol
2019-06-26 Dietmar Maurersrc/client/http_client.rs: split out code to start...
2019-06-26 Dietmar Maurersrc/client/http_client.rs - download: use generic Write...
2019-06-25 Dietmar Maurersrc/client/http_client.rs - download: fix error handling
2019-06-24 Dietmar Maurersrc/bin/proxmox-backup-client.rs: upload rsa encoded...
2019-06-23 Dietmar Maurersrc/api2/backup.rs: replace upload_config with upload_blob
2019-06-14 Dietmar Maurersrc/tools.rs: move hex_to_digest and digest_to_hex...
2019-06-13 Dietmar Maurerbackup: Add support for client side encryption
2019-06-07 Wolfgang Bumillertree-wide: use 'dyn' for all trait objects
2019-06-05 Dietmar Maurersrc/client/http_client.rs: automatically close connecti...
2019-06-05 Wolfgang Bumillermake h2 client connection cancellable
2019-06-05 Dietmar Maurersrc/backup.rs; use a macro to define PROXMOX_BACKUP_PRO...
2019-06-05 Dietmar Maurersrc/backup.rs: define const PROXMOX_BACKUP_PROTOCOL_ID_V1
2019-06-05 Dietmar Maurersrc/api2.rs: move backup api to /backup
2019-06-03 Dietmar Maurersrc/client/http_client.rs - upload_config: improve...
2019-06-03 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement upload_config
2019-06-03 Dietmar Maurersrc/api2/admin/datastore/backup.rs: implement config...
2019-05-30 Dietmar Maurersrc/api2/admin/datastore/backup.rs: use separate api...
2019-05-29 Dietmar Maurersrc/api2/admin/datastore/backup.rs: improve debug logging
2019-05-28 Dietmar Maurersrc/client/http_client.rs: use start of chunk as offset
2019-05-28 Dietmar Maurersrc/client/http_client.rs: code cleanup
2019-05-28 Dietmar Maurersrc/api2/admin/datastore/backup.rs: implement fixed...
2019-05-27 Dietmar Maurersrc/client/http_client.rs: correctly parse error respon...
2019-05-27 Dietmar Maurersrc/api2/admin/datastore/backup/upload_chunk.rs: rename...
2019-05-27 Dietmar Maurersrc/api2/admin/datastore/backup.rs: use smaller window...
2019-05-27 Dietmar Maurersrc/client/http_client.rs: fix request pipelining
2019-05-26 Dietmar Maurersrc/client/merge_known_chunks.rs: use MergedChunkInfo...
2019-05-26 Dietmar Maurersrc/client/http_client.rs: append chunks in correct...
2019-05-26 Dietmar Maurersrc/api2/admin/datastore/backup.rs: verify chunk offset
2019-05-24 Dietmar Maurersrc/client/http_client.rs: encode parameters inside...
2019-05-24 Dietmar Maurersrc/client/merge_known_chunks.rs: reduce RAM usage
2019-05-23 Dietmar Maurersrc/client/merge_known_chunks.rs: merge known chunks
2019-05-23 Dietmar Maurersrc/client/http_client.rs: use ChunkInfo streams
2019-05-23 Dietmar Maurersrc/api2/admin/datastore/backup.rs: verify file size...
2019-05-23 Dietmar Maurersrc/client/http_client.rs: re-order code - public funct...
2019-05-22 Dietmar Maurersrc/client/http_client.rs: move low level H2 code into...
2019-05-22 Dietmar Maurersrc/client/http_client.rs: code cleanup
2019-05-22 Dietmar Maurersrc/client/http_client.rs: cleanup h2 backup client
2019-05-22 Dietmar Maurersrc/client/http_client.rs: implement download_chunk_list
2019-05-20 Dietmar Maurersrc/client/http_client.rs: implement upload_stream
2019-05-18 Dietmar Maurersrc/client/http_client.rs: improve speed test
2019-05-16 Dietmar Maurersrc/api2/admin/datastore/backup.rs: add speedtest api...
2019-05-14 Dietmar Maurersrc/client/http_client.rs: add flow control for h2...
2019-05-14 Dietmar Maurersrc/client/http_client.rs: implement h2 upload
2019-05-14 Dietmar Maurersrc/client/http_client.rs: derive Clone for H2Client
2019-05-13 Dietmar Maurersrc/client/http_client.rs: directly return H2Client...
2019-05-13 Dietmar Maurersrc/client/http_client.rs: cleanup, remove debug println
2019-05-13 Dietmar Maurersrc/client/http_client.rs: implement http2 client wrapper
2019-05-13 Dietmar Maurersrc/client/http_client.rs: allow to pass parameters...
2019-04-30 Dietmar Maurersrc/client/http_client.rs: request password at creation...
2019-04-29 Dietmar Maurerrc/client/http_client.rs: add experimental h2 upgrade...
2019-04-28 Dietmar Maurersrc/client/http_client.rs: cleanup, make login fully...
2019-04-04 Dietmar Maurersrc/tools.rs: file_get_json() - add new default parameter
2019-03-15 Dietmar Maurersrc/client/http_client.rs: avoid compiler warning
2019-03-13 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement completion...
2019-03-06 Dietmar Maurersrc/client/http_client.rs: impl download
2019-03-06 Dietmar Maurersrc/client/http_client.rs: remove debug statement
2019-03-05 Dietmar Maurersrc/client/http_client.rs: store/load ticket in xdg...
2019-03-03 Dietmar Maurersrc/api2/admin/datastore.rs: imp delete_snapshot
2019-03-01 Dietmar Maurersrc/bin/proxmox-backup-client.rs: login before starting...
2019-02-27 Dietmar Maurerrc/server/rest.rs: allow to pass parameters as applicat...
2019-02-26 Dietmar Maurersrc/client/http_client.rs: login once, store and reuse...
2019-02-20 Wolfgang Bumillerhttp_client: on a tty, read password if no env var...
2019-02-20 Dietmar Maurersrc/client/http_client.rs: implement post
2019-02-18 Dietmar Maurersrc/client/http_client.rs: send csrf token
2019-02-18 Wolfgang Bumillercleanup
2019-02-18 Dietmar Maurersrc/client/http_client.rs: trim path
2019-02-14 Dietmar Maurersrc/client.rs: improve library structure and docu
2019-02-13 Dietmar Maurersrc/client/http_client.rs: try to login
2019-02-13 Wolfgang Bumillerclient: use hyper-tls for now
2019-01-30 Dietmar Maureravoid compiler warnings
2019-01-22 Dietmar Maurerlient/http_client.rs: simplify code
2019-01-21 Dietmar Maurerclient/http_client.rs: implement get, share common...
2019-01-17 Dietmar Maurerapi3/admin/datastore/upload_catar.rs: verify content...
2019-01-17 Dietmar Maurerclient/http_client.rs: new helper class