]> git.proxmox.com Git - proxmox-backup.git/history - proxmox-rrd
cleanup schema function calls
[proxmox-backup.git] / proxmox-rrd /
2021-12-16 Wolfgang Bumillercleanup schema function calls
2021-12-16 Wolfgang Bumillerbump proxmox-schema to 1.1
2021-11-24 Dietmar Maurerupdate to proxmox-sys 0.2 crate
2021-11-18 Dietmar Maureruse proxmox::tools::fd::fd_change_cloexec from proxmox...
2021-10-28 Dominik Csapakrrd: use saturating_sub to avoid underflow
2021-10-21 Dietmar Maureruse new fsync parameter to replace_file and atomic_open...
2021-10-20 Dietmar Maurerproxmox-rrd: use fsync instead of syncfs
2021-10-19 Dietmar Maurerproxmox-rrd: fix regression tests
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: add option to avoid page cache for load...
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-18 Dietmar Maurerproxmox-rrd: cleanup list_old_journals
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: 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: make rrd load callback configurable
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-14 Dietmar Maurerproxmox-rrd: pass time and value to update function
2021-10-13 Dietmar Maurerproxmox-rrd: add some integration tests (file format...
2021-10-13 Dietmar Maureruse complete_file_name from proxmox-router 1.1
2021-10-13 Thomas Lamprechtproxmox-rrd: move unshipped cli tool to examples
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: add binary to create/manage rrd files
2021-10-13 Dietmar Maurerproxmox-rrd: split out load_rrd (cleanup)
2021-10-13 Dietmar Maurerproxmox-rrd: support CF::Last
2021-10-13 Dietmar Maurerremove proxmox-rrd-api-types crate, s/RRDTimeFrameResol...
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-11 Wolfgang Bumillerupdate to first proxmox crate split
2021-10-08 Wolfgang Bumillerbump proxmox dependency to 0.14.0 and proxmox-http...
2021-10-07 Dietmar Maurerproxmox-rrd: use correct directory options in create_rr...
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 Maurerproxmox-rrd: remove serde dependency
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