]> git.ipfire.org Git - thirdparty/collectd.git/shortlog
thirdparty/collectd.git
2023-12-28  Florian Forsterutf8: Make `decode` a void function -- its return value...
2023-12-28  Florian Forsterutf8: Change return value to `bool`.
2023-12-28  Florian Forsterutf8: Change argument from `uint8_t *` to `char const *`.
2023-12-28  Florian Forsterutf8: Rename `IsUTF8` to `utf8_valid` to match collectd...
2023-12-28  Florian Forsterutf8: Add unit test.
2023-12-28  Florian Forsterutf8: Add a header file.
2023-12-28  Florian Forsterutf8: Make utility build.
2023-12-28  Florian Forstercontrib/format.sh src/utils/utf8/utf8.c
2023-12-28  Florian Forsterutf8: Import code from http://bjoern.hoehrmann.de/utf...
2023-12-28  Florian ForsterMerge pull request #4214 from octo/label_set_delete
2023-12-28  Florian Forstersrc/daemon/metric.[ch]: Export `label_set_format`. 4214/head
2023-12-28  Florian Forstersrc/daemon/metric.c: Fix memory corruption in `label_se...
2023-12-28  Florian Forstersrc/daemon/metric_test.c: Test the integrity of `metric...
2023-12-28  Florian ForsterMerge pull request #4199 from octo/6/resource
2023-12-28  Florian Forstersrc/daemon/resource.c: Allow default resource attribute... 4199/head
2023-12-28  Florian Forstersrc/collectd.conf.pod: Describe "resources" in more...
2023-12-28  Florian Forsterlibplugin_mock: Add `src/daemon/resource.[ch]`.
2023-12-28  Florian Forsterconfigfile: Avoid allocating a buffer for the resource...
2023-12-28  Florian Forsterresource: Add an option to configure resource attributes.
2023-12-27  Florian ForsterMerge pull request #4208 from octo/6/built-plugins
2023-12-27  Florian Forster.expected-plugins/debian_unstable: Import expected... 4208/head
2023-12-27  Florian Forster.expected-plugins/fedora_main: Import expected plugins...
2023-12-27  Florian Forster.github/workflows/build.yml: Add "Check expected plugin...
2023-12-27  Florian Forster.expected-plugins/fedora38: Import expected plugins...
2023-12-27  Florian Forster.expected-plugins/ubuntu20.04: Import expected plugins...
2023-12-27  Florian Forster.expected-plugins/ubuntu22.04: Import expected plugins...
2023-12-27  Florian Forster.expected-plugins/debian10: Import expected plugins...
2023-12-27  Florian Forster.expected-plugins/debian11: Import expected plugins...
2023-12-27  Florian Forster.github/workflows/build.yml: Add a "Check expected...
2023-12-27  Florian Forster.expected-plugins/centos9: Import expected plugins...
2023-12-27  Florian Forster.expected-plugins/fedora39: Import expected plugin...
2023-12-27  Florian Forster.expected-plugins/ubuntu23.10: Import expected plugins...
2023-12-27  Florian Forster.expected-plugins/debian12: Import expected plugins...
2023-12-27  Florian Forster.expected-plugins: Add empty files for all distros.
2023-12-27  Florian Forster.cirrus.yml: Provide expected plugin list to `check...
2023-12-27  Florian Forster.cirrus.yml: Rename container images.
2023-12-27  Florian Forster.github/workflows/distcheck.yml: Run on Debian12 (curre...
2023-12-27  Florian Forster.github/workflows/: Rename container images.
2023-12-22  Florian ForsterMerge pull request #4210 from eero-t/min-mem-fix
2023-12-21  Eero Tamminengpu_sysman: fix minimum memory usage calculation 4210/head
2023-12-21  Florian ForsterMerge pull request #4206 from octo/6/write_prometheus
2023-12-21  Florian Forstercontrib/format.sh src/utils/strbuf/strbuf.c 4206/head
2023-12-21  Florian Forstersrc/utils/strbuf/strbuf.c: Remove unused left-over...
2023-12-21  Florian Forsterstrbuf: Rewrite `strbuf_print_restricted` using a bitmap.
2023-12-21  Florian Forster./contrib/format.sh src/utils/strbuf/strbuf.c
2023-12-21  Florian Forsterwrite_prometheus plugin: Replace invalid characters...
2023-12-21  Florian Forsterwrite_prometheus plugin: Add two more simple unit test...
2023-12-21  Florian Forsterwrite_prometheus plugin: Add an initial (i.e. very...
2023-12-21  Florian Forsterwrite_prometheus plugin: Break out formatting of a...
2023-12-21  Florian Forsterconfigure: Report why the *write_prometheus plugin...
2023-12-21  Florian Forsterstrbuf: Add `strbuf_print_restricted`.
2023-12-21  Florian ForsterMerge pull request #4207 from octo/6/makefile_am
2023-12-21  Florian ForsterMakefile.am: Add `src/daemon/{configfile,types_list... 4207/head
2023-12-21  Florian ForsterMakefile.am: Link `libmetric` and `liboconfig` into...
2023-12-20  Florian ForsterMerge pull request #4201 from octo/6/ci
2023-12-20  Florian Forster.github/workflows/build.yml: Remove Ubuntu Bionic. 4201/head
2023-12-20  Florian ForsterMerge pull request #4203 from octo/6/cpu_sysman
2023-12-20  Florian Forstergpu_sysman plugin: Fix double reporting of metric. 4203/head
2023-12-20  Florian ForsterMerge pull request #4197 from octo/6/legacy_support
2023-12-19  Florian Forstervalue_list: Simplify the control flow when setting... 4197/head
2023-12-19  Eero Tamminenvalue_list: Simplify by adding separating "." in the...
2023-12-18  Florian Forster./contrib/format.sh src/utils/common/*.[ch]
2023-12-18  Florian Forstervalue_list: Add special handling for "utilization"...
2023-12-18  Florian Forstercommon: Add `string_has_suffix`.
2023-12-18  Florian Forstervalue_list: Ensure that the plugin name is contained...
2023-12-18  Florian Forstervalue_list: Improve generated metric names.
2023-12-18  Florian ForsterMerge pull request #4195 from octo/6/value_list
2023-12-18  Florian Forster./contrib/format.sh src/utils/value_list/value_list_test.c 4195/head
2023-12-18  Florian Forstercurl_json plugin: Remove `value_list` from build deps.
2023-12-18  Florian ForsterLink `value_list` into `libplugin_mock`.
2023-12-18  Florian Forsterintel_rdt plugin: Add the `value_list` utility to the...
2023-12-18  Florian Forstervalue_list: Migrate `parse_values` out of `common`.
2023-12-18  Florian Forstervalue_list: Migrate functions related to `value_list_t...
2023-12-18  Florian Forsterdaemon: Move `data_set_t` and related functions to...
2023-12-18  Florian ForsterMove functions related to `value_list_t` to a separate...
2023-12-18  Florian ForsterMerge pull request #4196 from octo/6/resource_metrics
2023-12-18  Florian Forsterresource_metrics: Skip duplicate metrics instead of... 4196/head
2023-12-18  Florian Forsterresource_metrics: Treat metrics with different time...
2023-12-18  Florian Forsterresource metrics: Add missing free to `resource_metrics...
2023-12-18  Florian Forsterresource_metrics: Doc comment improvements.
2023-12-18  Florian Forsterresource_metrics: Fix bugs surfaced by the unit test.
2023-12-18  Florian Forsterresource_metrics: Add unit test.
2023-12-18  Florian ForsterNew utility: resource_metrics.
2023-12-18  Florian Forsterdaemon: Add `metric_family_compare` and `label_set_comp...
2023-12-15  Florian ForsterMerge pull request #4191 from octo/6/load
2023-12-15  Florian Forstersrc/daemon/metric.h: Improve doc comment for `metric_fa... 4191/head
2023-12-15  Florian Forster./contrib/format.sh src/load.c
2023-12-15  Florian ForsterLoad plugin: Simplify libstatgrab implementation.
2023-12-15  Florian ForsterLoad plugin: rewrite Linux implementation using `read_t...
2023-12-15  Florian Forsterload plugin: Migrate to collectd 6 data structures.
2023-12-15  Florian ForsterMerge pull request #4192 from octo/6/irq
2023-12-15  Florian Forsterirq plugin: Remove special case for the "FIQ" interrupt. 4192/head
2023-12-15  Eero Tamminenformat_json: Improve the doc comment for `irq_strsplit`.
2023-12-15  Florian Forsterirq plugin: Parse counters as `DS_TYPE_DERIVE`.
2023-12-15  Eero Tamminenirq plugin: Document the return value of `irq_strsplit`.
2023-12-15  Florian Forstercommon: Improve coding style of `strsplit`.
2023-12-15  Florian Forsterirq plugin: refactor the NetBSD code.
2023-12-15  Florian Forsterirq plugin: Add additional labels to the Linux implemen...
2023-12-14  Manuel Luis... [collectd 6] irq: migration to v6.0
2023-12-13  Florian ForsterMerge pull request #4187 from octo/6/resource
next