]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
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
2019-08-22 Wolfgang Bumillersrc/backup/index: style fixup & unsafe copy removal
2019-08-22 Wolfgang Bumillersrc/backup/index: replace mem::uninitialized
2019-08-22 Wolfgang Bumillerapi2/node/time: replace mem::uninitialized
2019-08-22 Wolfgang Bumillertools: tty: replace mem::uninitialized and style fixup
2019-08-22 Wolfgang Bumillertools: timer: style fixup
2019-08-22 Wolfgang Bumillertimer: replace mem::uninitialized
2019-08-22 Wolfgang Bumillertools: style & use statement fixups
2019-08-21 Wolfgang Bumillersrc/config: more style fixups
2019-08-21 Wolfgang Bumillersrc/config: style fixup
2019-08-21 Wolfgang Bumillersrc/config: use statement cleanup
2019-08-21 Wolfgang Bumiller/var/run -> /run
2019-08-21 Wolfgang Bumillerdisable offensive test
2019-08-21 Wolfgang Bumillerbuildsys: defer some variable expansions
2019-08-21 Wolfgang Bumillerswitch from create_dir_chown to create_path
2019-08-21 Wolfgang Bumillerupdate to nix 0.15
2019-08-21 Wolfgang Bumiller.gitignore: add local.mak
2019-08-21 Christian Ebnerpxar/decoder: avoid failing on hardlinks and return...
2019-08-21 Christian Ebnersrc/pxar/decoder.rs: get correct stats for root directory
2019-08-21 Christian Ebnersrc/pxar/decoder.rs: move GOODBYE_ITEM_SIZE from functi...
2019-08-16 Wolfgang Bumilleruse statement cleanup
2019-08-16 Dietmar Maurersrc/backup/catalog_blob.rs: moved catalog impl. from...
2019-08-16 Wolfgang Bumilleravoid lifetimes in blob reader/writer
2019-08-16 Dietmar Maurersrc/backup/data_blob_reader.rs: fix compiler warning
2019-08-14 Christian Ebnersrc/pxar/fuse.rs: fix compiler warnings
2019-08-14 Dietmar Maurersrc/bin/proxmox-backup-client.rs: avoid loading catalog...
2019-08-14 Dietmar Maurersrc/backup/data_blob_reader.rs: impl for Read instead...
next