]> git.proxmox.com Git - proxmox-backup.git/history - src
ui: calendar event: disable matchFieldWidth for picker
[proxmox-backup.git] / src /
2020-09-08 Stefan Reiterbackup: touch all chunks, even if they exist
2020-09-08 Stefan Reitergc: remove .bad files on garbage collect
2020-09-08 Dietmar Maurercleanup rename_corrupted_chunk: avoid duplicate format...
2020-09-08 Stefan Reiterverify: rename corrupted chunks with .bad extension
2020-09-08 Stefan Reiterverify: fix log units
2020-09-08 Thomas Lamprechtui: add translation support
2020-09-08 Thomas Lamprechttools: rename extract_auth_cookie to extract_cookie
2020-09-08 Dominik Csapaktools/sytemd/time: add tests for multivalue fields
2020-09-08 Dominik Csapakserver/worker_task: fix upid_read_status
2020-09-07 Dietmar Maurersrc/tools/systemd/time.rs: derive Clone
2020-09-07 Dietmar MaurerSYSTEMD_CALENDAR_EVENT_SCHEMA: fix wrong schema description
2020-09-04 Dominik Csapaktools/systemd/time: enable dates for calendarevents
2020-09-04 Dominik Csapaktools/systemd/time: fix signed conversion
2020-09-04 Dominik Csapaktools/systemd/tm_editor: add setter/getter for months...
2020-09-04 Dominik Csapaktools/systemd/tm_editor: move conversion of the year...
2020-09-04 Dominik Csapaktools/systemd/time: fix selection for multiple options
2020-09-04 Dominik Csapaktools/systemd/parse_time: error out on invalid ranges
2020-09-04 Dominik Csapaktools/systemd/tm_editor: remove reset_time from add_day...
2020-09-04 Dominik Csapaktools/systemd/time: convert the resulting timestamp...
2020-09-04 Dominik Csapaktools/systemd/time: move continue out of the if/else
2020-09-04 Dominik Csapaktools/systemd/time: let libc normalize time for us
2020-09-04 Dominik Csapaktools/systemd/tm_editor: remove TMChanges optimization
2020-09-04 Dietmar Maurerserver/worker_task: fix 'unknown' status for some big...
2020-09-04 Dietmar Maurerdepend on proxmox 0.3.5
2020-09-04 Fabian Grünbichlerfix #2978: allow non-root to view datastore usage
2020-09-02 Dietmar Maurergc: improve percentage done logs
2020-09-02 Dietmar Maurerverify: also fail on server shutdown
2020-09-02 Dietmar Maurerverify: log progress
2020-09-01 Dietmar Maurersrc/backup/verify.rs: use global hashes (instead of...
2020-09-01 Dietmar Maurersrc/backup/data_blob.rs: avoid useless &, data is alrea...
2020-09-01 Dietmar Maurersrc/backup/verify.rs: use separate thread to load data
2020-08-27 Thomas Lamprechtgc: use human readable units for summary
2020-08-26 Thomas Lamprechtbin/backup-proxy: assert that daemon runs as backup...
2020-08-26 Thomas Lamprechtbackup: add BACKUP_GROUP_NAME const and backup_group...
2020-08-26 Thomas Lamprechtbin/backup-proxy: remove outdated perl comments
2020-08-26 Thomas Lamprechtbin/backup-proxy: return error directly in main
2020-08-26 Thomas Lamprechtsave last verify result in snapshot manifest
2020-08-25 Thomas Lamprechtvarious typo fixes
2020-08-25 Thomas LamprechtSnapshotListItem: add comment field also to schema
2020-08-25 Thomas Lamprechttools/format: implement from u64 for HumanByte helper...
2020-08-25 Thomas Lamprechtapi datastore: fix typo in error message
2020-08-25 Dietmar Maurerverify: speedup - only verify chunks once
2020-08-25 Dietmar Maurerverify: sort backup groups
2020-08-19 Dylan WhyteFix typo in program output
2020-08-18 Wolfgang Bumillerturn UPID into an API type
2020-08-18 Wolfgang Bumillerstyle fixups
2020-08-17 Wolfgang Bumillerremove map_struct helper
2020-08-17 Wolfgang Bumilleradd methods to allocate a DynamicIndexHeader
2020-08-14 Dominik Csapakapi2/node/services: turn service api calls into workers
2020-08-14 Dominik Csapakfix #2904: zpool status: parse vdevs with state but...
2020-08-14 Dominik Csapakzfs status: add test with spares
2020-08-14 Dietmar Maurercleanup last patch
2020-08-14 Hannes Laimerapi2/node/../disks/directory: added DELETE endpoint...
2020-08-14 Fabian EbnerFix #2926: parse_iface_attributes: always break on...
2020-08-14 Dominik Csapakconfig/jobstate: replace Job:load with create_state_file
2020-08-14 Dominik Csapakcleanup: replace id from do_sync_job with info from job
2020-08-14 Dominik Csapakcleanup: merge endtime into TaskState
2020-08-13 Dominik Csapaksyncjob: use do_sync_job also for scheduled sync jobs
2020-08-13 Dominik Csapakapi2/pull: extend do_sync_job to also handle schedule...
2020-08-13 Dominik Csapakapi/{pull, sync}: refactor to do_sync_job
2020-08-13 Dominik Csapakapi2/admin/sync: use JobState for faster access to...
2020-08-13 Dominik Csapakconfig: add JobState helper
2020-08-13 Dominik Csapakserver/worker_task: let upid_read_status also return...
2020-08-13 Dominik Csapakserver: change status of a task from a string to an...
2020-08-13 Wolfgang Bumillerremove unused import
2020-08-12 Wolfgang Bumillerformatting fixups
2020-08-12 Wolfgang Bumillerreplace and remove old ticket functions
2020-08-12 Wolfgang Bumillerintroduce Ticket struct
2020-08-12 Dietmar Maurerworker_task: new_thread() - remove unused tokio channel
2020-08-11 Stefan Reiterbackup: lock base snapshot and ensure existance on...
2020-08-11 Stefan ReiterRevert "backup: ensure base snapshots are still availab...
2020-08-11 Stefan Reiterbackup: flock snapshot on backup start
2020-08-11 Stefan Reiterdatastore: prevent in-use deletion with locks instead...
2020-08-11 Dietmar Maurersrc/backup/backup_info.rs: remove BackupGroup lock()
2020-08-11 Dietmar Maurersrc/tools/fs.rs: new helper lock_dir_noblock
2020-08-11 Fabian Grünbichlermark signed manifests as such
2020-08-11 Fabian Grünbichlerverify: also check chunk CryptMode
2020-08-11 Fabian Grünbichlerchunk readers: ensure chunk/index CryptMode matches
2020-08-11 Fabian Grünbichlerdatastore api: verify blob/index csum from manifest
2020-08-11 Fabian Grünbichlerdatastore api: only decode unencrypted indices
2020-08-10 Wolfgang Bumillerimpl PartialEq between Realm and RealmRef
2020-08-10 Wolfgang Bumillerassert that Username does not impl PartialEq
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-10 Wolfgang Bumillermove types.rs to types/mod.rs
2020-08-10 Wolfgang Bumillerconfig.rs: sort modules
2020-08-07 Stefan Reiterbackup: only allow finished backups as base snapshot
2020-08-06 Dylan Whytefix: master-key: upload RSA encoded key with backup
2020-08-06 Stefan Reiterfinish_backup: mark backup as finished only after check...
2020-08-06 Oguz Bektasfix #2909: handle missing chunks gracefully in garbage...
2020-08-04 Wolfgang Bumillerremove timer and lock functions, fix building with...
2020-08-04 Aaron LautererGC: use time pre phase1 to calculate min_atime in phase2
2020-08-04 Fabian Grünbichlersync: verify size and checksum of pulled archives
2020-08-04 Fabian Grünbichlersync: verify chunk size and digest, if possible
2020-08-04 Fabian Grünbichlerblobs: attempt to verify on decode when possible
2020-08-03 Wolfgang Bumillerpxar/extract: fixup path stack for errors
2020-08-03 Wolfgang Bumillermore whitespace fixups
2020-08-03 Wolfgang Bumillerwhitespace fixup
2020-08-03 Wolfgang Bumillerpxar: better error handling on extract
2020-08-03 Dominik Csapakworker_task: add getter for upid
2020-08-03 Dominik Csapakworker_task: refactor log text generator
next