]> git.proxmox.com Git - proxmox-backup.git/history - src/client
client: use default encryption key if it is available
[proxmox-backup.git] / src / client /
2020-07-03 Dietmar Maurermake ReadChunk not require mutable self. v0.6.0
2020-06-29 Dietmar Maurerfix typo
2020-06-26 Dietmar Maurerupdate backup api for incremental backup
2020-06-19 Dominik Csapakuse the existing async method for read_raw_chunk
2020-06-12 Wolfgang Bumillersome internal combinator-influenced api cleanup
2020-06-12 Wolfgang Bumilleradd an AsyncReadChunk trait
2020-06-12 Wolfgang Bumillermore cleanup
2020-06-10 Wolfgang Bumillerturn pxar::flags into bitflags, pxar::Flags
2020-06-09 Wolfgang Bumillerpxar: create .pxarexclude-cli file
2020-06-08 Wolfgang Bumillerswitch to external pxar and fuse crates
2020-06-02 Wolfgang Bumillerclient: improve connection/new fingerprint query
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-05-30 Dietmar Maurersrc/client/pull.rs: also download client.log.blob
2020-05-30 Dietmar Maurersrc/client/backup_specification.rs: split code into...
2020-05-30 Dietmar Maurersrc/client/pull.rs: more verbose logging
2020-05-29 Thomas LamprechtBACKUP_REPO_URL_REGEX: move to api2::types and allow...
2020-05-22 Dietmar Maurersrc/client/pull.rs: split out pull related code
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-02-28 Christian Ebnerproxmox-backup-client: expose exclude match patterns...
2020-02-25 Dietmar Maurersrc/client/backup_writer.rs: also print archive size
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: prefix upload stats with...
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: implement verbose options
2020-02-24 Dietmar Maurersrc/client/backup_writer.rs: reduce verbosity
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-22 Dietmar Maurersrc/client/pxar_backup_stream.rs: use a channel instead...
2020-01-21 Wolfgang Bumillerbump proxmox crate to 0.1.7
2020-01-20 Wolfgang Bumillerintroduce new runtime tokio helpers
2020-01-18 Dietmar Maurersrc/client/pxar_backup_stream.rs: use std::thread:...
2020-01-16 Dietmar Maurersrc/client/remote_chunk_reader.rs: use tokio::task...
2020-01-10 Christian Ebnerpxar: encoder: limit number of max entries held at...
2020-01-05 Dietmar Maurer src/client/backup_reader.rs: make compute_file_csum...
2020-01-05 Dietmar Maurersrc/client/http_client.rs: allow access to AuthInfo...
2020-01-02 Dietmar Maurersrc/backup/read_chunk.rs: add read_raw_chunk()
2019-12-27 Dietmar Maurersrc/client/http_client.rs - start_h2_connection: correc...
2019-12-19 Dietmar Maurersrc/client/backup_repo.rs: impl. new()
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-12-08 Dietmar Maurersrc/client/task_log.rs: move display_task_log into...
2019-11-26 Dietmar Maurersrc/pxar/sequential_decoder.rs: remove callback from...
2019-11-21 Wolfgang Bumillerapi/compat: remove remaining api_schema references
2019-11-21 Dietmar Maureruse const api definitions
2019-11-08 Dietmar Maurersrc/client/backup_reader.rs: factor out download_blob...
2019-11-08 Dietmar Maurersrc/client/backup_reader.rs: factor out download_fixed_...
2019-11-08 Dietmar Maurersrc/client/backup_reader.rs: factor out download_dynami...
2019-11-08 Dietmar Maurerchange catalog format, use dynamic index to store catalog.
2019-11-08 Dietmar Maurersrc/client/backup_writer.rs: rename force_close to...
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maureravoid some clippy warnings
2019-10-23 Christian Ebnerpxar: add functionality to pass exclude MatchPatterns...
2019-10-13 Dietmar Maurersrc/backup/manifest.rs: add verify_file
2019-10-12 Dietmar Maurerrename INDEX_BLOB_NAME to MANIFEST_BLOB_NAME
2019-10-12 Dietmar Maurersrc/client/backup_reader.rs: add download_manifest
2019-10-12 Dietmar Maurersrc/client/backup_writer.rs: move BackupClient code...
2019-10-12 Dietmar Maurersrc/client/backup_reader.rs: add documentation
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-05 Dietmar Maurersrc/client/remote_chunk_reader.rs: pass reference to...
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 Bumillerclippy: remove a loop{} which never actually loops
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/remote_chunk_reader.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/client/pxar_backup_stream.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/client/pipe_to_stream.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/client/merge_known_chunks.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/client/http_client.rs: switch to async
next