]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2019-02-26 Dietmar Maurersrc/bin/proxmox-backup-client.rs: allow to upload more...
2019-02-26 Dietmar Maurersrc/client/http_client.rs: login once, store and reuse...
2019-02-26 Dietmar Maurersrc/cli/getopts.rs: cleanup, avoid compiler warning
2019-02-26 Dietmar Maurersrc/tools.rs: new helper required_array_param()
2019-02-26 Dietmar Maurersrc/cli/getopts.rs: support positional array arguments
2019-02-26 Dietmar Maurersrc/cli/command.rs: improve error message
2019-02-26 Dietmar Maurersrc/api_schema/schema.rs: improve ParameterError displa...
2019-02-25 Wolfgang Bumillerbackup/dynamic_index: split out add_chunk
2019-02-25 Wolfgang Bumillerbackup/chunk_store: split insert_chunk
2019-02-25 Wolfgang Bumillerbackup/chunk_store: mark ChunkIterator as fused
2019-02-25 Wolfgang Bumillerbackup/chunk_store: make percentage output optional
2019-02-25 Wolfgang Bumillerbackup/datastore: expose chunk_store.get_chunk_iterator
2019-02-25 Dietmar Maurersrc/backup/chunk_stat.rs: log write speed
2019-02-25 Dietmar Maurersrc/backup/chunk_stat.rs: new struct to track chunk...
2019-02-25 Dietmar Maurersrc/backup/chunk_store.rs: return info about compressed...
2019-02-25 Dietmar Maurersrc/backup/chunk_store.rs: use lz4 for compression
2019-02-24 Dietmar Maurerdocs/Makefile: fix make dependency
2019-02-24 Dietmar Maurerdocs/proxmox-backup.rst: start writing docs
2019-02-24 Dietmar Maurerstart generating manual pages
2019-02-23 Dietmar Maurersrc/cli/command.rs: improve help command completion
2019-02-23 Dietmar Maurersrc/cli/command.rs: cleanup, avoid array manipulation
2019-02-23 Dietmar Maurersrc/cli/command.rs: implement bash completion for help
2019-02-23 Dietmar Maurersrc/cli/command.rs: add help command
2019-02-23 Dietmar Maurersrc/cli/command.rs::allow to generate ReST docu
2019-02-22 Dietmar Maurersrc/cli/command.rs: improve usage imformation
2019-02-22 Dietmar Maurersrc/backup/chunker.rs: simplify break test
2019-02-22 Dietmar Maurersrc/cli/command.rs: start implementing generate_usage_str()
2019-02-22 Dietmar Maurersrc/cli/command.rs: simplify cli handler
2019-02-22 Dietmar Maurersrc/backup/chunker.rs: another try to speedup the chunker
2019-02-21 Dietmar Maurersrc/cli/getopts.rs: improve docs
2019-02-21 Dietmar Maurercleanup cli library structure
2019-02-20 Wolfgang Bumillerhttp_client: on a tty, read password if no env var...
2019-02-20 Wolfgang Bumillertools: add tty helper module
2019-02-20 Dietmar Maurersrc/bin/proxmox-backup-client.rs: implement garbage...
2019-02-20 Dietmar Maurersrc/client/http_client.rs: implement post
2019-02-20 Dietmar Maurersrc/backup/datastore.rs: list_backups() - include list...
2019-02-20 Dietmar Maurersrc/bin/test_chunk_size.rs: avoid compilöer warnings...
2019-02-20 Dietmar Maurersrc/bin/test_chunk_size.rs: another chunker test -...
2019-02-20 Dietmar Maurersrc/backup/chunker.rs: simplify code
2019-02-20 Dietmar Maurersrc/backup/chunker.rs: change window size back to 48
2019-02-19 Dietmar Maurersrc/api2/admin/datastore/catar.rs: allow to configure...
2019-02-19 Dietmar Maurersrc/backup/chunker.rs: start() - correctly store hash...
2019-02-19 Dietmar Maurersrc/backup/chunker.rs: use 64 byte chunker window size
2019-02-19 Dietmar Maurersrc/backup/chunker.rs: simplify buzzhash start code
2019-02-18 Dietmar MaurerUploadCaTar: currectly write all data using write_all()
2019-02-18 Dietmar Maurersrc/backup/chunker.rs: correctly compute window index...
2019-02-18 Dietmar Maurersrc/client/http_client.rs: send csrf token
2019-02-18 Wolfgang Bumillercleanup
2019-02-18 Wolfgang Bumillerfix typo: confi{g}dir
2019-02-18 Dietmar Maurersrc/server/rest.rs: correctly insert NoLogExtension()
2019-02-18 Dietmar Maurersrc/client/http_client.rs: trim path
2019-02-17 Dietmar Maurersrc/server/rest.rs: get_index() include username and...
2019-02-17 Dietmar Maurersrc/server/rest.rs: factor our normalize_path()
2019-02-17 Dietmar Maurersrc/server/rest.rs: improve logs for unauthorized request
2019-02-17 Dietmar Maurersrc/api_schema/schema.rs: improve docu
2019-02-17 Dietmar Maurersrc/api_schema/router.rs: add docu for RpcEnvironmentType
2019-02-17 Dietmar Maurerapi_schema/router.rs: improve doc
2019-02-17 Dietmar Maurerimprove api_schema module structure
2019-02-17 Dietmar Maurerrename src/api to src/api_schema
2019-02-16 Dietmar Maurercleanup auth code, verify CSRF prevention token
2019-02-16 Dietmar Maurerwww/DataStoreConfig.js - add title
2019-02-16 Dietmar Maurertools/common_regex.rs: add more docu
2019-02-16 Dietmar Maurerbuildcfg.rs: improve doc
2019-02-16 Dietmar Maurerfix configuration dir permission
2019-02-16 Dietmar Maurerconfig/datastore.rs: remove unused code
2019-02-16 Dietmar Maurerconfig/datastore.rs: return empty config if file does...
2019-02-16 Dietmar Maurertools::file_get_contents - improve error message
2019-02-16 Dietmar Maurertools::file_read_firstline - improve error message
2019-02-16 Dietmar Maurerchange proxy user from www-data to backup
2019-02-15 Dietmar Maurertools.rs: new helper to get uid/gid for the sepcified...
2019-02-15 Dietmar Maurerbackup/datastore.rs: improve error reporting
2019-02-15 Dietmar Maurersection_config.rs: simplify parser by using new try_blo...
2019-02-15 Dietmar Maurertools.rs: fix doc tests
2019-02-15 Dietmar Maurertools.rs: document try_block macro
2019-02-15 Dietmar Maurertools.rs: new try_block macro
2019-02-15 Wolfgang Bumillerupdate to pam 0.7 (renamed from pam-auth)
2019-02-15 Dietmar Maurerserver/rest.rs: add method to log message
2019-02-15 Dietmar Maurerapi2/admin/datastore/catar.rs: simplify/fix debug message
2019-02-15 Dietmar Maurerserver/rest.rs: log full error messages
2019-02-14 Dietmar Maurerserver/rest.rs: use a protocol extension to avoid doubl...
2019-02-14 Dietmar Maureravoid double logging of proxied requests
2019-02-14 Dietmar MaurerRevert "backup/datastore: fn open is a private implemen...
2019-02-14 Dietmar Maurersrc/server/rest.rs: log failed requests
2019-02-14 Wolfgang Bumillertools/fs: mark ReadDir as Send
2019-02-14 Wolfgang Bumillerbackup/chunk_store: verify chunk file names
2019-02-14 Wolfgang Bumillerbackup/datastore: fn open is a private implementation...
2019-02-14 Wolfgang Bumillerbackup/chunk_store: open base dir in get_chunk_iterator
2019-02-14 Dietmar Maurersrc/client/backup_repo.rs - improve docu
2019-02-14 Dietmar Maurersrc/client.rs: improve library structure and docu
2019-02-14 Wolfgang Bumillermake: use --no-deps for cargo doc
2019-02-14 Wolfgang Bumillertools/timer: add module documentation
2019-02-14 Wolfgang Bumillerbackup: replace ChunkIterator
2019-02-14 Wolfgang Bumillertools: use scan_subdir iterator for scandir
2019-02-14 Wolfgang Bumillertools/fs: add file_name_utf8_unchecked shortcut
2019-02-14 Wolfgang Bumillertools/fs: change scan_subdir to use filter_file_name_regex
2019-02-14 Wolfgang Bumillertools/fs: add filter_file_name_regex to FileIterOps
2019-02-14 Wolfgang Bumillertools/fs: add FileIterOps trait and FileTypeFilter
2019-02-14 Wolfgang Bumillertools/fs: let ReadDir iterator yield ReadDirEntry
2019-02-14 Wolfgang Bumillertools/fs: add ReadDirEntry helper
2019-02-14 Wolfgang Bumillertools/fs: add scan_subdir helper
next