]> git.ipfire.org Git - thirdparty/collectd.git/shortlog
thirdparty/collectd.git
2020-08-17  Svetlanafix distbench/Makefile.am 3522/head
2020-08-14  Svetlanafix the redefinition of bucket_t data structure
2020-08-14  Svetlanafix codestyle for the benchmark
2020-08-14  Svetlanafix the codestyle
2020-08-14  Svetlana ShmidtMerge pull request #2 from Lana243/benchmark
2020-08-13  Svetlanafull benchmark done
2020-08-13  SvetlanaNANOS_PER_SEC fixed
2020-08-13  Svetlanachange output style for benchmark
2020-08-13  Svetlanaadd benchmark
2020-08-13  Svetlanafix header
2020-08-13  Svetlanafix implementations that way that they were compiled...
2020-08-13  Svetlana Shmidtadd bkjg implementation
2020-08-13  Svetlana Shmidtadd margalit implementation
2020-08-13  Svetlana Shmidtadd sshmidt implementation
2020-08-13  Svetlana ShmidtRename function.h to distribution.h
2020-08-13  Svetlana Shmidtremove bucket_t definition from the header file
2020-08-13  Svetlana Shmidtadd header file
2020-08-12  Barbara KaczorowskaMerge pull request #3519 from yath/google-interns-2020
2020-08-12  Sebastian SchmidtFall back to gettimeofday if there’s no clock_gettime. 3519/head
2020-08-12  Sebastian SchmidtAdd missing function.h to *_SOURCES
2020-08-12  Sebastian SchmidtAdd a skeleton for benchmarking distribution_t.
2020-08-10  Florian Forsterdaemon: Remove uc_get_rate_by_name_vl().
2020-08-10  Florian Forstercmds: Disable the GETVAL test relying on the default...
2020-08-10  Florian ForsterMakefile.am: Link libcommon with libmetric.
2020-08-10  Florian Forstercmds: Change GETVAL to use parse_legacy_identifier().
2020-08-10  Florian Forstercommon: Fix a memory leak in plugin_value_list_to_metri...
2020-08-10  Florian Forsterdaemon, common: Move plugin_value_list_to_metric_family().
2020-08-10  Florian Forstercommon: Implement parse_legacy_identifier().
2020-07-30  Florian Forstercommon: Add a "data_source" return argument to parse_id...
2020-07-29  Florian Forstercmds: Remove "data source" from the FLUSH command.
2020-07-29  Florian Forsterformat_json: migrate to metric_parse_identity().
2020-07-29  Florian Forstercmds: migrate to metric_parse_identity().
2020-07-29  Florian ForsterMakefile.am: Remove libidentity.la
2020-07-29  Florian Forstersrc/daemon/plugin_mock.c: Remove metrics_list_t.
2020-07-29  Florian Forsterformat_json: s/keyval_t/label_t/g
2020-07-29  Florian Forsterformat_graphite: Remove left-over line from resolving...
2020-07-29  Florian Forster.travis.yml: Disable plugins that are known not to...
2020-07-29  Florian Forsterformat_graphite: Format with contrib/format.sh
2020-07-29  Florian Forstercommon: Format with contrib/format.sh
2020-07-29  Florian Forstercmds: Format with contrib/format.sh
2020-07-29  Florian Forstersrc/daemon/plugin_mock.c: Format with contrib/format.sh
2020-07-29  Florian Forsterformat_graphite: Remove static buffer from unit test.
2020-07-29  Florian Forster.cirrus.yml: Disable the "built plugins" check for...
2020-07-29  Florian Forsterformat_json: Free memory allocated in the "metric_famil...
2020-07-29  Florian Forstersrc/utils/cmds/cmds_test.c: Free memory allocated in...
2020-07-29  Florian Forster.cirrus.yml: Print test-suite.log on failure.
2020-07-29  Florian Forstermetadata: Fix unit test.
2020-07-29  Florian ForsterRemove test_utils_metrics_list.
2020-07-29  Florian Forstercommon: Fix unit test.
2020-07-29  Florian Forstermatch: Fix the build of the "match" utility by removing...
2020-07-29  Florian Forsterwrite_http plugin: Migrate to PUTMETRIC.
2020-07-29  Florian Forstercommon: Fix parse_identifier{,_vl}().
2020-07-29  Florian Forstercmds: Fix the PUTVAL command.
2020-07-29  Florian Forstercmds: Implement the "PUTMETRIC" command.
2020-07-29  Florian Forster.cirrus.yml: Disable plugins that are known not to...
2020-07-29  Florian Forsterformat_graphite: Fix unit test.
2020-07-29  Florian Forstersrc/utils/cmds/getthreshold.c: Fix (incorrect) "missing...
2020-07-29  Florian Forsterformat_kairosdb: Format with contrib/format.sh
2020-07-29  Florian Forsterformat_json: Format with contrib/format.sh
2020-07-29  Florian Forstercmds: Format with contrib/format.sh
2020-07-29  Florian ForsterFormat with contrib/format.sh
2020-07-29  Florian Forsterformat_json: Replace the JSON_ADD[F] macros.
2020-07-29  Florian Forsterformat_json, format_kairosdb: Don't enable beatificatio...
2020-07-29  Florian Forsterwrite_http plugin: Implement support for metric_family_t.
2020-07-29  Florian Forstercmds: Change cmd_create_putval() to accept a strbuf_t.
2020-07-29  Florian Forsterformat_kairosdb: Implement support for metric_family_t.
2020-07-29  Florian Forsterformat_json: Add support for appending metric_family_t...
2020-07-29  Florian Forstermemory plugin: Implement support for metric_family_t.
2020-07-29  Florian Forstercpu plugin: Convert percent metrics to metric_family_t.
2020-07-29  Florian Forstermetadata: Return errno values without negation.
2020-07-29  Florian Forsterformat_stackdriver: Correctly report sd_output_register...
2020-07-29  Florian Forsterwrite_stackdriver plugin: Log sd_output_register_metric...
2020-07-29  Florian Forsterformat_stackdriver: Check for counter reset in format_t...
2020-07-29  Florian Forsterwrite_stackdriver plugin: Implement support for metric_...
2020-07-29  Florian Forsterformat_stackdriver: Fix and expand unit test.
2020-07-29  Florian ForsterMakefile.am: Fix some linking issues with the utility...
2020-07-29  Florian Forstercpu plugin: Actually set the metric value.
2020-07-29  Florian Forsterwrite_log plugin: Implement support for metric_family_t.
2020-07-29  Florian Forsterformat_stackdriver: Implement support for metric_family_t.
2020-07-29  Florian Forsterformat_json: Implement support for metric_family_t.
2020-07-29  Florian Forsterformat_graphite: Implement support for metric_family_t.
2020-07-29  Florian Forstercmds: Implement support for metric_family_t.
2020-07-29  Florian Forstercpu plugin: Convert to new metric API.
2020-07-29  Florian Forstercpu plugin: Convert to the new metric_family_t structure.
2020-07-29  Florian Forsterthreshold plugin: Fix a debug message.
2020-07-29  Florian Forstercommon: Create the metric_family_t and metric_t types.
2020-07-29  Florian Forsterformat_kairosdb: s/metric_t/metric_single_t/
2020-07-29  Florian Forsterformat_json: s/metric_t/metric_single_t/
2020-07-29  Florian Forsterformat_graphite: s/metric_t/metric_single_t/
2020-07-29  Florian Forstercommon: s/metric_t/metric_single_t/
2020-07-29  Florian Forstercmds: s/metric_t/metric_single_t/
2020-07-29  Florian ForsterVarious: s/metric_t/metric_single_t/g
2020-07-29  Florian Forsterwrite_log plugin: Update to the new interfaces of forma...
2020-07-29  Florian ForsterMakefile.am: Link libplugin_mock.la with libmetadata.la.
2020-07-29  Florian Forsterformat_json: Reimplement format_json_metric().
2020-07-29  Florian Forstercmds: Fix putval so it compiles.
2020-07-29  Florian ForsterMakefile.am: Link the daemon with libmetadata.la.
2020-07-29  Florian Forstersrc/utils/cmds/getthreshold.c: Adapt to the new metric_...
2020-07-29  Florian ForsterVarious: Changes because src/daemon/metric.[ch] was...
2020-07-29  Florian Forsterwrite_graphite: Update to the new format_graphite inter...
next