]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2019-01-02 Dietmar Maurerfix typo
2019-01-02 Dietmar Maurerdisable debug code
2019-01-02 Dietmar Maurerarchive_index.rs: correctly write .aidx file
2019-01-02 Dietmar Maurerimage_index.rs: print stats
2019-01-02 Dietmar Maurersrc/backup/archive_index.rs: use close() instead of...
2018-12-31 Dietmar Maurersrc/backup/archive_index.rs: implement flush()
2018-12-31 Dietmar Maurersrc/backup/archive_index.rs: first try
2018-12-31 Dietmar Maurercreate backup mod in backup.rs, improve docu
2018-12-31 Dietmar Maurermove chunker.rs to backup/
2018-12-31 Dietmar Maurerrc/catar/chunker.rs: first try
2018-12-31 Dietmar Maureravoid compiler warnings
2018-12-31 Dietmar Maureradd another catart test
2018-12-31 Dietmar Maureradd catart test for goodbye table ordering
2018-12-31 Dietmar Maurersrc/catar/encoder.rs: correctly sort goodbye items...
2018-12-30 Dietmar Maurernew catar binary
2018-12-30 Dietmar Maurerfix doc syntax
2018-12-30 Dietmar Maurercatar cleanups ...
2018-12-30 Dietmar Maurerbinary_search_tree.rs: fix docs
2018-12-30 Dietmar Maureradd some integreation tests for catar (compare with...
2018-12-30 Dietmar Maurersrc/catar/encoder.rs: auto-resize file_copy_buffer...
2018-12-30 Dietmar Maurerimprove catar docs
2018-12-29 Dietmar Maureradd a comment about posible improvements
2018-12-29 Dietmar Maurersrc/catar/binary_search_tree.rs: add regression tests...
2018-12-29 Dietmar Maurersrc/catar/binary_search_tree.rs: improve docu
2018-12-29 Dietmar Maurersrc/catar/encoder.rs: cleanup, factor out write_goodbye...
2018-12-29 Dietmar Maurersrc/catar/encoder.rs: correctly sort goodby items
2018-12-28 Dietmar Maureruse external crate siphasher
2018-12-28 Dietmar Maurersrc/catar/encoder.rs: fix bug in file copy
2018-12-28 Dietmar Maurersrc/catar/encoder.rs: fix symlinks
2018-12-28 Wolfgang Bumillergetopt: cleanup: add trailing commas
2018-12-28 Wolfgang Bumillergetopt: cleanup: don't condense 'if' statements too...
2018-12-28 Wolfgang Bumillergetopt: whitespace cleanup
2018-12-28 Dietmar Maurersrc/catar/encoder.rs: fix binary format, write goodby...
2018-12-28 Wolfgang Bumillergetopt: condense nested match to reduce indentation
2018-12-28 Wolfgang Bumillergetopt: let parse_arguments() take a slice of AsRef...
2018-12-28 Wolfgang Bumillergetopt: remove skip logic
2018-12-28 Wolfgang Bumillergetopt: indentation reduction
2018-12-28 Wolfgang Bumillerparse_arguments: work with utf8 bytes and reduce indent...
2018-12-28 Dietmar Maurersrc/catar/encoder.rs: write filenames
2018-12-28 Dietmar Maurersrc/catar/encoder.rs: write file data
2018-12-28 Dietmar Maurersrc/catar/encoder.rs: write entry and symlink data
2018-12-28 Dietmar Maurermake map_struct functions public
2018-12-28 Dietmar Maurercatar/encoder.rs: improve error handling
2018-12-28 Dietmar Maurercleanups, avoid compiler warnings
2018-12-27 Dietmar Maurercatar/encoder: detect symlink and regular files
2018-12-27 Dietmar Maurercatar/encoder.rs: first try
2018-12-27 Wolfgang Bumillertimer: setup_timeout_handler cannot fail
2018-12-27 Dietmar Maurerbackup-client: allow to specify directories (prepare...
2018-12-27 Dietmar Maurerstart implementing catar
2018-12-27 Dietmar Maurernew helper map_struct and map_struct_mut
2018-12-25 Dietmar Maurercleanup: reduce compiler warnings
2018-12-25 Dietmar Maurerremove outdated comment
2018-12-25 Dietmar Maurertouch_chunk: use libc::lutimensat
2018-12-22 Dietmar Maurermove lookup_datastore() to backup/datastore.rs
2018-12-22 Dietmar Maurergather usage statistics during garbage collection
2018-12-22 Dietmar Maureropen_file_locked: improve error message
2018-12-22 Dietmar Maurersweep_used_chunks: print percentage
2018-12-22 Dietmar Maureruse openssl for faster hashing
2018-12-22 Dietmar Maurerchunk_store: reduce number of directories
2018-12-21 Dietmar Maurersrc/api3/datastore.rs: new file
2018-12-21 Dietmar Maureruse return value (avoid compiler warning)
2018-12-21 Dietmar Maurerfix mutability for chunk store
2018-12-21 Dietmar Maurerbackup-client: add optional chunk-size parameter
2018-12-21 Dietmar Maurerbackup-client: do not start garbage collection after...
2018-12-21 Dietmar Maurerbackup-client: use 1M chunks, make chunk_size configurable
2018-12-20 Dietmar Maurerbackup-clinet: specify target file name
2018-12-20 Dietmar Maureradd test code to access static global state
2018-12-20 Dietmar Maureruse proxmox-backup as package name
2018-12-19 Dietmar Maurerfix tests
2018-12-19 Dietmar Maurertry to improve error messages
2018-12-19 Dietmar Maurercleanups: avoid compiler warnings
2018-12-19 Dietmar Maurercleanup - avoid too much indentation
2018-12-19 Dietmar Maurercleanup
2018-12-19 Dietmar MaurerChunkStore::sweep_used_chunks - use openat to speedup...
2018-12-19 Wolfgang Bumilleruse timers with a signal for file locking
2018-12-19 Wolfgang Bumilleradd tools::timer module
2018-12-19 Wolfgang Bumilleradd rust standard .gitignore file
2018-12-19 Dietmar Maurermove lock_file to tools.rs
2018-12-19 Dietmar Maurerimpl sweep_used_chunks, first try
2018-12-18 Dietmar Maurermove sweep_used_chunks to chunk_store
2018-12-18 Dietmar Maurerstart impl garbage collection
2018-12-17 Dietmar Maurerstart implementing DataStore
2018-12-16 Dietmar Maurerstart implementing ImageIndexReader
2018-12-16 Dietmar Maureravoid compiler warnings
2018-12-16 Dietmar Maurerfix chunk store file paths
2018-12-16 Dietmar Maurerimprove error messages
2018-12-16 Dietmar Maurerimage_index.rs: implement atomic write/rename
2018-12-16 Dietmar Maurerrebane ImageIndex to ImageIndexWriter
2018-12-16 Dietmar Maureruse u64 to store time
2018-12-15 Dietmar Maurerimage_index.rs: write header
2018-12-15 Dietmar Maurerimage_index.rs:write idx of chunks (use mmap)
2018-12-15 Dietmar Maurerbackup-client: add bash completion for datastore names
2018-12-15 Dietmar Maurerinstall backup-client binary
2018-12-15 Dietmar Maureradd backup-client bash completion
2018-12-15 Dietmar Maurerremove debug println
2018-12-15 Dietmar Maurermove file_chunker to tools
2018-12-15 Dietmar Maurerfile_chunker: use Read trait
2018-12-15 Dietmar Maurerbackup-client: pass chunk_size as parameter to file_chunker
2018-12-14 rootbackup-client: read file by chunks
2018-12-14 rootbin/backup-client.rs: nbew tool to play with chunk...
next