]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2020-10-24 Thomas Lamprechtapi: add world accessible ping dummy endpoint
2020-10-22 Fabian Grünbichlerapt: improve error messages
2020-10-22 Stefan Reiterapt: add /changelog API call similar to PVE
2020-10-22 Stefan Reiterfix #2934: list to-be-installed packages in updates
2020-10-22 Stefan Reiterapt: refactor package detail reading into function
2020-10-22 Stefan Reiterapt: use 'apt-get changelog --print-uris' in get_change...
2020-10-22 Stefan Reiterapt: allow filter to select different package version
2020-10-22 Dietmar Maurerupid: use systemd escape to decode/encode the worker_id
2020-10-21 Stefan Reiteradd tools::http for generic HTTP GET and move HttpsConn...
2020-10-21 Thomas Lamprechtui: verify config: eslint fix
2020-10-21 Dominik Csapaktools/zip: fix doc tests
2020-10-21 Hannes Laimerpostinst: correct invalid old datastore configs
2020-10-21 Hannes Laimerapi proxy: remove old verification scheduling
2020-10-21 Hannes Laimerui: add task descriptions for the different types of...
2020-10-21 Hannes Laimerui: add verification job edit window
2020-10-21 Hannes Laimerui: add verification job view
2020-10-21 Hannes Laimerset a different worker_type based on what is going...
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
next