]> git.proxmox.com Git - proxmox-backup.git/history - src/section_config.rs
src/api2/admin/datastore.rs: add status api call
[proxmox-backup.git] / src / section_config.rs
2019-03-18 Dietmar Maureravoid compiler warnings
2019-02-17 Dietmar Maurerimprove api_schema module structure
2019-02-17 Dietmar Maurerrename src/api to src/api_schema
2019-02-15 Dietmar Maurersection_config.rs: simplify parser by using new try_blo...
2019-01-19 Dietmar MaurerRevert "/api/schema.rs: implement Schema::Option"
2019-01-18 Dietmar Maurer/api/schema.rs: implement Schema::Option
2018-12-12 Dietmar Maurersection_config.rs: remove debug output
2018-12-09 Dietmar Maurerrename entry to item
2018-12-09 Dietmar Maurerapi3/config/datastore.rs: return real data
2018-11-30 Dietmar Maurerfix compiler warnings, add storage/config.rs
2018-11-30 Dietmar Maurerremove missleading comment
2018-11-29 Dietmar Maureruse VecDeque instead of LinkedList
2018-11-29 Dietmar MaurerSectionConfig::write - return raw string
2018-11-29 Dietmar MaurerSectionConfig::write - verify data
2018-11-29 Dietmar Maurersimplify var names
2018-11-28 Dietmar Maurersection_config: add write - first try
2018-11-28 Dietmar Maurersection_config: add new struct SectionConfigData
2018-11-27 Dietmar Maureravoid clone
2018-11-27 Dietmar MaurerSectionConfig::parse - return Value
2018-11-27 Dietmar MaurerSectionConfig: add schema for ID property
2018-11-27 Dietmar Maurersection_config: improve parser
2018-11-27 Dietmar Maurersection_config: parse section content
2018-11-27 Dietmar MaurerSectionConfigPlugin: add schema
2018-11-26 Dietmar Maurersection_config: further parser improvements
2018-11-26 Dietmar Maureruse is_empty() to check for empty string
2018-11-26 Dietmar Maurersection_config: improve parser
2018-11-19 Dietmar Maurersection_config.rs: add some test code
2018-11-19 Dietmar Maureradd section_config.rs