]> git.proxmox.com Git - proxmox-backup.git/history - src/api2/node/network.rs
tree-wide: fix needless borrows
[proxmox-backup.git] / src / api2 / node / network.rs
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-12-16 Wolfgang Bumillercleanup schema function calls
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-10-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-09-24 Dietmar Maurermove worker_task.rs into proxmox-rest-server crate
2021-09-23 Dietmar Maurersrc/server/worker_task.rs: Avoid using pbs-api-type...
2021-09-09 Dietmar Maurermove acl to pbs_config workspaces, pbs_api_types cleanups
2021-09-08 Dietmar Maurermove network config to pbs_config workspace
2021-09-02 Dietmar Maurerstart new pbs-config workspace
2021-07-20 Dietmar Maureruse new atomic_open_or_create_file
2021-07-20 Wolfgang Bumillermove required_X_param to pbs_tools::json
2021-01-26 Fabian Grünbichlerclippy: allow api functions with many arguments
2020-12-09 Wolfgang Bumillerremove unused descriptions from api macros
2020-10-29 Fabian Grünbichlerreplace Userid with Authid
2020-09-28 Dietmar Maurerdepend on proxmox 0.4.2
2020-09-17 Dominik Csapakfix #2942: implement lacp bond mode and bond_xmit_hash_...
2020-09-17 Dominik Csapakapi2/network: add bond-primary parameter
2020-08-10 Wolfgang Bumillerintroduce Username, Realm and Userid api types
2020-08-04 Wolfgang Bumillerremove timer and lock functions, fix building with...
2020-05-30 Thomas Lamprechttypo fixes all over the place
2020-05-18 Dietmar Maurerdepend on proxmox 0.1.31 - use Value to store result...
2020-05-08 Dietmar Maurersrc/api2/node/network.rs: add protected flag to revert
2020-05-08 Dietmar Maurersrc/api2/node/network.rs: pass bridge_ports and slaves...
2020-05-07 Dietmar Maurersrc/config/network.rs: implement bond_mode
2020-05-07 Dietmar Maurersrc/api2/node/network.rs: cleanup - factor out check_du...
2020-05-07 Dietmar Maurersrc/api2/node/network.rs: allow to create bridge and...
2020-05-07 Dietmar Maurersrc/config/network.rs: make it compatible with pve
2020-04-30 Dietmar Maureruse reasonable acl paths
2020-04-25 Dietmar Maurermove src/api2/config/network.rs to src/api2/node/network.rs
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-04-16 Dietmar Maurerstart impl. access permissions
2019-11-21 Wolfgang Bumillerapi/compat: drop more compat imports from api_schema.rs
2019-11-21 Dietmar Maureruse const api definitions
2019-10-26 Dietmar Maureravoid some clippy warnings
2019-06-07 Wolfgang Bumillertree-wide: use 'dyn' for all trait objects
2019-05-09 Dietmar Maurersrc/api2/types.rs: use separate file for schema definitions
2019-04-09 Dietmar Maurersrc/api2/node.rs: add node parameter
2019-02-17 Dietmar Maurerimprove api_schema module structure
2019-02-17 Dietmar Maurerrename src/api to src/api_schema
2019-01-30 Dietmar Maureravoid compiler warnings
2019-01-26 Dietmar Maurerapi: pass RpcEnvirnment to api handlers
2019-01-23 Dietmar Maurersrc/api2/node: start node configuration api