]> git.proxmox.com Git - proxmox-backup.git/history - src/client
src/api2/config/network.rs: improve network api
[proxmox-backup.git] / src / client /
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
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-09 Dietmar Maurersrc/pxar/encoder.rs: use BackupCatalogWriter
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-03 Christian Ebnerpxar: cleanup: move feature flags to src/pxar/flags...
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 Maurersrc/pxar/encoder.rs: add new skip_lost_and_found parameter
2019-07-24 Dietmar Maurerpxar_backup_stream.rs: limit lock scope to avoid blocki...
next