]> git.proxmox.com Git - proxmox-backup.git/shortlog
proxmox-backup.git
2020-01-16 Dietmar Maurerset toolchain to system
2020-01-16 Wolfgang Bumillerdebian: bump dependency versions
2020-01-16 Wolfgang Bumillerfix use of deprecated items
2020-01-16 Wolfgang Bumillerimport ordering cleanup
2020-01-15 Christian Ebnerpxar::fuse: remove readdir implementation
2020-01-15 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add completion funct...
2020-01-15 Dietmar Maurersrc/api2/config: check digest
2020-01-15 Dietmar Maurersrc/api2/config: correctly lock files
2020-01-15 Oguz Bektasservices: fix indentation
2020-01-15 Oguz Bektastools: add read_and_verify_password helper
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 Thomas Lamprechtcargo: add alternative proxmox crate locations for...
2020-01-08 Wolfgang Bumillerbump proxmox dependency to 0.1.2
2020-01-08 Dietmar Maurersrc/api2/sync.rs: implement remote sync
2020-01-08 Dietmar MaurerTODO.rst: add another todo
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-07 Fabian Grünbichlerd/control: bump proxmox build-dep
2020-01-07 Wolfgang Bumillerbump proxmox to 0.1.1 - packages are now available
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-04 Dietmar MaurerCargo.toml: set proxmox version 0.1.0 (latest packaged...
2020-01-03 Fabian Grünbichlercargo: switch to use packaged crates by default
2020-01-02 Fabian Grünbichleradd README.rst
2020-01-02 Fabian Grünbichlerreference valgrind_request via github
2020-01-02 Fabian Grünbichleralso bump version in Cargo.toml
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-31 Oguz Bektasadd suggestions section on TODO
2019-12-30 Dietmar Maurersrc/bin/proxmox-backup-proxy.rs: remove unused use...
2019-12-30 Dietmar MaurerTODO.rst: add TODO file
2019-12-30 Dietmar Maurerbump version to 0.1.2
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 Maurerbump version to 0.1.1
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-23 Fabian Grünbichlerpackaging: fix docs install path
2019-12-22 Dietmar Maurersrc/bin/proxmox-backup-manager.rs: add cli to generate...
2019-12-22 Dietmar MaurerDataStoreContent.js - render_backup_type: use better...
2019-12-22 Dietmar MaurerDataStoreContent.js: use rowexpander plugin to display...
2019-12-22 Dietmar MaurerDataStoreContent.js: show backup groups (instead of...
2019-12-22 Dietmar Maurerrevert Cargo.toml changes from commit f1baa7f4fc463a5fb...
2019-12-22 Dietmar MaurerNavigationTree.js: use other iconCls for datastores
2019-12-20 Thomas Lamprechtui: ds content: add reload button, use view controller
2019-12-20 Thomas Lamprechtui: datastore content: add size column
2019-12-20 Thomas Lamprechtui: datastore content: refactor to more schematic defin...
2019-12-20 Thomas Lamprechtui: datastore content: render timestamp
2019-12-20 Fabian Grünbichlervarious packaging fixes, bump version
2019-12-20 Fabian Grünbichlerd/control: add proper rust build-dependencies
2019-12-20 Fabian Grünbichlertests/pxar: increase verbosity
2019-12-20 Fabian GrünbichlerCargo.toml: remove zstd-sys
2019-12-20 Fabian GrünbichlerCargo.toml: update dependencies
next