]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
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...
2018-12-13 rootapi3/config/datastore.rs: create datastore files
2018-12-12 Dietmar Maurerimprove completion
2018-12-12 Dietmar Maurercomplete_datastore_name: write more compact code
2018-12-12 Dietmar Maurerimplement completion functions
2018-12-12 Dietmar Maurersection_config.rs: remove debug output
2018-12-12 Dietmar Maureradd comment
2018-12-12 Dietmar Maureradd comment to make intensions more clear
2018-12-12 Dietmar Maurercleanup parameter types
2018-12-12 Dietmar Maurerimplement completion for enums
2018-12-12 Dietmar Maurerimprove completion
2018-12-12 Dietmar Maurerdo not use default completion
2018-12-12 Dietmar Maurerimprove bash completion
2018-12-11 Dietmar Maurerimpl bash completion: first try
2018-12-11 Dietmar Maurerinstall bash completion scripts
2018-12-11 Dietmar Maurercli/command.rs: add new type CliCommandMap
2018-12-11 Dietmar Maurerimplement builder pattern for CliCommand
2018-12-10 Dietmar Maurercli/command.rs: implement prefix match
2018-12-10 Dietmar Maurerimpl From for CommandLineInterface
2018-12-10 Dietmar Maurerrename CmdDef to CommandLineInterface
2018-12-10 Dietmar Maurersrc/cli/command.rs: move code into separate file
2018-12-10 Dietmar Maurertry to support nested cli command definitions
2018-12-09 Dietmar Maurerapi3/config/datastore.rs: implement delete
2018-12-09 Dietmar Maurerfile_set_contents: correctly use perm parameter
2018-12-09 Dietmar Maurerimplement tools::file_set_contents
2018-12-09 Dietmar Maurerapi3/config/datastore.rs: impl create
2018-12-09 Dietmar Maurerbin/pbs-datastore.rs: start implementing cli commands
next