collectd.git
2016-10-14 Florian ForsterMerge remote-tracking branch 'github/pr/1749'
2016-10-12 Florian ForsterMerge branch 'pr/1609'
2016-10-12 Florian Forsternginx plugin: Add comment, fix indentation.
2016-10-11 Florian ForsterMerge remote-tracking branch 'github/pr/1981'
2016-10-11 Florian ForsterMerge remote-tracking branch 'github/pr/1980'
2016-10-10 Marc Fournierbind: fix 2 typos spotted by Debian's lintian tool
2016-10-10 Marc FournierMerge branch 'collectd-5.6'
2016-10-10 Marc FournierMerge branch 'collectd-5.5' into collectd-5.6
2016-10-10 Marc Fournierfix one typo spotted by Debian's lintian tool
2016-10-10 Marc Fournierfix a couple of typos spotted by Debian's lintian tool
2016-10-10 Marc Fourniercollectd.spec: increment changelog to mention 5.6.1
2016-10-10 Marc Fourniercollectd.spec: add new intel_rdt plugin
2016-10-10 Pavel Rochnyackprocesses plugin: Do not gather processes IO and contex...
2016-10-10 Victor DemonchyBump version number in redhat spec
2016-10-10 Pavel Rochnyackprocesses plugin: Fix counters initialization / spikes
2016-10-10 Pavel Rochnyackprocesses plugin: Remove unused fields from structures
2016-10-10 Pavel Rochnyacknginx plugin: Report failed connections
2016-10-08 Florian ForsterMerge remote-tracking branch 'github/pr/1958' into...
2016-10-07 Florian ForsterBump version to 5.6.1; Update ChangeLog. collectd-5.6.1
2016-10-07 Florian ForsterMerge branch 'collectd-5.5' into collectd-5.6
2016-10-07 Florian ForsterMerge remote-tracking branch 'github/pr/1961' into...
2016-10-06 Florian ForsterMerge branch 'pr/1970'
2016-10-06 Florian Forsterintel_rdt plugin: Filter through clang-format.
2016-10-06 Florian Forsterintel_rdt plugin: Include "collectd.h" as first header.
2016-10-06 Pshyk, SerhiyXrdtmon: Rename 'rdtmon' plugin to 'intel_rdt'.
2016-10-05 Florian ForsterMerge remote-tracking branch 'github/pr/1973'
2016-10-05 Florian ForsterMerge branch 'pr/1975'
2016-10-05 Florian Forstermemcached plugin: Clarify documentation and a comment.
2016-10-05 Pshyk, SerhiyXrdtmon: Addressed PR comments
2016-10-04 Marc Fournierwrite_graphite: remove linking against libyajl (#1976)
2016-10-04 Pavel Rochnyackmemcached: Added Address option
2016-10-04 Florian ForsterCONTRIBUTING.md: Note that plugins must be added to...
2016-10-04 Florian ForsterREADME: Move mqtt and grpc to the right section.
2016-10-04 Florian ForsterREADME: Improve build requirements.
2016-10-04 Florian Forsterdocs/BUILD.java.md: Move java build instructions out...
2016-10-04 Florian Forsterdocs/BUILD.dpdkstat.md: Move dpdkstat build instruction...
2016-10-04 Marc Fourniercollectd.spec: the dpdk is actually called dpdkstat...
2016-10-03 Marc Fourniercollectd.spec: add dpdk plugin
2016-09-30 Florian Forstergrpc plugin: Fix compile error.
2016-09-30 Pshyk, SerhiyXrdtmon: Fix formatting of collectd pod file.
2016-09-30 Pshyk, SerhiyXrdtmon: Implement RDT monitoring plugin
2016-09-28 Florian ForsterCONTRIBUTING.md: Fix typos.
2016-09-28 Florian ForsterMerge branch 'collectd-5.6'
2016-09-28 Florian Forstersrc/daemon/utils_cache.h: Improve documentation for...
2016-09-28 Florian Forstersrc/daemon/plugin.[ch]: Make the user_data_t* const.
2016-09-28 Florian Forstersrc/daemons/plugin.c: Don't modify user_data_t* in...
2016-09-28 Florian ForsterRevert "write_graphite: remove #ifndefs"
2016-09-28 Florian Forsterwrite_http plugin: Don't register a flush callback...
2016-09-28 Florian ForsterMerge remote-tracking branch 'github/pr/1962'
2016-09-28 Florian ForsterMerge remote-tracking branch 'github/pr/1956'
2016-09-28 Florian ForsterMerge remote-tracking branch 'github/pr/1952'
2016-09-28 Chao Yangcpu: Fix cpu aggregation on AIX change codeing style
2016-09-28 Chao Yangcpu: Fix cpu aggregation on AIX
2016-09-26 Taras Chornyidpdkstat: Changed log severity to Error
2016-09-25 Akos Vandraadd missing ;
2016-09-25 Akos VandraAbility to run in tainted mode for spamassasin plugin.
2016-09-25 Sebastian HarlUse readdir() instead of the deprecated readdir_r().
2016-09-25 Sebastian HarlDeclare loop variable in the loop expression.
2016-09-25 Sebastian Harlvalgrind.FreeBSD.suppress: Suppress bogus invalid read...
2016-09-25 Sebastian HarlLink libcmds (used for testing) against -lm.
2016-09-25 Sebastian Harlcommand parser: Add support for parser options.
2016-09-25 Sebastian Harlparse_identifier: Make hostname optional, if a default...
2016-09-25 Sebastian Harlutils_cmds_test: Add various unit tests for the command...
2016-09-25 Sebastian Harlcommand parser: Set command type to UNKNOWN upon failure.
2016-09-25 Sebastian HarlPUTVAL command: Fix memory leaks and duplicate frees.
2016-09-25 Sebastian HarlLISTVAL command: Add missing cmd_destroy_listval().
2016-09-25 Sebastian Harlcommand parser: Add support for the GETVAL command.
2016-09-25 Sebastian Harlcommand parser: Add support for the LISTVAL command.
2016-09-25 Sebastian Harlcommand parser: Add support for the FLUSH command.
2016-09-25 Sebastian Harlplugin.h: Introduce the identifier_t type with pointer...
2016-09-25 Sebastian Harlcommand parser: Add a vector-based interface.
2016-09-25 Sebastian HarlAdd a generic interface for parsing the text protocol.
2016-09-24 Sebastian HarlREADME: Document gRPC's client (sender) support.
2016-09-24 Sebastian HarlgRPC plugin: Add Florian to copyright holders.
2016-09-24 Sebastian HarlRRDCacheD plugin: Improve various RRD-related error...
2016-09-24 Sebastian HarlRRDCacheD plugin: Try to reconnect upon failed operations.
2016-09-23 Chao Yangcommom: Fixed AIX doesn't have MSG_DONTWAIT
2016-09-22 Taras Chornyidpdkstat: Fixed issue with unused var when configured...
2016-09-21 Florian ForsterMerge remote-tracking branch 'github/pr/631'
2016-09-21 Florian ForsterTree wide: Don't set vl.host to hostname_g in plugin...
2016-09-21 Florian Forstersrc/daemon/plugin.c: Don't copy values twice.
2016-09-21 Florian Forstersrc/daemon/plugin.c: Initialize vl->host in plugin_valu...
2016-09-21 Florian ForsterMerge branch 'pr/1649'
2016-09-21 Florian Forsterdpkgstat plugin: Filter through clang-format.
2016-09-20 Marc FournierMerge branch 'collectd-5.4' into collectd-5.5
2016-09-19 Taras Chornyidpdkstat: Fixed issue with incorrect argc calculation
2016-09-19 Florian ForsterMerge remote-tracking branch 'github/pr/1942'
2016-09-19 Florian ForsterMerge remote-tracking branch 'github/pr/1939'
2016-09-19 Benjamin GilbertUpdate email address
2016-09-19 Benjamin Gilberthddtemp: Improve robustness of test
2016-09-19 Benjamin Gilberthddtemp: Lift 1024-byte response limit
2016-09-19 Benjamin Gilberthddtemp: Lift 32-device limit
2016-09-19 Taras Chornyidpdkstat: Addressed PR comments
2016-09-18 Rinigusparse_value_file: adding strstripnewline back
2016-09-17 Rinigususe fgets in parse_value_file, fixes #1941
2016-09-17 Igor Peshanskysrc/daemon/utils_time.c: Fix invalid strcpy position...
2016-09-16 Igor PeshanskyPlug a leak in Target:Set.
2016-09-16 Florian ForsterMerge branch 'pr/1918'
2016-09-16 Florian Forstersrc/daemon/utils_time.c: Pass "struct tm *" to format_z...
2016-09-16 Pavel Rochnyackperl plugin: Renamed and documented "RegisterLegacyFlus...
next