]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2019-12-03 Dietmar Maurerdocs/administration-guide.rst: minor cleanups
2019-12-03 Dietmar Maurerdocs/Makefile: remove paper settings (we set that in...
2019-12-03 Dietmar Maurerdocs/administration-guide.rst: explain restore
2019-12-03 Dietmar Maurerdocs/administration-guide.rst: add encryption section
2019-12-03 Wolfgang Bumillertest another api macro use
2019-12-03 Christian Ebnerpxar: decoder: fix incorrect read for hardlinks.
2019-12-03 Christian Ebnerpxar: decoder: return original name in attributes()
2019-12-03 Dietmar Maurerdocs/administration-guide.rst: improve section "Creatin...
2019-12-03 Dietmar Maurercorrectly install bash completion helpers
2019-12-03 Dietmar Maurerdocs/administration-guide.rst: improve section "Backup...
2019-12-03 Dietmar Maurerdocs/installation.rst: replace FIXME with todo items
2019-12-03 Dietmar Maurerdocs/introduction.rst: improve "Why Backup" section.
2019-12-02 Dietmar Maureruse cli from proxmox::api
2019-12-02 Dietmar Maurersrc/cli/completion.rs - get_help_completion: fix for...
2019-12-02 Dietmar Maurersrc/bin/completion.rs: add echo command
2019-12-02 Dietmar Maurersrc/bin/completion.rs: use api macros
2019-12-02 Dietmar Maurersrc/cli/command.rs: use insert_help()
2019-12-02 Dietmar Maurersrc/cli/command.rs: cleanup, remove unused top_def...
2019-12-02 Dietmar Maurersrc/cli/completion.rs - get_simple_completion: remove...
2019-12-01 Dietmar Maurersrc/cli: improve docs
2019-12-01 Dietmar Maurersrc/cli/command.rs: make set_help_context private ...
2019-12-01 Dietmar Maurersrc/cli/command.rs: improve help command description
2019-12-01 Dietmar Maurersrc/cli/completion.rs: moved all completion related...
2019-12-01 Dietmar Maurersrc/cli/readline.rs: moved readline related code here
2019-12-01 Dietmar Maurersrc/cli/shellword.rs: moved shellword related code...
2019-12-01 Dietmar Maurersrc/cli/command.rs - get_nested_completion: allow fuzzy...
2019-12-01 Dietmar Maurersrc/cli/command.rs - get_nested_completion: return...
2019-12-01 Dietmar Maurersrc/cli/command.rs: improve get_help_completion
2019-12-01 Dietmar Maurertests/verify-api.rs: remove unused use clause
2019-12-01 Dietmar Maurersrc/cli/command.rs: handle multilevel sub commands...
2019-11-30 Dietmar Maurersrc/cli/command.rs: fix help completions
2019-11-30 Dietmar Maurersrc/bin/completion.rs: add history support
2019-11-30 Dietmar Maurersrc/cli/command.rs - handle_command: return Result...
2019-11-30 Dietmar Maurersrc/cli.rs: add insert_help() method
2019-11-30 Dietmar Maurersrc/cli/command.rs: implement help
2019-11-29 Wolfgang Bumillercli/completion: use match statements and .contains()
2019-11-29 Dietmar Maurerremove shellwords crate
2019-11-29 Dietmar Maureruse rustyline to replace readline
2019-11-29 Wolfgang Bumillerwhitespace fixup
2019-11-29 Wolfgang Bumillerupdate api macro example usage
2019-11-27 Dietmar Maurersrc/cli/command.rs: cleanup, make handlers more generic
2019-11-27 Wolfgang Bumillerupdate api macro invocation to new style
2019-11-27 Christian Ebnercatalog_shell: fix several clippy warnings
2019-11-27 Wolfgang Bumillerfirst api macro usage test/example
2019-11-26 Christian Ebnercatalog_shell: major refactoring of cli command definit...
2019-11-26 Christian Ebnercatalog_shell: check and return on empty list in order...
2019-11-26 Christian Ebnercatalog_shell: do not restore full archive if no entrie...
2019-11-26 Dietmar Maurersrc/cli/format.rs: move doc generation code into extra...
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: add impl Context
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: move init and destroy into Session
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: cleanup - remove setup_session (moved...
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: rename from_decoder into new, new...
2019-11-26 Dietmar Maurersrc/pxar/decoder.rs: use trait object as reader
2019-11-26 Dietmar Maurersrc/pxar/sequential_decoder.rs: remove callback from...
2019-11-25 Dietmar Maurersrc/cli/command.rs: use static array for arg_param
2019-11-23 Dietmar Maurerrename ApiHandler::Async into ApiHandler::AsyncHttp
2019-11-22 Dietmar Maurersrc/server/rest.rs: simplify code
2019-11-22 Dietmar Maurersrc/server/rest.rs: rename get_request_parameters_async...
2019-11-22 Dietmar Maurersrc/server/rest.rs - only pass ObjectSchema to get_requ...
2019-11-22 Dietmar Maurersrc/server/rest.rs: cleanup async code
2019-11-22 Wolfgang Bumillerremove api_schema submodule
2019-11-22 Dietmar Maurermove src/api_schema/config.rs -> src/server/config.rs
2019-11-22 Dietmar Maurersrc/api_schema/registry.rs: remove dead code
2019-11-22 Dietmar Maureradd build depend for libreadline-dev
2019-11-22 Christian Ebnersrc/bin/proxmox-backup-client.rs: impl shell subcommand...
2019-11-22 Christian Ebnersrc/backup/catalog_shell.rs: impl shell to inspect...
2019-11-22 Christian Ebnersrc/backup/readline.rs: impl wrapper for GNU readline
2019-11-22 Christian Ebnersrc/backup/catalog.rs: derive Clone for DirEntry and...
2019-11-22 Christian Ebnersrc/backup/catalog.rs: impl DirEntry::is_directory()
2019-11-22 Christian Ebnersrc/pxar/sequential_decoder.rs: create all directories...
2019-11-22 Christian Ebnersrc/pxar/decoder.rs: return also payload size in lookup
2019-11-22 Dietmar Maurerdocs: add backup reader protocol
2019-11-22 Dietmar Maurertests/verify-api.rs: test lookup table sort order
2019-11-21 Wolfgang Bumillerapi/compat: remove remaining api_schema references
2019-11-21 Wolfgang Bumillerapi/compat: drop more compat imports from api_schema.rs
2019-11-21 Wolfgang Bumillerapi/compat: drop api_handler submodule
2019-11-21 Wolfgang Bumillerapi/comapt: drop schema submodule
2019-11-21 Wolfgang Bumillerapi: BoxFut -> ApiFuture
2019-11-21 Wolfgang Bumillermove api schema into proxmox::api crate
2019-11-21 Dietmar Maurersort all property lookup tables
2019-11-21 Dietmar Maureruse const api definitions
2019-11-17 Dietmar Maureradd pxar.1 manual page
2019-11-17 Dietmar Maurerdocs/administration-guide.rs: add 'Backup Content'...
2019-11-17 Dietmar Maurerdocs/administration-guide.rst: add section termonology
2019-11-17 Dietmar Maurerdocs/administration-guide.rs: move sysadmin.rst to...
2019-11-17 Dietmar Maurerdocs/introduction.rst: improve section Architecture
2019-11-16 Dietmar Maurerdocs/introduction.rst: add todo items
2019-11-16 Dietmar Maurerdocs: improve introduction.rst
2019-11-16 Dietmar Maurerdocs: enable sphinx todo items
2019-11-15 Dietmar Maurerdocs: add sysadmin.rst, cleanups
2019-11-15 Dietmar Maurerdocs: rename deployment-guide.rst -> administration...
2019-11-15 Dietmar Maurerdocs/conf.py: add exclude_pattern package-repositories.rst
2019-11-14 Wolfgang Bumillerdrop unused mio crate
2019-11-14 Wolfgang Bumillerdrop md5 crate dependency
2019-11-14 Wolfgang Bumillerdrop uuid crate dependency
2019-11-13 Dietmar Maurerdocs: add more ...
2019-11-12 Christian Ebnercatalog: fix issue with DirEntry start
2019-11-12 Dietmar Maurersrc/backup/catalog.rs: add some docs
2019-11-12 Dietmar Maurersrc/backup/catalog.rs - CatalogReader: verify magic...
2019-11-12 Dietmar Maurersrc/backup/catalog.rs - CatalogReader::dump(): use...
next