]> git.proxmox.com Git - proxmox-backup-qemu.git/history - src/lib.rs
update to current PBS master
[proxmox-backup-qemu.git] / src / lib.rs
2024-06-12 Fiona Ebnertree-wide: fix typos in comments
2024-04-09 Filip Schauermake capi_types module public
2024-01-05 Wolfgang Bumillerwarnings and clippy fixups
2022-12-12 Fabian Grünbichlerlint fix: explicitly drop Box
2022-12-12 Fabian Grünbichlerclippy fix: shorten bool->i32 conversion
2022-05-12 Wolfgang Bumillersupport namespaces
2022-04-26 Wolfgang Bumillerrustfmt
2021-11-24 Dietmar Maurerupdate dependencies to latest proxmox-backup git version
2021-06-08 Stefan Reiteradd shared_cache module
2021-02-12 Fabian Grünbichlerapi: add master key support
2021-01-26 Fabian Grünbichleruse new HttpClientOptions constructors
2020-11-25 Stefan Reiterreturn version via rust fn instead of header define
2020-10-30 Fabian Grünbichlerupdate to proxmox 0.6/proxmox-backup 0.9.4
2020-10-28 Stefan Reiteradd state serializing and loading functions
2020-10-22 Fabian Grünbichlerupdate to proxmox-backup 0.9.1
2020-09-26 Thomas Lamprechtupdate dependencies for proxmox and proxmox-backup
2020-09-11 Fabian Grünbichlerupdate to new BackupDir constructor
2020-08-13 Wolfgang Bumillerclippy: allow mutex_atomic with condvar
2020-08-13 Wolfgang Bumillerclippy lints
2020-08-12 Wolfgang Bumillerbump proxmox-backup to 0.8.10
2020-07-22 Stefan Reiterread_image_at: iterate until buffer is filled
2020-07-09 Dietmar Maureradd compress and encrypt paramaters
2020-07-08 Dietmar Maurercleanup: also improve code resuse and parameter checks...
2020-07-08 Dietmar Maurercheck for null parameters
2020-07-08 Dietmar Maurercleanup: allways call _async functions instead of dupli...
2020-07-08 Dietmar Maurerproxmox_backup_check_incremental: check if device_name...
2020-07-08 Dietmar Maurerproxmox_backup_abort: check for reason == NULL
2020-07-07 Dietmar Maurersrc/registry.rs: split out Registry code
2020-07-07 Dietmar Maurerrename worker_task.rs -> backup.rs
2020-07-07 Dietmar Maurerrename ProxmoxRestore into RestoreTask
2020-07-06 Dietmar Maureradd proxmox_backup_check_incremental() api
2020-07-06 Dietmar Maurerproxmox_restore_new: use snapshot string (again) instea...
2020-07-06 Dietmar Maureradd restore data reading API
2020-07-02 Dietmar Maurerwrite_data: return 0 for reused chunks
2020-07-02 Dietmar Maurercleanup: remove stale comments
2020-07-02 Dietmar Maurermake restore api thread safe
2020-07-02 Dietmar Maurercleanup (use better name)
2020-07-02 Dietmar Maurermake backup C api thread safe
2020-07-01 Dietmar Maureradd_config: use Vec<u8> instead of DataPointer
2020-07-01 Dietmar Maureravoid extra worker thread and command channel
2020-06-30 Wolfgang Bumilleradd tools module
2020-06-29 Dietmar Maurerproxmox_backup_connect: return info about previous...
2020-06-29 Dietmar Maureruse bool type for incremental flag
2020-06-26 Stefan Reiteradd incremental backup support
2020-06-24 Stefan Reitermake compatible with newest proxmox-backup crate
2020-05-30 Thomas Lamprechtswitch from failure to anyhow
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-02-19 Dietmar Maurerproxmox_restore_connect: use snapshot string (instead...
2020-02-19 Dietmar Maureruse BackupSetup for ProxmoxRestore::new()
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-12 Dietmar Maurerupdate all dependencies
2019-10-26 Dietmar Maureravoid clippy warnings
2019-10-25 Dietmar Maurerproxmox_backup_free_error: test if ptr == NULL
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-24 Dietmar Maurerimplement async connect command
2019-10-16 Dietmar Maurerproxmox_backup_connect: add keyfile and key_password...
2019-10-16 Dietmar Maurerproxmox_backup_connect: make password optional
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-12 Dietmar Maureradd dummy code for simple restore tasks.
2019-09-29 Dietmar Maurersrc/upload_queue.rs: split upload_handler into extra...
2019-09-27 Dietmar Maureradd resonable connect parameters
2019-09-24 Dietmar Maurermove async command implementation to commands.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 Maureruse std::sync::mpsc::channel
next