]> git.proxmox.com Git - proxmox-backup.git/history - src/lib.rs
move RRD code into proxmox-rrd crate
[proxmox-backup.git] / src / lib.rs
2021-10-06 Dietmar Maurermove RRD code into proxmox-rrd crate
2021-09-29 Wolfgang Bumillermake pbs_tools::cert not depend on pbs-buildcfg
2021-09-29 Wolfgang Bumillerdrop pbs_tools::auth
2021-07-19 Wolfgang Bumillermove client to pbs-client subcrate
2021-07-07 Wolfgang Bumillermove chunk_store to pbs-datastore
2021-07-06 Wolfgang Bumillersplit out pbs-buildcfg module
2021-05-04 Wolfgang Bumilleradd acme client
2020-12-05 Dietmar Maurertape: add file format definitions
2020-10-16 Stefan Reiterrustdoc: add crate level doc
2020-10-12 Wolfgang Bumillerintroduce TaskState trait
2020-05-23 Dietmar Maureradd simple rrd implementation
2020-04-08 Dietmar Maurerimplement auth framework
2020-03-02 Dietmar Maurerdelete unused src/storage/config.rs
2020-03-02 Dietmar Maureruse SectionConfig from proxmox 0.1.18-1
2019-12-02 Dietmar Maureruse cli from proxmox::api
2019-11-22 Wolfgang Bumillerremove api_schema submodule
2019-09-02 Wolfgang Bumillerdrop src/storage/futures.rs
2019-06-05 Dietmar Maurersrc/backup.rs; use a macro to define PROXMOX_BACKUP_PRO...
2019-04-06 Dietmar Maurersrc/server.rs: improve crate layout
2019-04-04 Dietmar Maurersrc/server/worker_task.rs: implement task registry
2019-03-14 Dietmar Maurerrename catar into pxar
2019-02-21 Dietmar Maurercleanup cli library structure
2019-02-17 Dietmar Maurerrename src/api to src/api_schema
2019-02-16 Dietmar Maurerfix configuration dir permission
2019-02-14 Dietmar Maurersrc/client.rs: improve library structure and docu
2019-02-04 Wolfgang Bumillerintroduce buildcfg module and PROXMOX_CONFIGDIR
2019-01-29 Dietmar Maurerauth_helpers.rs: split code into separate file
2019-01-26 Dietmar Maurermove rpc environment implementation to separate files
2019-01-24 Dietmar Maurerapi2/node/dns.rs: implement resolv.conf parser
2019-01-22 Dietmar Maurerrename api3 back to api2
2019-01-17 Dietmar Maurerclient/http_client.rs: new helper class
2019-01-16 Dietmar Maurerclient/catar_backup_stream.rs: new helper for catar...
2019-01-14 Dietmar Maurerapi/router.rs: allow different types of api methods
2019-01-05 Dietmar Maurerremove dead code
2019-01-05 Dietmar Maurertools.rs: improve docs
2018-12-31 Dietmar Maurercreate backup mod in backup.rs, improve docu
2018-12-31 Dietmar Maurermove chunker.rs to backup/
2018-12-30 Dietmar Maurerimprove catar docs
2018-12-29 Dietmar Maurersrc/catar/encoder.rs: correctly sort goodby items
2018-12-27 Dietmar Maurercatar/encoder.rs: first try
2018-12-27 Dietmar Maurerstart implementing catar
2018-12-17 Dietmar Maurerstart implementing DataStore
2018-12-15 Dietmar Maurerimage_index.rs:write idx of chunks (use mmap)
2018-12-10 Dietmar Maurersrc/cli/command.rs: move code into separate file
2018-12-09 Dietmar Maurerimplement tools::file_set_contents
2018-12-08 Dietmar Maurerrename data_store to datastore
2018-12-08 Dietmar Maurercleanup api3 structure
2018-12-08 Dietmar Maureradd data_store configuration
2018-12-07 Dietmar Maurerstart experiments with simple chunk store
2018-12-05 Dietmar Maureradd output formatter
2018-12-05 Dietmar Maurermove src/api/server.rs -> src/server/rest.rs
2018-11-30 Dietmar Maurerfix compiler warnings, add storage/config.rs
2018-11-24 Dietmar Maureradd some inline documentation
2018-11-22 Dietmar Maurerimplement schema registry
2018-11-19 Dietmar Maureradd section_config.rs
2018-11-19 Dietmar Maurermove future test code into extra file
2018-11-16 Dietmar Maurerimplement getopt parser - first try
2018-11-15 Dietmar Maurercleanup module names
2018-11-15 Dietmar Maurermove ApiConfig into extra file
2018-11-14 Dietmar Maurerfactor out server code into api_server.rs
2018-11-03 Dietmar Maureranother way to initialize the api tree
2018-11-01 Dietmar Maureruse edition 2018 (beta)
2018-11-01 Dietmar Maurerdo not use phf
2018-10-31 Dietmar Maurersplit code into several files
2018-10-30 Dietmar Maurermove code into lib.rs