]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
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
2019-09-02 Wolfgang Bumilleradd Cargo.lock
2019-09-02 Wolfgang Bumillerupdate to tokio 0.2.0-alpha.4
2019-09-02 Wolfgang Bumillerdrop hyper_openssl
2019-09-02 Wolfgang Bumilleradd generic either-or AsyncRead/Write type
2019-09-02 Wolfgang Bumillersrc/server/state.rs: update to tokio alpha.2
2019-09-02 Wolfgang Bumillersrc/server/rest.rs: use tokio::timer::delay
2019-09-02 Wolfgang Bumillertests/worker-task-abort.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/tools/wrapped_reader_stream.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/tools/futures.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/tools/daemon.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/tools/broadcast_future.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/tools/async_mutex.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/server/worker_task.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/server/state.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/server/rest.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/server/h2service.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/server/command_socket.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/client/remote_chunk_reader.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/client/pxar_backup_stream.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/client/pipe_to_stream.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/client/merge_known_chunks.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/client/http_client.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/bin/upload-speed.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/bin/test_chunk_speed2.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/bin/proxmox-backup-proxy.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/bin/proxmox-backup-client.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/bin/proxmox-backup-api.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/bin/h2s-server.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/bin/h2server.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/bin/h2s-client.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/bin/h2client.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/bin/download-speed.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/backup/index.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/backup/chunk_stream.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/api_schema/router.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/api2/reader.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/api2/backup/upload_chunk.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/api2/backup.rs: switch to async
2019-09-02 Wolfgang Bumillersrc/api2/admin/datastore.rs: switch to async
2019-09-02 Wolfgang Bumillerimplement Sync for DynamicIndexReader and FixedIndexReader
2019-09-02 Wolfgang Bumillerdrop src/storage/futures.rs
2019-09-02 Wolfgang Bumillerswitch to futures 0.3
2019-09-02 Dietmar Maurerrc/bin/proxmox-backup-client.rs - restore: always downl...
2019-09-02 Dietmar Maurersrc/bin/proxmox-backup-client.rs - reatore: avoid loadi...
2019-09-02 Dietmar Maurerbump zstd-sys version
2019-08-29 Christian Ebnersrc/client/http_client.rs: Refactor handling Option...
2019-08-23 Wolfgang Bumillertools: remove SignalFd
2019-08-23 Wolfgang Bumillerbackup/dynamic_index: explicitly zero-initialize the...
2019-08-23 Wolfgang Bumillerbackup/dynamic_index: use static assertion, fix size
2019-08-23 Christian Ebnerpxar/fuse: add pxar cli flag to set single- or multi...
2019-08-23 Christian Ebnersrc/pxar/sequentail_decoder.rs: followup: cleanup S_IFM...
2019-08-23 Christian Ebnersrc/pxar/sequential_decoder.rs: style fixups
2019-08-23 Christian Ebnersrc/pxar/dir_stack.rs: style fixups
2019-08-23 Christian Ebnersrc/pxar/fuse.rs: style fixups
2019-08-23 Christian Ebnersrc/pxar/match_pattern.rs: style fixups
2019-08-23 Christian Ebnersrc/pxar/format_definition.rs: style fixup
2019-08-22 Wolfgang Bumillerremove proxmox-protocol subcrate
2019-08-22 Wolfgang Bumillermore formatting & use statement fixups
2019-08-22 Wolfgang Bumillerimport rustfmt.toml
2019-08-22 Christian Ebnersrc/pxar/encoder.rs: style fixups by rustfmt
2019-08-22 Christian Ebner(pxar: replace deprecated std::mem::uninitialized()
2019-08-22 Wolfgang Bumiller{dynamic,fixed}_index: replace mem::uninitialized
next