]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2020-10-21 Hannes Laimerproxy: add scheduling for verification jobs
2020-10-21 Hannes Laimerapi2: add verification admin endpoint and do_verificati...
2020-10-21 Hannes Laimerapi2: add verification job config endpoint
2020-10-21 Hannes Laimerrename VERIFY_SCHEDULE_SCHEMA to VERIFICATION_SCHEDULE_...
2020-10-21 Dietmar Maureradd test for escape_unit
2020-10-21 Dietmar Maurersystemd::escape_unit - allow '.' and '_'
2020-10-21 Wolfgang Bumillerpass params by ref to recurse_files
2020-10-21 Wolfgang Bumillerwhitespace fixup
2020-10-21 Dominik Csapakapi2/admin/datastore/pxar_file_download: download direc...
2020-10-21 Dominik Csapaktools: add AsyncChannelWriter
2020-10-21 Dominik Csapaktools: add zip module
2020-10-21 Dietmar Maurerfix for prevoius patch: we want to copy all valid tickets
2020-10-21 Dylan Whytefix #3038: check user before renewing ticket
2020-10-20 Dietmar Maurerbackup: avoid Transport endpoint is not connected error
2020-10-20 Dietmar Maurerpaperkey: use svg as image format to provide better...
2020-10-20 Dietmar Maurerproxmox-backup-client: use HumanByte to render snapshot...
2020-10-20 Thomas Lamprechtlogrotate: drop useless comment
2020-10-20 Thomas Lamprechtlog rotate: move basic rotation logic into module for...
2020-10-20 Thomas Lamprechtlog rotate: do NOT compress first rotation
2020-10-20 Thomas Lamprechtlog rotate: factor out compression in private function
2020-10-20 Thomas Lamprechtlog rotate: do NOT overwrite file with possible writers
2020-10-20 Stefan Reiterfix #2988: allow verification after finishing a snapshot
2020-10-20 Stefan Reiteradd verify_backup_dir_with_lock for callers already...
2020-10-20 Fabian Grünbichlerunbreak build
2020-10-20 Stefan Reiterdatastore: cleanup open and load config only once
2020-10-20 Stefan Reiterfix missing block_in_place for remove_backup
2020-10-19 Thomas Lamprechtcode/fmt cleanups
2020-10-19 Fabian Grünbichlercompletion: fix ACL path completion
2020-10-19 Fabian GrünbichlerREST: rename token to csrf_token
2020-10-19 Dietmar Maurerset reasonable TCP keepalive timeout
2020-10-19 Fabian Grünbichlerfix typos
2020-10-19 Fabian Grünbichlerfix indentation
2020-10-19 Fabian Grünbichlerd/changelog: fix typos
2020-10-19 Fabian Grünbichlerupdate d/control
2020-10-19 Thomas Lamprechtfixup worker task: add time prefix again
2020-10-19 Wolfgang Bumillerbump proxmox dependency to 0.5.0 for nix 0.19
2020-10-19 Fabian Grünbichlerbuild: bump nix dependency
2020-10-19 Thomas Lamprechtfile logger: add option to make the backup user the...
2020-10-19 Dietmar Maurerhttp_client: set connect timeout to 10 seconds
2020-10-16 Thomas Lamprechtcargo: bump dependency of proxmox crate
2020-10-16 Thomas Lamprechtapi: access: log to separate file, reduce syslog to...
2020-10-16 Thomas Lamprechtserver/rest: also log user agent
2020-10-16 Thomas Lamprechtserver/rest: implement request access log
2020-10-16 Thomas Lamprechttools file logger: fix example and comments
2020-10-16 Thomas Lamprechttools: file logger: use option struct to control behavior
2020-10-16 Thomas Lamprechtserver: rest: also log the query part of URL
2020-10-16 Thomas Lamprechtserver: rest: implement max URI path and query length...
2020-10-16 Thomas Lamprechtserver/rest: forward real client IP on proxied request
2020-10-16 Stefan Reiterrustdoc: overhaul backup rustdoc and add locking table
2020-10-16 Stefan Reiterrustdoc: add crate level doc
2020-10-16 Stefan Reiterdatastore: add manifest locking
2020-10-16 Dietmar Maurermark_used_chunks: simply ignore vanished files
2020-10-15 Thomas Lamprechtserver: rest: refactor code to avoid multiple log_respo...
2020-10-15 Thomas Lamprechtcode cleanups
2020-10-15 Wolfgang Bumillerpxar: anchor pxarexcludes starting with a slash
2020-10-15 Dylan WhyteIntroduction: reword & link to encryption section
2020-10-15 Wolfgang Bumillerpxar: fix relative '!' rules in .pxarexclude
2020-10-15 Wolfgang Bumillermore clippy lints
2020-10-15 Stefan Reiterdatastore: remove individual snapshots before group
2020-10-15 Stefan Reiterdatastore: remove load_manifest_json
2020-10-15 Stefan Reiterverify: acquire shared snapshot flock and skip on error
2020-10-15 Stefan Reiterreader: acquire shared flock on open snapshot
2020-10-15 Stefan Reiterbackup: use shared flock for base snapshot
2020-10-15 Stefan Reiterprune: never fail, just warn about failed removals
2020-10-15 Stefan Reiterprune: respect snapshot flock
2020-10-15 Dylan Whyteintroduction: history: minor rewording and fixup
2020-10-14 Wolfgang BumillerAsyncIndexReader: avoid memcpy, add clippy lint fixup...
2020-10-14 Wolfgang Bumillermore clippy fixups
2020-10-14 Dietmar Maurerbump version to 0.9.1-1 v0.9.1
2020-10-14 Dietmar Maureruse SslAcceptor::mozilla_intermediate_v5
2020-10-14 Wolfgang Bumillerpxar: remove unused parameter
2020-10-14 Wolfgang Bumillerpxar: pass full path to callback, let verbose flag...
2020-10-14 Wolfgang Bumillerclippy fixups
2020-10-14 Dietmar Maurerintroduction.rst: add History
2020-10-14 Dylan Whytefix #2847: proxmox-backup-client: add change-owner cmd
2020-10-14 Dietmar Maureravoid compiler warning
2020-10-14 Dylan Whytefix #2847: api: datastore: change backup owner
2020-10-13 Dietmar Maurerproxmox-backup-client key: rename 'paper-key' command...
2020-10-12 Thomas Lamprechtserver/REST: check auth: code cleanup, better variable...
2020-10-12 Thomas Lamprechtserver/REST: make handle_request private
2020-10-12 Wolfgang Bumillerdon't require WorkerTask in backup/
2020-10-12 Wolfgang Bumillerintroduce TaskState trait
2020-10-12 Thomas Lamprechtserver: get index: make content-type non mutable
2020-10-12 Thomas Lamprechtserver/rest: code cleanup: use async
2020-10-12 Thomas Lamprechtreadme: allow to directly copy+paste+execute commands
2020-10-12 Fabian Grünbichlerfix #3070: replace internal with public URLs
2020-10-09 Thomas Lamprechtbackup: index readers: drop useless shared lock
2020-10-09 Hannes Laimeradd "Build" section to README.rst
2020-10-09 Fabian Grünbichlerreader: actually allow users to downlod their own backups
2020-10-09 Fabian Grünbichlerreader: track index chunks and limit access
2020-10-08 Fabian GrünbichlerREST: don't print CSRF token
2020-10-08 Fabian GrünbichlerUserid: fix borrow/deref recursion
2020-10-08 Fabian GrünbichlerUserid: simplify comparison with str
2020-10-08 Fabian Grünbichlerdepend on proxmox 0.4.3
2020-10-08 Thomas Lamprechtapi: datastore: require allocate privilege for deletion
2020-10-08 Thomas Lamprechtserver: add Datastore.Allocate privilege
2020-10-08 Thomas Lamprechtacl: use modified constnamedbitmap macro
2020-10-08 Stefan Reiterfuse_loop: handle unmap on crashed instance
2020-10-08 Stefan Reiterfuse_loop: wait for instance to close after killing
2020-10-08 Stefan Reiterfuse_loop: add automatic cleanup of run files and dangl...
next