]> git.proxmox.com Git - proxmox-backup.git/history - src/client
bump version to 0.1.1
[proxmox-backup.git] / src / client /
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...
2019-07-24 Dietmar Maurerremove debug output
2019-07-24 Dietmar Maurersrc/client/pxar_backup_stream.rs: correctly pass errors...
2019-07-24 Dietmar Maurersrc/pxar/encoder.rs: allow to pass list of devices
2019-07-22 Dietmar MaurerRevert previous, commit, use UTC RFC3339 without timezo...
2019-07-17 Christian Ebnerpxar: Adapt SequentialDecoder::restore() calls to pass...
2019-07-05 Dietmar Maurersrc/client/remote_chunk_reader.rs: implement simple...
2019-07-05 Christian Ebnerpxar: Refactor SequentialDecoder to store the callback...
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/remote_chunk_reader.rs: remove dead code
2019-07-03 Dietmar Maurersrc/client/remote_chunk_reader.rs: implement remote...
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...
next