]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2019-10-12 Dietmar Maurersrc/client/backup_reader.rs: add download_manifest
2019-10-12 Dietmar Maurerset toolchain to beta
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-09 Dietmar Maurersrc/bin/proxmox-backup-client.rs: pass verbose flag...
2019-10-07 Dietmar Maurerfix typo in error message
2019-10-07 Dietmar Maurersrc/api2/reader.rs: use tokio::fs::read() to read file...
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 Maurercleanup: remove dead code
2019-10-05 Dietmar Maurersrc/bin/proxmox-backup-client.rs: cleanup restore
2019-10-05 Dietmar Maurersrc/client/remote_chunk_reader.rs: pass reference to...
2019-10-05 Dietmar Maurersrc/api2/reader.rs - download_chunk: use blocking io
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-20 Dietmar Maurerremove trailing whitespace
2019-09-20 Christian Ebnersrc/bin/proxmox-backup-client.rs: add functionality...
2019-09-20 Christian Ebnersrc/bin/pxar.rs: adapt to new deamonize flag
2019-09-20 Christian Ebnersrc/pxar/fuse.rs: make verbose flag independent from...
2019-09-20 Christian Ebnersrc/pxar/fuse.rs: refactor Session::new()
2019-09-20 Christian Ebnersrc/pxar/fuse.rs: introduce `Context` in order to add...
2019-09-20 Christian Ebnersrc/pxar/decoder.rs: fix bug in decoder read
2019-09-19 Dietmar Maurersrc/backup/data_chunk.rs: add into_raw()
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-16 Christian Ebnerpxar: fuse: avoid possible hash collision in lookup...
2019-09-11 Wolfgang Bumillerclippy: fix access to unaligned buffer in dynamic reader
2019-09-11 Wolfgang Bumillerbackup: cleanup unused imports
2019-09-11 Wolfgang Bumillerclippy: fix access to unaligned buffer
2019-09-11 Wolfgang Bumillerbackup: use static assertion in fixed index reader
2019-09-11 Wolfgang Bumillerclippy: don't use clone a double reference
2019-09-11 Wolfgang Bumillerbuildsys: add 'make lint'
2019-09-11 Wolfgang Bumillerclippy: collapse identical if branches
2019-09-11 Wolfgang Bumillerfixup variable naming
2019-09-11 Wolfgang Bumillerclippy: use write_all in file logger
2019-09-11 Wolfgang Bumillerclippy: fix pointer to temporary value
2019-09-11 Wolfgang Bumillerclippy: remove a loop{} which never actually loops
2019-09-11 Wolfgang Bumillermore clippy fixups
2019-09-11 Wolfgang Bumillersome clippy fixups
2019-09-11 Wolfgang Bumillerremove Cargo.lock
2019-09-11 Christian Ebnersrc/pxar/fuse.rs: s/Buf/ReplyBuf/ and s/BufState/ReplyB...
2019-09-11 Christian Ebnersrc/pxar/fuse.rs: refactor stat and fix i-node mapping
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl readdir callback for fuse
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl readlink callback for fuse
2019-09-10 Christian Ebnersrc/pxar/decoder.rs: read_link has to read filename...
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl opendir callback for fuse
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl read callback for fuse
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl open callback for fuse
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl lookup callback for fuse
2019-09-10 Christian Ebnersrc/pxar/decoder.rs: correctly handle hardlinks in...
2019-09-10 Christian Ebnersrc/pxar/decoder.rs: split functionality of list_dir...
2019-09-10 Christian Ebnersrc/pxar/decoder.rs: make read_directory_entry usable...
2019-09-10 Christian Ebnersrc/pxar/decoder.rs: remove `DirectoryEntry` start_offs...
2019-09-10 Christian Ebnersrc/pxar/decoder.rs: correctly read, check and skip...
2019-09-09 Dietmar Maureravoid injecting ENV vars from Makefile
2019-09-06 Christian Ebnersrc/pxar/fuse.rs: impl getattr callback for fuse
2019-09-06 Christian Ebnersrc/pxar/fuse.rs: Refactor run_in_context and remove...
2019-09-06 Christian Ebnersrc/pxar/fuse.rs: Improve comments, add rustfmt skip...
2019-09-06 Wolfgang Bumillerupdate hyper & h2 to alpha releases on crates.io
2019-09-06 Dietmar Maurersrc/client/http_client.rs: use async for upload_speedtest()
2019-09-06 Christian Ebnersrc/pxar/decoder.rs: impl functionality needed for...
2019-09-06 Christian Ebnersrc/pxar/decoder.rs: Add comment for unsolved issue...
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-05 Dietmar Maurersrc/backup/catalog_blob.rs: use write_all() instead...
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-04 Dietmar Maurersrc/bin/proxmox-backup-client.rs: verify blob/catlog...
2019-09-04 Christian Ebnersrc/pxar/sequential_decoder.rs: make functions needed...
2019-09-04 Christian Ebnersrc/pxar/format_definitions.rs: move header type in...
2019-09-04 Christian Ebnersrc/pxar/fuse.rs: add function to map offset to inode...
2019-09-04 Christian Ebnersrc/pxar/decoder.rs: add getter functions to obtain...
2019-09-04 Christian Ebnersrc/pxar/decoder.rs: rustfmt fixups
2019-09-04 Christian Ebnersrc/bin/proxmox-backup-client.rs: refactoring of match...
2019-09-03 Dietmar Maurersrc/bin/proxmox-backup-client.rs: code cleanup - factor...
2019-09-03 Dietmar Maurersrc/backup.rs: define INDEX_BLOB_NAME here
2019-09-03 Dietmar Maurersrc/bin/proxmox-backup-client.rs - restore: verify...
2019-09-03 Dietmar Maurersrc/backup/fixed_index.rs: new helper to compute checks...
2019-09-03 Dietmar Maurersrc/backup/dynamic_index.rs: new helper to compute...
2019-09-03 Dietmar Maurersrc/client/http_client.rs: fix dynamic index checksum
2019-09-03 Wolfgang Bumillercomment fixup
2019-09-03 Wolfgang Bumillertools: add tokio::main() replacement
2019-09-03 Wolfgang Bumilleradd WrappedReaderStream test
2019-09-03 Wolfgang BumillerMakefile: fixup: remove references to proxmox-protocol
2019-09-02 Wolfgang Bumillermerge fixup
next