]> git.proxmox.com Git - proxmox-backup.git/history - proxmox-rrd/src/rrd.rs
update to proxmox-sys 0.2 crate
[proxmox-backup.git] / proxmox-rrd / src / rrd.rs
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-10-28 Dominik Csapakrrd: use saturating_sub to avoid underflow
2021-10-19 Dietmar Maurerproxmox-rrd: improve dev docs
2021-10-19 Dietmar Maurerproxmox-rrd: add option to avoid page cache for load...
2021-10-19 Dietmar Maurerproxmox-rrd: use syncfs after writing rrd files
2021-10-14 Dietmar Maurerproxmox-rrd: cleanup - use slot_end_time()
2021-10-14 Dietmar Maurerproxmox-rrd: cleanup - use staturating_add instead...
2021-10-14 Dietmar Maurerproxmox-rrd: improve dev docs
2021-10-14 Dietmar Maurerproxmox-rrd: add more regression tests
2021-10-14 Dietmar Maurerproxmox-rrd: add regression tests and two minor fixes
2021-10-13 Dietmar Maurerproxmox-rrd: add more commands to the rrd cli tool
2021-10-13 Dietmar Maurerproxmox-rrd: rename last_counter to last_value
2021-10-13 Dietmar Maurerproxmox-rrd: protect against negative update time
2021-10-13 Dietmar Maurerproxmox-rrd: new helpers: slot, slot_start_time & slot_...
2021-10-13 Dietmar Maurerproxmox-rrd: avoid expensive modulo (%) inside loop
2021-10-13 Dietmar Maurerproxmox-rrd: support CF::Last
2021-10-13 Dietmar Maurerproxmox-rrd: extract_data: include values from current...
2021-10-13 Dietmar Maurerproxmox-rrd: remove dependency to proxmox-rrd-api-types
2021-10-13 Dietmar Maurerproxmox-rrd: implement new CBOR based format
2021-10-13 Dietmar Maurerproxmox-rrd: use a journal to reduce amount of bytes...
2021-10-07 Dietmar Maurerproxmox-rrd: cleanup error handling
2021-10-06 Dietmar Maurerproxmox-rrd: use log crate instead of eprintln, avoid...
2021-10-06 Dietmar Maurerproxmox-rrd: fix update (do not update) when time is...
2021-10-06 Dietmar Maurerproxmox-rrd: improve developer docs
2021-10-06 Dietmar Maurersplit out RRD api types into proxmox-rrd-api-types...
2021-10-06 Dietmar Maurermove RRD code into proxmox-rrd crate