]> git.proxmox.com Git - proxmox.git/history - proxmox-rrd
proxmox-schema: use const_format to define static strings.
[proxmox.git] / proxmox-rrd /
2024-02-21 Wolfgang Bumillerrrd: fixup examples with the renamed types
2024-02-02 Wolfgang Bumillerbump proxmox-rrd to 0.1.1-1
2024-02-01 Wolfgang Bumillerbump proxmox-rrd to 0.1.0-1
2024-02-01 Lukas Wagnerrrd: spell out hard to understand abbreviations in...
2024-02-01 Lukas Wagnerrrd: fix a few typos
2024-02-01 Lukas Wagnerrrd: feature-gate support for the v1 format
2024-02-01 Lukas Wagneradd debian packaging for proxmox-rrd
2024-02-01 Lukas Wagneradd `proxmox-rrd` to workspace
2024-02-01 Lukas WagnerMerge branch proxmox-rrd
2023-11-29 Thomas Lamprechttree-wide: fix various typos
2022-12-12 Fabian Grünbichlersort dependencies
2022-12-12 Fabian Grünbichlerswitch remaining member dependencies to workspace
2022-12-12 Fabian Grünbichlerswitch regular dependencies to workspace ones
2022-12-12 Fabian Grünbichlerswitch proxmox dependencies to workspace
2022-12-12 Fabian Grünbichlerworkspace: inherit metadata
2022-12-06 Wolfgang Bumillertree-wide: bump edition to 2021
2022-12-05 Fabian Grünbichlerclippy 1.65 fixes
2022-11-24 Wolfgang Bumillerrrd: add Entry::get() to access the data
2022-10-19 Wolfgang Bumillerbump sys dep to 0.4.1
2022-10-11 Thomas Lamprechtcargo: rrd: set license in subcrate too
2022-07-28 Wolfgang Bumillerbump proxmox-sys dep to 0.4
2022-07-27 Wolfgang Bumillerrrd: Entry type and clippy fixes
2022-06-29 Wolfgang Bumillerbump proxmox-sys dep to 0.3.1
2022-06-21 Wolfgang Bumillerbump proxmox-router dep to 1.2.4
2022-06-07 Thomas Lamprechttree wide: typo fixes through codespell
2022-06-02 Fabian Grünbichlerupdate to nix 0.24 / rustyline 9 / proxmox-sys 0.3
2022-05-16 Fabian Grünbichlerbuild: bump required log version
2022-04-13 Wolfgang Bumillerbump proxmox-schema dependency to 1.3.1 for streaming...
2022-04-13 Wolfgang Bumillerbump proxmox-router dependency to 1.2
2022-04-06 Thomas Lamprechtrrd: rust fmt
2022-03-04 Wolfgang Bumillerbump proxmox-schema dep to 1.3
2022-02-15 Thomas Lamprechtrrd: extract data: avoid always calculating start-time...
2022-02-15 Thomas Lamprechtrrd: avoid intermediate index, directly loop over data
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-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