]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
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-11-08 Dietmar Maurerdo no restrict index names too much
2019-11-06 Christian Ebnersrc/pxar/decoder.rs: impl lookup for `Decoder`
2019-11-06 Christian Ebnersrc/pxar/decoder.rs: fix wrong filename check for Decod...
2019-11-05 Christian Ebnersrc/pxar/decoder.rs: allow to pass match pattern to...
2019-11-05 Christian Ebnersrc/pxar/decoder.rs: fix issue with restore
2019-11-04 Christian Ebnersrc/pxar/fuse.rs: refactor Iterator: use find() instead...
2019-10-31 Christian Ebnercatalog: store current writer position in CatalogBlobWriter
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maurersrc/pxar/binary_search_tree.rs: allow(clippy::many_sing...
2019-10-25 Dietmar Maureravoid some clippy warnings
2019-10-25 Dietmar Maurerallow(clippy::cast_ptr_alignment)
2019-10-25 Dietmar Maurersrc/backup/dynamic_index.rs: use write_all()
2019-10-23 Christian Ebnerpxar: decoder: cleanup un-needed Decoder::get_dir()
2019-10-23 Christian Ebnerpxar: fuse: optimize fuse readdir callback
2019-10-23 Dietmar Maurersrc/pxar/encoder.rs: avoid duplicate check for MAX_DIRE...
2019-10-23 Christian Ebnerpxar: add functionality to pass exclude MatchPatterns...
2019-10-23 Christian Ebnerpxar: encoder: add encode_pxar_exclude_cli() function.
2019-10-23 Dietmar Maurerpxar: simplify MatchPattern::to_bytes
2019-10-23 Christian Ebnerpxar: Implement to_bytes() for MatchPattern in order...
2019-10-17 Dietmar Maurersrc/bin/proxmox-backup-client.rs: fix parameters for...
2019-10-17 Christian Ebnersrc/pxar/encoder.rs: include .pxarexclude files into...
2019-10-17 Christian Ebnerpxar: fuse: include nsec information in stat
2019-10-16 Dietmar Maurerload_and_decrtypt_key: allow function closures to readf...
2019-10-14 Dietmar Maurersrc/backup/manifest.rs: fix property names (use '-...
2019-10-14 Dietmar Maurersrc/backup/data_blob.rs: define create_zero_chunk as...
2019-10-14 Dietmar Maurersrc/backup/data_blob.rs: add create_zero_chunk() helper
2019-10-13 Dietmar Maurersrc/backup/manifest.rs: add verify_file
2019-10-13 Dietmar Maurercleanup
2019-10-13 Dietmar Maurersrc/backup/manifest.rs: improve parser (try_from)
2019-10-12 Dietmar Maurersrc/backup/manifest.rs: new class to generate/parse...
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 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...
next