]> git.proxmox.com Git - proxmox-backup.git/history - src/bin
bin/proxmox-backup-api.rs: improve error handling
[proxmox-backup.git] / src / bin /
2019-02-11 Dietmar Maurerbin/proxmox-backup-api.rs: improve error handling
2019-02-11 Dietmar Maurerbin/proxmox-backup-proxy.rs: improve error handling
2019-02-04 Wolfgang Bumillerproxy: use <configdir>/server.pfx for tls
2019-02-04 Wolfgang Bumillerproxy: use TLS via tokio-tls
2019-02-01 Wolfgang Bumillerdon't hardcode /usr/share paths
2019-02-01 Wolfgang Bumillerremove useless command option from daemons
2019-01-30 Dietmar Maureravoid compiler warnings
2019-01-29 Dietmar Maurerload auth keys on startup
2019-01-29 Dietmar Maurerauth_helpers.rs: split code into separate file
2019-01-29 Dietmar Maurerbin/proxmox-backup-api.rs: gererate secret for csrf...
2019-01-29 Dietmar Maurertools/ticket.rs: add basic ticket support
2019-01-28 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: implement unpriviledge...
2019-01-26 Dietmar Maurerapi: pass RpcEnvirnment to api handlers
2019-01-26 Dietmar Maureruse crate log and syslog
2019-01-22 Dietmar Maurerrename api3 back to api2
2019-01-21 Dietmar Maurerbin/proxmox-backup-client.rs: implement list command
2019-01-20 Dietmar Maurercatar: improve bash completion
2019-01-19 Dietmar Maurerapi/router.rs: rename ApiUploadMethod to ApiAsyncMethod
2019-01-18 Dietmar Maurerreduce compiler warnings
2019-01-18 Dietmar Maurermove complete_file_name() helper into tools.rs
2019-01-18 Dietmar Maurerbin/proxmox-backup-client.rs: improve file name completion
2019-01-18 Dietmar Maurerbackup/datastore.rs: try to create useful directory...
2019-01-17 Dietmar Maurerbin/proxmox-backup-client.rs: implement file name compl...
2019-01-17 Dietmar Maurerapi3/admin/datastore/upload_catar.rs: verify content...
2019-01-17 Dietmar Maurertools.rs: new helper required_string_param()
2019-01-17 Dietmar Maurerproxmox-backup-client: implement upload to server
2019-01-16 Wolfgang Bumillercleanup previous commit...
2019-01-16 Wolfgang Bumillerlisten on :: instead of 0.0.0.0
2019-01-12 Dietmar Maurercatar/encoder.rs: allow to pass list of devices
2019-01-07 Dietmar Maurercatar: implement create
2019-01-06 Dietmar Maurerbin/catar.rs: add list command
2019-01-04 Dietmar Maurerproxmox-backup-manager: add garbage collection cli
2019-01-04 Dietmar Maurercleanup crate names
2019-01-04 Dietmar Maurerrename backup-client to proxmox-backup-client
2019-01-04 Dietmar Maurerrename pbs to proxmox-backup-manager
2019-01-03 Wolfgang Bumillercli::command: wrap usage errors in a UsageError
2019-01-03 Dietmar Maurerimprove chunker speed (avoid modulo)
2019-01-02 Dietmar Maureradd benchmark for chunker
2019-01-02 Dietmar Maurerdisable debug code
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 Maurermove chunker.rs to backup/
2018-12-31 Dietmar Maurerrc/catar/chunker.rs: first try
2018-12-31 Dietmar Maureravoid compiler warnings
2018-12-30 Dietmar Maurernew catar binary
2018-12-28 Dietmar Maurersrc/catar/encoder.rs: fix binary format, write goodby...
2018-12-27 Dietmar Maurercatar/encoder.rs: first try
2018-12-27 Dietmar Maurerbackup-client: allow to specify directories (prepare...
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 Maureruse proxmox-backup as package name
2018-12-19 Dietmar Maurercleanups: avoid compiler warnings
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 Maurerimage_index.rs: implement atomic write/rename
2018-12-16 Dietmar Maurerrebane ImageIndex to ImageIndexWriter
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 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-12 Dietmar Maurerimplement completion functions
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 Maurerbin/pbs-datastore.rs: start implementing cli commands
2018-12-05 Dietmar Maurermove src/api/server.rs -> src/server/rest.rs
2018-12-01 Dietmar Maurerfix file download, listen to 0.0.0.0
2018-11-30 Dietmar Maurerrename bin to src/bin/api-test-server.rs