]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2019-07-05 Dietmar Maurersrc/client/remote_chunk_reader.rs: implement simple...
2019-07-05 Dietmar Maurersrc/backup/fixed_index.rs: implement BufferedFixedReader
2019-07-05 Christian Ebnersrc/pxar/sequential_decoder.rs: major refactoring of...
2019-07-05 Christian Ebnersrc/pxar/encoder.rs: fix bug with incorrect offset...
2019-07-05 Christian Ebnerpxar: Refactor SequentialDecoder to store the callback...
2019-07-04 Dietmar Maurersrc/backup/fixed_index.rs: use correct size
2019-07-04 Dietmar Maurersrc/client/http_client.rs - finish: hold reference...
2019-07-04 Dietmar Maurersrc/api2/backup/environment.rs: improve chunk alignment...
2019-07-04 Dietmar Maurersrc/backup/chunk_store.rs: coding style fixes
2019-07-04 Dietmar Maurersrc/backup/chunk_store.rs: additionally log chunk count
2019-07-04 Dietmar Maurersrc/backup/chunk_store.rs: improve error reporting
2019-07-04 Wolfgang Bumillerbackup/chunk_store: rework chunk iterator
2019-07-04 Dietmar Maurersrc/client/http_client.rs: s/set_recv_buf_size/set_recv...
2019-07-04 Dietmar Maurersrc/tools/fs.rs - read_dir: return nix::Result
2019-07-04 Dietmar Maurersrc/backup/chunk_store.rs - get_chunk_iterator: return...
2019-07-04 Dietmar Maurersrc/backup/dynamic_index.rs: lock file inside new,...
2019-07-04 Dietmar Maurersrc/backup/fixed_index.rs - FixedIndexReader: remove...
2019-07-04 Dietmar Maurersrc/backup/datastore.rs: generic index_mark_used_chunks...
2019-07-03 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement restore...
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-03 Dietmar Maurersrc/backup/read_chunk.rs: use &mut self
2019-07-03 Christian Ebnersrc/pxar/encoder.rs: refactor simple match statements...
2019-07-03 Christian Ebnersrc/pxar/sequential_decoder.rs: refactoring of simple...
2019-07-03 Christian Ebnersrc/pxar/sequential_decoder.rs: Cleanup and fix incorre...
2019-07-03 Dietmar Maurersrc/server/rest.rs: avoid unwrap
2019-07-03 Dietmar Maurersrc/server/rest.rs: log peer address, use hyper MakeService
2019-07-02 Dietmar Maureruse hyper/tokio-openssl instead of hyper/tokio-tls
2019-07-02 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: set socket options...
2019-07-02 Dietmar Maurersrc/bin/h2s-client.rs: avoid compiler warnings
2019-07-02 Dietmar Maurersrc/backup/{fixed, dynamic}_index.rs: improve error...
2019-07-02 Dietmar Maurersrc/backup/read_chunk.rs: use Arc for DataStore
2019-07-02 Dietmar Maurersrc/backup/read_chunk.rs: move read chunk trait into...
2019-07-02 Dietmar Maureruse latest hyper master branch to include socket buffer...
2019-07-01 Wolfgang Bumillerreplace tools::vec with proxmox::tools::vec
2019-07-01 Wolfgang Bumillertools: remove io module
2019-07-01 Wolfgang Bumillerupdate remaining users of tools::io::ops
2019-07-01 Wolfgang Bumillertools: remove read/write
2019-07-01 Wolfgang Bumillerdaemon: remove last use of tools::read/write
2019-07-01 Wolfgang Bumillerbackup: use new proxmox::tools::io traits
2019-06-29 Dietmar Maurersrc/bin/h2s-client.rs: increase tokio tcp stream read...
2019-06-29 Dietmar Maurersrc/bin/h2s-client.rs: avoid hyper, use h2 directly
2019-06-29 Dietmar Maurersrc/bin/h2s-server.rs: test to reproduce slow h2 download
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-29 Dietmar Maurersrc/bin/h2client.rs: tune h2 client parameters to get...
2019-06-29 Dietmar Maurersrc/client.rs: make module put_to_stream public
2019-06-29 Dietmar Maureradd code to test H2 speed
2019-06-28 Dietmar Maurersrc/backup/dynamic_index.rs: introduce ReadChunk trait
2019-06-28 Dietmar Maurersrc/api2/reader.rs: add download chunk api
2019-06-28 Dietmar Maurersrc/client/http_client.rs: increase h2 window size...
2019-06-28 Dietmar Maurersrc/backup/chunk_store.rs: new method chunk_path()
2019-06-28 Dietmar Maurerfile download: avoid unnecessary copy
2019-06-28 Dietmar Maurersrc/client/http_client.rs - h2 download: implement...
2019-06-27 Dietmar Maurerdebian/control: add clang build dependency
2019-06-27 Dietmar Maurersrc/api2/reader.rs: implement backup reader protocol
2019-06-26 Dietmar Maurersrc/server/h2service.rs: implement generic h2 service
2019-06-26 Dietmar Maurersrc/client/http_client.rs: split out code to start...
2019-06-26 Dietmar Maurersrc/backup/data_{chunk,blob}.rs: add verify_crc method
2019-06-26 Dietmar Maurersrc/bin/proxmox-backup-client.rs: decode blobs on download
2019-06-26 Dietmar Maurersrc/client/http_client.rs - download: use generic Write...
2019-06-26 Dietmar Maurersrc/backup/crypt_config.rs - generate_rsa_encoded_key...
2019-06-25 Dietmar Maurersrc/bin/proxmox-backup-client.rs: remove stale download...
2019-06-25 Dietmar Maurersrc/api2/admin/datastore.rs: use correct path for download
2019-06-25 Dietmar Maurersrc/client/http_client.rs - download: fix error handling
2019-06-25 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement download...
2019-06-25 Dietmar Maurersrc/api2/admin/datastore.rs: implement generic download...
2019-06-25 Dietmar Maurersrc/api2/admin/datastore/pxar.rs: remove pxar upload api
2019-06-25 Dietmar Maurersrc/api2/admin/datastore.rs: use a worker log log prune...
2019-06-25 Dietmar Maurersrc/bin/proxmox-backup-client.rs: strip .blob extension
2019-06-25 Dietmar Maurersrc/backup/backup_info.rs: also list .blob files
2019-06-25 Dietmar Maurersrc/bin/proxmox-backup-client.rs: change key name to...
2019-06-25 Dietmar Maurersrc/cli/command.rs: fix ReST output format
2019-06-24 Dietmar Maurersrc/bin/proxmox-backup-client.rs: upload rsa encoded...
2019-06-24 Christian Ebnerpxar: impl .pxarexclude parsing and exclude matching
2019-06-24 Dietmar Maurersrc/api2/backup/environment.rs: new helper add_blob()
2019-06-23 Dietmar Maurersrc/api2/backup.rs: replace upload_config with upload_blob
2019-06-23 Dietmar Maurersrc/backup/data_blob.rs: implement from_raw()
2019-06-23 Dietmar Maurersrc/api2/backup/upload_chunk.rs: compute crc on upload
2019-06-22 Dietmar Maurertry to use use proxmox::tools::io::ops::ReadExtOps
2019-06-22 Dietmar Maurersrc/backup/file_formats.rs: improve docs
2019-06-22 Dietmar Maurersrc/backup/crypt_config.rs: simplify decode interface
2019-06-22 Dietmar Maurersrc/backup/crypt_config.rs: remove encode_chunk, use...
2019-06-22 Dietmar Maurersrc/backup/crypt_config.rs: implement encrypt_to (outpu...
2019-06-22 Dietmar Maurersrc/backup/file_formats.rs: split out file format data
2019-06-21 Dietmar Maureradd crc field for binary blobs formats
2019-06-21 Dietmar Maurerdepend on crc32fast
2019-06-21 Dietmar Maurersrc/backup/data_blob.rs: new file format for binary...
2019-06-21 Dietmar Maurersrc/backup/crypt_config.rs: make code more flexible
2019-06-21 Dietmar Maurerrenamed: src/backup/crypt_setup.rs -> src/backup/crypt_...
2019-06-21 Dietmar Maurersrc/bin/proxmox-backup-client.rs: add import-master...
2019-06-21 Dietmar Maurersrc/bin/proxmox-backup-client.rs: helper to generate...
2019-06-20 Dietmar Maurersrc/backup/key_derivation.rs: add modified field to...
2019-06-19 Dietmar Maurersrc/bin/proxmox-backup-client.rs: add keyfile parameter...
2019-06-18 Dietmar Maurersrc/bin/proxmox-backup-client.rs - key API: pass kdf...
2019-06-18 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use file system path...
2019-06-18 Dietmar Maurersrc/bin/proxmox-backup-client.rs - create_key: always...
2019-06-18 Dietmar Maurersrc/backup/key_derivation.rs: move kdf code into separa...
next