grpc plugin: Simplify error handling a bit.
[collectd.git] / src / grpc.cc
2016-07-28 Sebastian Harlgrpc plugin: Simplify error handling a bit.
2016-07-28 Sebastian HarlMerge pull request #1816 from octo/grpc-free-iter
2016-07-28 Florian Forstergrpc plugin: Free the cache iterator when returning...
2016-07-27 Ruben KerkhofMerge pull request #1806 from rubenk/network-plugin...
2016-07-26 Ruben KerkhofMerge branch 'collectd-5.5'
2016-07-26 Ruben KerkhofMerge pull request #1804 from rubenk/madwifi-fix-buffer...
2016-07-26 Florian ForsterMerge branch 'collectd-5.5'
2016-07-24 Ruben Kerkhoftreewide: remove unused includes
2016-07-21 Florian ForsterMerge branch 'collectd-5.5'
2016-06-14 Marc FournierMerge branch 'collectd-5.5'
2016-06-10 Ruben KerkhofMerge branch 'collectd-5.5'
2016-06-04 Ruben KerkhofMerge pull request #1738 from tokkee/sh/silent
2016-06-04 Ruben KerkhofMerge pull request #1699 from tokkee/sh/grpc
2016-05-30 Sebastian Harlgrpc plugin: Add options to enable SSL protected connec...
2016-05-30 Sebastian Harlgrpc plugin: Use std::vector to store listener configs.
2016-05-30 Sebastian Harlgrpc plugin: Replace the ListValues RPC with QueryValues.
2016-05-30 Sebastian Harlgrpc plugin: Split out identifier into it's own message...
2016-05-30 Sebastian Harlgrpc plugin: Use plugin_thread_create instead of pthrea...
2016-05-30 Sebastian Harlgrpc plugin: Always populate *instance fields in a...
2016-05-30 Sebastian Harlgrpc plugin: Update to the new gRPC API.
2016-05-30 Sebastian Harlgrpc plugin: Make RPC call implementation more modular.
2016-05-30 Sebastian Harlgrpc plugin: Implement the ListValues() RPC.
2016-05-30 Sebastian Harlgrpc plugin: Make listeners and worker threads configur...
2016-05-30 Sebastian Harlgrpc plugin: Add a plugin providing a gRPC server.