]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2019-05-24 Christian Ebnerpxar: pass feature_flags to encoder/decoder instead...
2019-05-24 Christian Ebnersrc/tools/xattr.rs: add test for is_valid_xattr_name()
2019-05-24 Christian EbnerMinor refactoring of pxars xattr encoder/decoder, mostl...
2019-05-23 Wolfgang Bumillerdoc-test fixup
2019-05-23 Wolfgang BumillerRFC: schema: make enums static
2019-05-23 Dietmar Maurersrc/client/merge_known_chunks.rs: merge known chunks
2019-05-23 Dietmar Maurersrc/client/http_client.rs: use ChunkInfo streams
2019-05-23 Wolfgang Bumillertree-wide: use the new vec/io tools modules
2019-05-23 Wolfgang Bumillerbuildsys: make valgrind=1 to enable valgrind support
2019-05-23 Wolfgang Bumillertools: add helpful vector and read operations
2019-05-23 Dietmar Maurersrc/api2/admin/datastore/backup.rs: verify file size...
2019-05-23 Dietmar Maurersrc/server/rest.rs: improve error handling
2019-05-23 Dietmar Maurersrc/api2/admin/datastore/backup/service.rs: improve...
2019-05-23 Dietmar Maurersrc/bin/upload-speed.rs: code cleanup
2019-05-23 Christian Ebnertests/catar.rs: Pass dummy xattr/fcaps feature_flags...
2019-05-23 Christian Ebnersrc/bin/pxar.rs: impl CLI flags to disable archiving...
2019-05-23 Christian Ebnersrc/client/: pass dummy flags for xattrs and fcaps...
2019-05-23 Christian Ebnersrc/pxar/decoder.rs: pass flags for xattrs and fcaps...
2019-05-23 Christian Ebnersrc/pxar/sequential_decoder.rs: Conditional restore...
2019-05-23 Christian Ebnersrc/pxar/format_definitions.rs: do not store the featur...
2019-05-23 Christian Ebnersrc/pxar/encoder: Use encoder feature_flags, do not...
2019-05-23 Christian Ebnertests/pxar.rs: Make sure the correct pxar binary is...
2019-05-23 Christian EbnerMakefile: make the tests folder available in the build...
2019-05-23 Dietmar Maurersrc/client/http_client.rs: re-order code - public funct...
2019-05-22 Dietmar Maurersrc/client/http_client.rs: move low level H2 code into...
2019-05-22 Dietmar Maurersrc/client/http_client.rs: code cleanup
2019-05-22 Dietmar Maurersrc/client/http_client.rs: cleanup h2 backup client
2019-05-22 Dietmar Maurersrc/api2/admin/datastore/backup.rs: suse POST for finis...
2019-05-22 Dietmar Maurersrc/bin/h2test.rs: removed
2019-05-22 Dietmar Maurersrc/api2/admin/datastore/backup.rs: remove test callbacks
2019-05-22 Christian EbnerMakefile: Allow to pass parameter tests=pattern to...
2019-05-22 Christian Ebnersrc/tools/xattr.rs: impl unit tests for fsetattr and...
2019-05-22 Dietmar Maurersrc/client/http_client.rs: implement download_chunk_list
2019-05-22 Dietmar Maurersrc/backup/chunk_stream.rs: use BytesMut in ChunkStream
2019-05-22 Dietmar Maurersrc/backup/chunk_stream.rs: use more generics
2019-05-22 Dietmar Maurersrc/backup/chunk_stream.rs: optimize FixedChunkStream...
2019-05-22 Dietmar Maurersrc/backup/chunk_stream.rs: fix behaviour for large...
2019-05-22 Dietmar Maurersrc/backup/chunk_stream.rs: assemble data with correct...
2019-05-22 Dietmar Maurersrc/api2/admin/datastore/backup.rs: improve error message
2019-05-21 Dietmar Maurersrc/tools.rs: fix hex_to_digest
2019-05-21 Dietmar Maurersrc/backup/index.rs: rename ChunkListReader into Digest...
2019-05-21 Dietmar Maurersrc/backup/index.rs: implement DigestListDecoder
2019-05-21 Dietmar Maurersrc/api2/admin/datastore/backup.rs: ignore error after...
2019-05-21 Dietmar Maurersrc/backup/dynamic_index.rs: add chunk_info method
2019-05-21 Christian Ebnertests/pxar.rs: Integrity test for pxar
2019-05-21 Christian Ebnersrc/pxar/sequential_decoder.rs: impl functionality...
2019-05-21 Christian Ebnersrc/pxar/encoder.rs: impl functionality to encode xattr...
2019-05-21 Christian Ebnersrc/tools/xattr.rs: add functions name_store and securi...
2019-05-20 Dietmar Maurersrc/api2/admin/datastore/backup/environment.rs: registe...
2019-05-20 Dietmar Maurersrc/client/pxar_backup_stream.rs: fix docu
2019-05-20 Dietmar Maurersrc/client/http_client.rs: implement upload_stream
2019-05-20 Dietmar Maurersrc/client/pxar_backup_stream.rs: close pipe inside...
2019-05-19 Dietmar Maurersrc/tools.rs: implement hex_to_digest
2019-05-19 Dietmar Maurersrc/bin/test_chunk_speed2.rs: test max chunk size
2019-05-19 Dietmar MaurerRevert "src/backup/chunk_stream.rs: simplify code"
2019-05-19 Dietmar Maurersrc/api_schema/schema.rs: improve error messages
2019-05-18 Dietmar Maurersrc/client/pxar_backup_stream.rs: use WrappedStreamReader
2019-05-18 Dietmar Maurersrc/client/pxar_backup_stream.rs: use 1M pipe buffer...
2019-05-18 Dietmar Maurersrc/bin/test_chunk_speed2.rs: test chunker speed with...
2019-05-18 Dietmar Maurersrc/backup/chunk_stream.rs: simplify code
2019-05-18 Dietmar Maurersrc/backup/chunk_stream.rs: implement fixed size chunk...
2019-05-18 Dietmar Maurersrc/client/http_client.rs: improve speed test
2019-05-16 Wolfgang Bumilleradd qemu-io crate, AioContext reactor helper
2019-05-16 Christian Ebnersrc/tools/xattrs.rs: impl libc wrapper functions to...
2019-05-16 Christian Ebnersrc/pxar/format_definitions.rs: add format definitions...
2019-05-16 Christian Ebnersrc/tools/acl.rs: impl add_entry_full for ACL and set_p...
2019-05-16 Dietmar Maurersrc/api2/admin/datastore/backup.rs: add speedtest api...
2019-05-15 Dietmar Maurersrc/api2/admin/datastore/backup.rs: implement finish_backup
2019-05-15 Dietmar Maurersrc/api2/admin/datastore/backup.rs: improve logging
2019-05-15 Dietmar Maurersrc/client/pipe_to_stream.rs: add missing file
2019-05-15 Dietmar Maurersrc/api2/admin/datastore/backup.rs: implement close...
2019-05-15 Dietmar Maurersrc/api2/types.rs: add schema/format for file names
2019-05-14 Dietmar Maurersrc/client/http_client.rs: add flow control for h2...
2019-05-14 Dietmar Maurersrc/client/http_client.rs: implement h2 upload
2019-05-14 Dietmar Maurersrc/backup/chunk_stream.rs: async chunk stream
2019-05-14 Dietmar Maurersrc/client/http_client.rs: derive Clone for H2Client
2019-05-14 Christian Ebnersrc/tools.rs: add mod acl to tools
2019-05-14 Christian Ebnersrc/tools/acl.rs: impl POSIX access control list (ACL...
2019-05-14 Dietmar Maurersrc/server/rest.rs: do not log 1xx status codes as...
2019-05-13 Dietmar Maurersrc/client/http_client.rs: directly return H2Client...
2019-05-13 Dietmar Maurersrc/client/http_client.rs: cleanup, remove debug println
2019-05-13 Dietmar Maurersrc/client/http_client.rs: implement http2 client wrapper
2019-05-13 Dietmar Maurersrc/client/http_client.rs: allow to pass parameters...
2019-05-13 Dietmar Maurersrc/api2/admin/datastore/backup.rs: ignore errors from...
2019-05-11 Dietmar Maurersrc/api2/admin/datastore/backup.rs: implement chunk...
2019-05-11 Dietmar Maurersrc/backup/index.rs: new ChunkListReader
2019-05-11 Dietmar Maurersrc/api2/admin/datastore/backup.rs: add missing 'archiv...
2019-05-11 Dietmar Maurersrc/api2/admin/datastore/backup/environment.rs: do...
2019-05-11 Dietmar Maurersrc/backup/datastore.rs: move last_backup to BackupInfo
2019-05-11 Dietmar Maurersrc/backup/datastore.rs: impl last_backup helper
2019-05-11 Dietmar Maurersrc/backup/backup_info.rs: implement list_backup for...
2019-05-10 Dietmar Maurerbackup-api: allow to create DynamicIndexWriter and...
2019-05-10 Dietmar Maurersrc/backup/backup_info.rs: Derive Clone
2019-05-10 Dietmar Maurerupload_chunk.rs: add comment about possible unnecessary...
2019-05-09 Dietmar Maurercleanup: remove unused code
2019-05-09 Dietmar Maurerhandle_async_api_request: put rpcenv into a Box
2019-05-09 Dietmar Maurersrc/api2/admin/datastore/backup/upload_chunk.rs: fix...
2019-05-09 Dietmar Maurersrc/server/formatter.rs: further cleanups and renaming ...
2019-05-09 Dietmar Maurersrc/server/formatter.rs: rename format_result to format...
2019-05-09 Dietmar Maurersrc/api2/admin/datastore/backup.rs: implement upload...
next