]> git.proxmox.com Git - proxmox-backup.git/history - src
pxar::fuse: Avoid macro to generate filler function, use closure instead.
[proxmox-backup.git] / src /
2020-01-15 Christian Ebnerpxar::fuse: Avoid macro to generate filler function...
2020-01-14 Dietmar Maurersrc/api2/config: improve api schema by adding return...
2020-01-14 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add datastore update cli
2020-01-14 Dietmar Maurersrc/api2/config/datastore.rs: improve api, implement...
2020-01-14 Dietmar Maurersrc/api2/config/remotes.rs: improve api, implement...
2020-01-14 Dietmar Maurersrc/section_config.rs: add lookup_json() helper
2020-01-14 Dietmar Maurersrc/api2/config/remotes.rs: fix variable name -> s...
2020-01-14 Dietmar Maurersrc/section_config.rs - convert_to_array: optionally...
2020-01-14 Dietmar Maurersrc/section_config.rs - write: improve error message
2020-01-14 Dietmar Maurersrc/section_config.rs: do not allow control characters
2020-01-14 Dietmar Maurersrc/api2/types.rs: also define PASSWORD_FORMAT and...
2020-01-14 Dietmar Maurersrc/api2/types.rs: define and use PASSWORD_REGEX
2020-01-13 Dietmar Maurersrc/api2/types.rs: add regression test for PROXMOX_USER...
2020-01-13 Dietmar Maurersrc/api2/types.rs: fix regex patterns
2020-01-13 Dietmar Maurersrc/api2/types.rs: define PROXMOX_AUTH_REALM_SCHEMA...
2020-01-13 Dietmar Maurersrc/api2/types.rs: define HOSTNAME_FORMAT, DNS_NAME_FOR...
2020-01-13 Dietmar Maurersrc/config/*: add #[serde(skip_serializing_if="Option...
2020-01-13 Dietmar Maurersrc/api2/types.rs: define SINGLE_LINE_COMMENT_SCHEMA
2020-01-13 Dietmar Maurersrc/api2/types.rs: define REMOTE_ID_SCHEMA here
2020-01-13 Christian Ebnerpxar::fuse: impl readdirplus callback
2020-01-13 Christian Ebnerpxar::fuse: Get rid of broken cacheing
2020-01-13 Oguz Bektasfix typo for function name load_and_decrypt_key
2020-01-11 Dietmar Maurersrc/section_config.rs: make set_data generic
2020-01-11 Dietmar Maurercleanup config api, add remotes config cli interface
2020-01-11 Dietmar Maurersrc/config/datastore.rs: define DataStoreConfig using...
2020-01-10 Dietmar Maurersrc/api2/config/remotes.rs: cleanup - avoid compiler...
2020-01-10 Christian Ebnerpxar::fuse: refactor HashMap to store child parent...
2020-01-10 Christian Ebnerpxar::decoder::Decoder: include xattrs and payload...
2020-01-10 Christian Ebnerpxar: encoder: limit number of max entries held at...
2020-01-10 Dietmar Maurersrc/api2/config/remotes.rs: new API to configure remotes
2020-01-10 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: implement shell...
2020-01-10 Dietmar Maurerrename src/api2/sync.rs -> src/api2/pull.rs
2020-01-09 Dietmar Maurersrc/section_config.rs: implement generic lookup
2020-01-09 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: implement cli sync...
2020-01-09 Dietmar Maurersrc/config/remotes.rs: implement SectionConfig for...
2020-01-09 Christian Ebnerpxar: encoder: warn on lacking read permissions instead...
2020-01-09 Christian Ebnerpxar: encoder: fix incorrect goodbye table entries...
2020-01-09 Christian Ebnersrc/pxar/encoder.rs: avoid use of macro and initialize...
2020-01-09 Dietmar Maurersrc/api2/types.rs: fix SnapshotListItem schema definition
2020-01-08 Dietmar Maurersrc/api2/sync.rs: implement remote sync
2020-01-07 Dietmar Maurersrc/bin/proxmox-backup-client.rs: cleanup - factor...
2020-01-07 Dietmar Maurersrc/bin/proxmox-backup-client.rs: cleanup - factor...
2020-01-07 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use SnapshotListItem
2020-01-07 Dietmar Maurersrc/api2/types.rs: define and use new api type Snapshot...
2020-01-06 Dietmar Maurersrc/backup/backup_info.rs: implement last_successful_ba...
2020-01-05 Dietmar Maurersrc/backup/manifest.rs: impl TryFrom DataBlob
2020-01-05 Dietmar Maurersrc/backup/datastore.rs: implement cleanup_backup_dir()
2020-01-05 Dietmar Maurer src/client/backup_reader.rs: make compute_file_csum...
2020-01-05 Dietmar Maurersrc/client/http_client.rs: allow access to AuthInfo...
2020-01-02 Dietmar Maurersrc/backup/read_chunk.rs: add read_raw_chunk()
2020-01-02 Dietmar Maurersrc/backup/chunk_store.rs: implement cond_touch_chunk()
2020-01-02 Dietmar Maurersrc/backup/datastore.rs: new helper try_shared_chunk_st...
2019-12-31 Dietmar Maurersrc/backup/manifest.rs: new helper archive_type()
2019-12-30 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: remove unused use...
2019-12-27 Dietmar Maurersrc/bin/proxmox-backup-api.rs: create cert here
2019-12-27 Dietmar Maurersrc/client/http_client.rs - start_h2_connection: correc...
2019-12-27 Wolfgang Bumillerproxy/api: await running workers before shutdown
2019-12-27 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: create self signed...
2019-12-27 Dietmar Maurerproxmox-backup-manager.rs: remove wrong fixme
2019-12-23 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: impl. cert info
2019-12-22 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add cli to generate...
2019-12-20 Wolfgang Bumillerfix create_datastore parameters:
2019-12-20 Dietmar Maurersrc/api2/config/datastore.rs - create: pass uid and...
2019-12-20 Dietmar Maurersrc/backup/chunk_store.rs - create: pass User instead...
2019-12-19 Thomas Lamprechtapi/ui: datastore: allow to set simple comment
2019-12-19 Wolfgang Bumillerlet ChunkStore::create take CreateOptions
2019-12-19 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add task management cli
2019-12-19 Dietmar Maurersrc/bin/proxmox-backup-client.rs: use async fn
2019-12-19 Dietmar Maurerremove tools::getpwnam_ugid, impl. crate::backup::backu...
2019-12-19 Dietmar Maurerupdate to nix 0.16
2019-12-19 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: connect to daemon...
2019-12-19 Dietmar Maurersrc/client/backup_repo.rs: impl. new()
2019-12-19 Dietmar Maurersrc/bin/proxmox-backup-client.rs - start_garbage_collec...
2019-12-19 Dietmar Maurersrc/backup/datastore.rs: avoid divide by zero
2019-12-19 Dietmar Maurersrc/server/worker_task.rs: set worker thread name
2019-12-19 Dietmar Maurersrc/backup/chunk_store.rs: create lock file with correc...
2019-12-18 Thomas Lamprechtapi2: add very basic 'status/usage' endpoint for nodes
2019-12-18 Dietmar Maurersrc/tools.rs: fix typo
2019-12-18 Dietmar Maurersrc/backup/chunk_store.rs: use proxmox::tools::fs:...
2019-12-18 Dietmar Maurersrc/config/datastore.rs: use backup gid instead of uid
2019-12-18 Wolfgang Bumillerreplace file_set_contents with replace_file
2019-12-18 Dietmar Maurersrc/api2/config/datastore.rs: set protected flags for...
2019-12-18 Dietmar Maurersrc/api2/config/datastore.rs: fix api docu
2019-12-18 Dietmar Maurersrc/config/datastore.rs: change file owner/permissions
2019-12-17 Oguz Bektasdatastore: set correct owner on datastore.cfg
2019-12-17 Oguz Bektaschunk_store: create parent directories
2019-12-17 Christian Ebnerbinary_search_tree: add additional doctest for search_b...
2019-12-17 Christian Ebnerbinary_search_tree: fix off by one error in search_bina...
2019-12-17 Christian Ebnercatalog: decoder and shell: fix incorrect logic in...
2019-12-17 Dietmar Maureruse proxmox-mini-journalreader to display syslog
2019-12-17 Dietmar Maurersrc/api2/node/syslog.rs: use api macro
2019-12-17 Thomas Lamprechtui: add "Documentation" button to main view
2019-12-17 Thomas Lamprechtadd CSS file for PBS ExtJS6 basic ui
2019-12-17 Christian Ebnercatalog_shell: impl find for catalog shell.
2019-12-17 Christian Ebnercatalog: impl find() for file search by match pattern.
2019-12-17 Christian Ebnerpxar: match_pattern: impl invert() to switch the match...
2019-12-17 Christian Ebnerpxar: match_pattern: impl traits needed for MatchPatter...
2019-12-17 Christian Ebnerpxar: match_pattern: refactor MatchPattern and introduc...
2019-12-17 Wolfgang Bumillerdrop Cancellable future in favor of abortable
2019-12-17 Wolfgang Bumillerfix broadcast_future test case
next