]> git.ipfire.org Git - thirdparty/collectd.git/shortlog
thirdparty/collectd.git
2020-08-17  Svetlanafix memory leaks in clone unit test 3524/head
2020-08-17  Svetlanafix Makefile.am
2020-08-17  Svetlanaremove benchmark from Makefile
2020-08-17  Svetlanaremove benchmark csv files
2020-08-17  Svetlanaremove distribution benchmark as full benchmark was...
2020-08-14  Svetlanafix codestyle in distribution data structure
2020-08-13  Svetlanachange includes to collectd.h
2020-08-12  Svetlanachange benchmark
2020-08-12  Svetlanaadd unit test for clone function
2020-08-12  Svetlanaadd mutexes
2020-08-12  Svetlanafix distribution clone function
2020-08-11  Svetlanafix codestyle
2020-08-11  Svetlanaremoved unnecessary if condition from the building...
2020-08-07  Svetlanaadd benchmark for million updates
2020-08-07  Svetlanabenchmark done
2020-08-06  Svetlanaadd benchmark
2020-08-03  Svetlanaadd unit tests for percentile calculation
2020-08-03  Svetlanaadd unit tests for average function
2020-08-03  Svetlanaadd unit tests for update function
2020-08-03  Svetlanaadd unit tests for custom constructor + add inf checker...
2020-08-03  Svetlanachange return value from tree getter function
2020-08-03  Svetlanaremove libdistribution.la and remove -lm from COMMON_LIBS
2020-07-31  Svetlanafix exponential constructor unit tests
2020-07-31  Svetlanaadd some tests for exponential constructor (test failed...
2020-07-31  Svetlanaadd destroy function for bucket_array_t data structure
2020-07-31  Svetlanaadd some unit tests for distribution_new_exponential
2020-07-31  Svetlanaadd some test for distribution_new_linear
2020-07-31  Svetlanaadd some unit tests for distribution_new_linear
2020-07-31  Svetlanaadd some unit tests for distribution_new_linear
2020-07-31  Svetlanaadd checker to bucket getter
2020-07-31  Svetlanaadd getter for buckets
2020-07-30  Svetlanaadd some unit tests for distribution_new_linear
2020-07-30  Svetlanaadd distribution_num_buckets function
2020-07-30  Svetlanamove bucket_t declaration to the header file
2020-07-30  Svetlanaadd unit tests into a build system
2020-07-29  Svetlanatest ssh commit
2020-07-29  Svetlanaadd distribution files to build system
2020-07-29  Svetlanaadd distribution_test.c file
2020-07-29  Svetlanafix compilation errors
2020-07-29  Svetlana Shmidtchange counter type from size_t to uint64_t
2020-07-29  Svetlana Shmidtchange memory allocation style
2020-07-29  Svetlana Shmidtadd checker in average function
2020-07-29  Svetlana Shmidtcosmetic changes in custom constructor
2020-07-29  Svetlana Shmidtcosmetical change in linear constructor
2020-07-29  Svetlana Shmidtchange exponential constructor
2020-07-28  Svetlana Shmidtadd comments to header file
2020-07-28  Svetlana Shmidtadd comments to constructor functions
2020-07-28  Svetlana Shmidtadd comments about stroing tree as an array
2020-07-28  Svetlana Shmidtadd license
2020-07-28  Svetlana Shmidtadd percentile calculation
2020-07-28  Svetlana Shmidtchange custom sizes to custom boundaries
2020-07-28  Svetlana Shmidtchange heap allocation to stack allocation
2020-07-28  Svetlana Shmidtfix code duplication
2020-07-28  Svetlana Shmidtfixed factor checker
2020-07-28  Svetlana Shmidtfix attributes
2020-07-28  Svetlana Shmidtadd unused attribute
2020-07-28  Svetlana Shmidtadd static keyword to private functions
2020-07-27  Svetlana Shmidtadd distribution_average()
2020-07-27  Svetlana Shmidtadd distribution_update()
2020-07-27  Svetlana Shmidtadd distribution_clone()
2020-07-27  Svetlana Shmidtadd custom constructor
2020-07-27  Svetlana Shmidtfix possible memory leaks in build_distribution_from_bu...
2020-07-27  Svetlana Shmidtadd exponential constructor
2020-07-27  Svetlana Shmidtadd build_distribution_from_bucket_array function
2020-07-27  Svetlana Shmidtadd checks + add infinity bucket
2020-07-27  Svetlana Shmidtadd linear constructor
2020-07-27  Svetlana Shmidtadd distribution.h
2020-07-22  Florian ForsterMerge pull request #3508 from octo/metric_t
2020-07-21  Florian Forstersrc/daemon/metric.[ch]: Improve doc comments. 3508/head
2020-07-21  Florian Forsterstatsd plugin: Rename "metric_type_t" to avoid a name...
2020-07-21  Florian Forsterformat_json: Rename "label_t" to "keyval_t" in test.
2020-07-21  Florian Forstersrc/testing.h: Support NULL pointers in EXPECT_EQ_STR().
2020-07-21  Florian Forstersrc/testing.h: Support const pointers in CHECK_NOT_NULL().
2020-07-21  Florian Forstersrc/daemon/metric.[ch]: Implement metric_family_append().
2020-07-21  Florian Forstersrc/daemon/metric.[ch]: Add metric_family_metric_reset().
2020-07-21  Florian Forstersrc/daemon/metric.[ch]: Add metric_label_{get,set,reset}().
2020-07-21  Florian Forstersrc/daemon/metric.[ch]: Implement metric_parse_identity().
2020-07-21  Florian Forstersrc/daemon/metric.[ch]: Data types and functions repres...
2020-07-20  Florian ForsterMerge pull request #3509 from octo/avltree
2020-07-17  Florian Forsteravltree: Return errno values; unify argument handling. 3509/head
2020-07-17  Florian ForsterMerge pull request #3507 from octo/remove-absolute
2020-07-16  Florian ForsterTree-wide: Remove support for "absolute" metric values. 3507/head
2020-07-16  Florian ForsterMerge pull request #3481 from octo/strbuf
2020-07-14  Florian Forsterstrbuf: Update buf->size if realloc succeeds. 3481/head
2020-07-14  Florian Forsterstrbuf: Implenet "strbuf_printn" and "strbuf_print_esca...
2020-07-14  Florian Forstercommon: Use the strbuf library in format_values().
2020-07-14  Florian Forstercommon: Add test for format_values().
2020-07-14  Florian Forsterstrbuf: Add STRBUF_CREATE_FIXED, unify naming.
2020-07-14  Florian Forsterstrbuf: Improve documentation of exported functions.
2020-07-14  Florian Forsterstrbuf: Add tests for stack allocation.
2020-07-14  Florian Forsterstrbuf: Library that implements printing to a dynamical...
2020-07-09  Florian ForsterMerge pull request #3493 from octo/configfile
2020-07-02  Florian Forstersrc/daemon/configfile.c: Remove special case for the... 3493/head
2020-06-06  Matthias RungeMerge pull request #3263 from duckfez/http_output_fix
2020-05-20  Florian ForsterMerge pull request #3463 from miesi/master
2020-05-20  Thomas Mieslingerrun format.sh to comply with coding style 3463/head
2020-05-20  Thomas Mieslingerreplace long if else with compact code
2020-05-20  Thomas Mieslingerreplace slave_running with generic bool
2020-05-13  Thomas Mieslingermysql: report slave status running io and sql
2020-05-12  Florian ForsterMerge pull request #3458 from octo/man-types-db
next