]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2022-04-21 Dietmar Maurerpbs-tape: sgutils2: check sense data when status is...
2022-04-20 Wolfgang Bumillerreference the datastore in BackupGroup/Dir
2022-04-20 Wolfgang Bumillerapi-types: DataStoreConfig::new for testing
2022-04-20 Fabian Grünbichlerapi2: read_remote: also return RemoteWithoutPassword
2022-04-20 Wolfgang Bumillerdatastore: cleanup and document backup group/dir openers
2022-04-20 Wolfgang Bumillerdatastore: drop Hash from BackupGroup
2022-04-20 Wolfgang Bumillerdatastore: drop PartialEq and PartialOrd from BackupGroup
2022-04-20 Wolfgang Bumillerdatastore: drop Eq and PartialEq from BackupDir
2022-04-20 Wolfgang Bumillerdatastore: drop Ord from BackupGroup
2022-04-20 Wolfgang Bumillermake datastore BackupGroup/Dir ctors private
2022-04-20 Wolfgang Bumillerapi-types: use BackupType for GroupFilter::BackupType
2022-04-20 Wolfgang Bumillerrename BackupDir's group_path to relative_group_path
2022-04-20 Wolfgang Bumillerapi-types: datastore type improvements
2022-04-20 Wolfgang Bumillerdatastore: remove unused list_files function
2022-04-20 Wolfgang Bumillerdatastore: move last_backup from BackupInfo to BackupGroup
2022-04-20 Dietmar MaurerAuthId: derive Ord and PartialOrd
2022-04-20 Dietmar MaurerRemoteWithoutPassword: new API type
2022-04-15 Wolfgang Bumillerapi-types: introduce BackupType enum and Group/Dir...
2022-04-15 Thomas Lamprechtdatastore: add snapshot iterator and provide example
2022-04-15 Thomas Lamprechtbackup: switch over to streaming Iterator improving...
2022-04-15 Thomas Lamprechtdatastore: add helper to get a iterator for backup...
2022-04-15 Thomas Lamprechtdatastore: implement Iterator for backup group listing
2022-04-15 Thomas Lamprechtapi datastore: some code cleanups
2022-04-15 Thomas Lamprechtdatastore: backup info: drop deprecated list_backup_groups
2022-04-15 Thomas Lamprechtreplace deprecated list_backup_group from BackupInfo...
2022-04-15 Thomas Lamprechtdatastore: move list_backup_groups into Datastore impl
2022-04-14 Thomas Lamprechtclient: rustfmt
2022-04-14 Thomas Lamprechtbackup client: rustfmt
2022-04-14 Thomas Lamprechttools: rustfmt
2022-04-14 Thomas Lamprechtrust fmt for pbs src
2022-04-14 Thomas Lamprechtserver: rustfmt
2022-04-14 Thomas Lamprechtapi: rustfmt
2022-04-14 Thomas Lamprechtconfig: rustfmt
2022-04-14 Thomas Lamprechtdatastore: rustfmt whole package
2022-04-14 Thomas Lamprechtd/changelog: fixup released
2022-04-13 Thomas Lamprechtbump version to 2.1.6-1
2022-04-13 Thomas Lamprechtcli: tape key-restore: print more info for better ux
2022-04-13 Thomas Lamprechtapi: tape key restore: fix optional param handling...
2022-04-13 Markus Frankproxmox-tape: api: restore_key-code moved to tape-encry...
2022-04-13 Wolfgang Bumillerpbs-client: pxar: avoid some more clones
2022-04-13 Wolfgang Bumillerpbs-client: pxar: avoid some vec extensions
2022-04-13 Wolfgang Bumillerpbs-client: pxar: drop link_to_pathbuf
2022-04-13 Wolfgang Bumillerpbs-client: pxar: fmt
2022-04-13 Dominik Csapakui: datastore/Content: enable tar download in ui
2022-04-13 Dominik Csapakapi: admin/datastore: add tar support for pxar_file_dow...
2022-04-13 Dominik Csapakpbs-client: add 'create_tar' helper function
2022-04-13 Wolfgang Bumillerbump proxmox-compression dependency to 0.1.1
2022-04-13 Wolfgang Bumillerbump d/control
2022-04-13 Wolfgang Bumillerbump proxmox-schema dependency to 1.3.1 for streaming...
2022-04-13 Wolfgang Bumillerbump proxmox-router dependency to 1.2
2022-04-13 Dominik Csapakapi: admin/datastore: enable streaming for some api...
2022-04-13 Dominik Csapakadapt to the new ApiHandler variants
2022-04-13 Dominik Csapakproxmox-rest-server: OutputFormatter: add new format_da...
2022-04-12 Thomas Lamprechtui: datastore options: maintenance mode related refacto...
2022-04-12 Thomas Lamprechtui: datastore options: fix active-ops-tracking store...
2022-04-12 Thomas Lamprechtui: datastore options: factor out update stop/start...
2022-04-12 Wolfgang Bumillertree-wide: replace serde_json::from_value(a_value.clone())
2022-04-12 Thomas Lamprechtui: maintenance mode: also render message
2022-04-12 Thomas Lamprechtui: maintenance mode: refactor renderer
2022-04-12 Hannes Laimerui: add option to change the maintenance type
2022-04-12 Hannes Laimerapi: add get_active_operations endpoint
2022-04-12 Hannes Laimerapi: make maintenance_type updatable
2022-04-12 Hannes Laimerpbs-datastore: add active operations tracking
2022-04-12 Hannes Laimerdatastore: add check for maintenance in lookup
2022-04-12 Hannes Laimerapi-types: add maintenance type
2022-04-12 Thomas Lamprechtui: node config: avoid split listeners
2022-04-12 Wolfgang Bumillerclient: drop unnecessary clone
2022-04-11 Thomas Lamprechttree wide: some stylistic clippy fixes
2022-04-10 Thomas Lamprechtapi types: rust fmt
2022-04-10 Thomas Lamprechtcli: backup manager: rust fmt
2022-04-10 Thomas Lamprechttests: rust fmt
2022-04-10 Thomas Lamprechttape: rust fmt
2022-04-10 Thomas Lamprechtrestore daemon: rust fmt
2022-04-10 Thomas Lamprechtexamples: rust fmt
2022-04-07 Thomas Lamprechtrest server: log rotation: refactor and comment improve...
2022-04-07 Thomas Lamprechtrest server: log rotation: fix off-by-one for max_days
2022-04-06 Dominik Csapakrest-server: add option to rotate task logs by 'max_day...
2022-04-06 Dominik Csapakconfig/node: add 'task_log_max_days' config
2022-04-06 Dominik Csapakrest-server: cleanup_old_tasks: improve error handling
2022-04-06 Thomas Lamprechtpbs tape: rust fmt
2022-04-06 Thomas Lamprechtpbs fuse loop: rust fmt
2022-04-06 Fabian Ebnerdocs: client: file exclusion: add note about leading...
2022-04-06 Fabian Ebnerpxar: create: add entry: fix anchored path pattern...
2022-04-06 Thomas Lamprechtpxar bin: rust fmt
2022-04-06 Thomas Lamprechtpbs build config: rust fmt
2022-04-06 Thomas Lamprechtfile restore: rust fmt
2022-04-06 Thomas Lamprechtrrd: rust fmt
2022-04-06 Thomas Lamprechtrest server: rust fmt
2022-04-06 Wolfgang Bumilleruse BufReader/Writer for Files passed to serde_json...
2022-04-06 Thomas Lamprechtapi: tape: rust format
2022-04-06 Thomas Lamprechtcli: tape: rust format
2022-04-06 Thomas Lamprechttape: key recovery: refcator and split string/file...
2022-04-06 Markus Frankfix #3854 paperkey import to proxmox-tape
2022-04-06 Dominik Csapakpbs-client: print error when we couldn't download previ...
2022-03-23 Stefan Sterzfix #3067: api: add support for multi-line comments...
2022-03-22 Wolfgang Bumillertools: improve PhantomData usage
2022-03-22 Dominik Csapakapi: datastore_status: restore api/gui compatibility
2022-03-20 Dietmar Maurerdatastore status: factor out api type DataStoreStatusLi...
2022-03-17 Markus Frankfix #3934 tape owner-selector to Authid
2022-03-11 Stefan Sterzui: fix panel height in the dashboard
next