]> git.proxmox.com Git - proxmox-backup.git/history - proxmox-rrd/src/cache.rs
rrd_cache: use `proxmox-rrd` from `proxmox` workspace
[proxmox-backup.git] / proxmox-rrd / src / cache.rs
2023-11-29 Thomas Lamprechttree-wide: fix various typos
2022-12-05 Fabian Grünbichlerclippy 1.65 fixes
2022-07-27 Wolfgang Bumillerrrd: Entry type and clippy fixes
2022-04-06 Thomas Lamprechtrrd: rust fmt
2022-02-15 Thomas Lamprechtrrd cache: code style, avoid useless intermediate mutable
2022-02-08 Fabian Grünbichlermisc clippy fixes
2021-12-30 Fabian Grünbichlerrrd: drop redundant field names
2021-12-30 Fabian Grünbichlertree-wide: drop redundant clones
2021-12-30 Fabian Grünbichlertree-wide: fix needless borrows
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-10-20 Dietmar Maurerproxmox-rrd: use fsync instead of syncfs
2021-10-19 Dietmar Maurerproxmox-rrd: improve dev docs
2021-10-19 Dietmar Maurerproxmox-rrd: cleanup - impl FromStr for JournalEntry
2021-10-19 Dietmar Maurerproxmox-rrd: use syncfs after writing rrd files
2021-10-18 Dietmar Maurerproxmox-rrd: use fine grained locking in commit_journal...
2021-10-18 Dietmar Maurerproxmox-rrd: log all errors from apply_and_commit_journ...
2021-10-16 Dietmar Maurerproxmox-rrd: cleanup - use struct instead of tuple
2021-10-16 Dietmar Maurerproxmox-rrd: move RRDMap into extra file
2021-10-16 Dietmar Maurerproxmox-rrd: move JournalState into extra file
2021-10-16 Dietmar Maurerproxmox-rrd: implement non blocking journal
2021-10-15 Dietmar Maurerproxmox-rrd: rename RRDCacheState to JournalState
2021-10-15 Dietmar Maurerproxmox-rrd: avoild blocking readers while applying...
2021-10-15 Dietmar Maurerproxmox-rrd: log journal apply/flush times, split apply...
2021-10-14 Dietmar Maurerproxmox-rrd: improve dev docs
2021-10-14 Dietmar Maurerproxmox-rrd: make rrd load callback configurable
2021-10-14 Dietmar Maurerproxmox-rrd: pass time and value to update function
2021-10-13 Dietmar Maurerproxmox-rrd: split out load_rrd (cleanup)
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-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-10-07 Dietmar Maurerproxmox-rrd: use correct directory options in create_rr...
2021-10-06 Dietmar Maurerproxmox-rrd: use log crate instead of eprintln, avoid...
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 Maurerproxmox-rrd: use create_path instead of std::fs::create...
2021-10-06 Dietmar Maurermove RRD code into proxmox-rrd crate