]> git.proxmox.com Git - proxmox-backup-qemu.git/shortlog
proxmox-backup-qemu.git
2020-05-30 Thomas Lamprechtrestore: reuse the clients download_fixed_index
2020-05-30 Thomas LamprechtCargo.toml: update versions
2020-05-30 Thomas Lamprechtswitch from failure to anyhow
2020-03-11 Dietmar Maurerbump version to 0.1.3-1
2020-03-11 Dietmar Maurercall C-callback if send command fail
2020-03-11 Dietmar Maurercleanup: use macro raise_error_int
2020-03-11 Dietmar Maurercorrectly convert error messages to CString
2020-03-11 Dietmar Maurerremove debug statements
2020-03-10 Dietmar Maurerbump version to 0.1.2-1
2020-03-10 Dietmar Maurerbuild.rs: .with_include_guard("PROXMOX_BACKUP_QEMU_H")
2020-03-03 Dietmar MaurerMakefile: upload to pve instead of pbs product
2020-03-03 Dietmar MaurerMakefile: add upload target
2020-03-03 Dietmar Maurerdepend on specific proxmox-backup git version
2020-02-19 Dietmar Maurerfix compile errors
2020-02-19 Dietmar Maurerset fingerprint and password on HttpClientOptions
2020-02-19 Dietmar Maurerproxmox_restore_connect: use snapshot string (instead...
2020-02-19 Dietmar Maureruse BackupSetup for ProxmoxRestore::new()
2020-02-13 Dietmar Maurersimpletest.c: correctly handle write errors
2020-02-13 Dietmar Maurerremove stale comment
2020-02-13 Dietmar Maurerallow to set chunk_size, and define PROXMOX_BACKUP_DEFA...
2020-02-13 Dietmar Maureralso implement synchrounous c-api and fix simpletest.c
2020-02-13 Dietmar Maurersrc/worker_task.rs: fix tokio runtime parameters
2020-02-13 Dietmar Maurersrc/worker_task.rs: set thread name
2020-02-13 Dietmar Maurersrc/worker_task.rs: use runtime.block_on() inside backu...
2020-02-12 Dietmar Maurerupdate all dependencies
2019-11-08 Dietmar Maurerupdate rust toolchain to stable
2019-10-26 Dietmar Maureravoid clippy warnings
2019-10-25 Dietmar Maurersimplify rust code
2019-10-25 Dietmar Maurerrun all commands async with tokio::spawn()
2019-10-25 Dietmar Maurerproxmox_backup_free_error: test if ptr == NULL
2019-10-25 Dietmar Maurerheader-preamble.c: add result parameter
2019-10-25 Dietmar Maurermake proxmox_backup_register_image async
2019-10-25 Dietmar Maurermake proxmox_backup_add_config async
2019-10-25 Dietmar MaurerAdd pointer to integer return value for all async functions
2019-10-25 Dietmar Maurercleanup: avoid unwrap
2019-10-24 Dietmar Maurerimplement async connect command
2019-10-24 Dietmar Maurercleanup: implement CallbackPointers send_result()
2019-10-24 Dietmar Maureruse relative path in symbolic link to libproxmox_backup...
2019-10-16 Dietmar Maurersimpletest.c: pass new keyfile parameters (NULL for...
2019-10-16 Dietmar Maurerproxmox_backup_connect: add keyfile and key_password...
2019-10-16 Dietmar Maurerfix typo
2019-10-16 Dietmar Maurerproxmox_backup_connect: make password optional
2019-10-16 Dietmar Maurersimpletest.c: make it work again, pass repo as command...
2019-10-16 Dietmar MaurerMakefile: fix simpletest target
2019-10-15 Dietmar Maurerimprove docs
2019-10-15 Dietmar Maurercleanup restore api, allow to restore multiple images
2019-10-14 Dietmar Maurersrc/restore.rs: implement restore
2019-10-14 Dietmar Maurersrc/commands.rs: use new DataChunkBuilder::build_zero_c...
2019-10-12 Dietmar Maurercleanups, rename BackupClient to BackupWriter
2019-10-12 Dietmar Maurerset toolchain to beta
2019-10-12 Dietmar Maureradd dummy code for simple restore tasks.
2019-10-12 Dietmar Maurersrc/worker_task.rs: fix typo
2019-10-12 Dietmar Maurersrc/commands.rs: adopt to changes in proxmox-backup
2019-10-06 Dietmar Maureradopt to latest changes in proxmox-backup
2019-10-02 Dietmar Maureruse correct file name in index.json
2019-10-02 Dietmar Maureradd_config: use correct size
2019-09-30 Dietmar Maurerremove stale comment
2019-09-30 Dietmar MaurerChunkUploadInfo: add chunk_is_known flag
2019-09-29 Dietmar Maurercleanup: use tokio::sync::{mpsc, oneshot};
2019-09-29 Dietmar Maurersrc/upload_queue.rs: new helper create_upload_queue()
2019-09-29 Dietmar Maurersrc/upload_queue.rs: split upload_handler into extra...
2019-09-29 Dietmar Maurercleanup: use TryFutureExt (for .map_err())
2019-09-29 Dietmar Maurerimprove upload queue error handling
2019-09-28 Dietmar Maurerspeedup chunk upload
2019-09-27 Dietmar Maureradd resonable connect parameters
2019-09-24 Dietmar Maurermove async command implementation to commands.rs
2019-09-24 Dietmar Maurermove BackupMessage into capi_types.rs
2019-09-24 Dietmar Maurerspli C-API from rest of the code
2019-09-24 Dietmar Maurersrc/capi_types.rs: slip types for C api into separate...
2019-09-24 Dietmar Maurerrename BackupRepository into BackupSetup
2019-09-24 Dietmar Maurerpass known_chunks as argument (no need to store inside...
2019-09-24 Dietmar Maurerupload index.json
2019-09-23 Dietmar Maurercompute index checksum, simplify code
2019-09-22 Dietmar Maurerimplement add_config
2019-09-21 Dietmar Maurerimplement proxmox_backup_finish_async()
2019-09-21 Dietmar Maurerproxmox_backup_abort: use *const char
2019-09-21 Dietmar Maurerhandle known chunks
2019-09-21 Dietmar Maurercleanup
2019-09-21 Dietmar Maurerfactor out register_zero_chunk
2019-09-21 Dietmar Maurerminor cleanup
2019-09-21 Dietmar Maurerupload and use zero sized chunk
2019-09-21 Dietmar Maurercomputer zero chunk digest at register_image
2019-09-21 Dietmar Maureradd chunk_size configuration
2019-09-21 Dietmar Maurerimplement image registry, implement close image
2019-09-19 Dietmar Maurerpass client to command implementation
2019-09-18 Dietmar Maurercleanup
2019-09-18 Dietmar Maurerhandle abort in proxmox_backup_register_image()
2019-09-18 Dietmar Maureradd register_image prototype
2019-09-18 Dietmar Maurerrecord abort reason, handle abort in write_data
2019-09-17 Dietmar Maurerlimit number of threads
2019-09-17 Dietmar Maurercleanup
2019-09-17 Dietmar Maureruse threadpool runtime
2019-09-17 Dietmar Maurerimplement abort
2019-09-16 Dietmar Maurerstart error handling
2019-09-15 Dietmar Maurergather/return some statistics
2019-09-15 Dietmar Maureradd dev_id to write callback
2019-09-13 Dietmar Maurercreate -dev package, fix .install file names
2019-09-13 Dietmar Maurerconnectly install .so file, set soname
2019-09-13 Dietmar Maurerinstall dynamic lib (instead of static)
2019-09-13 Dietmar Maureruse std::sync::mpsc::channel
next