summaryrefslogtreecommitdiffstats
path: root/src/plugins/influxdb.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-10Fixed invalid pointer when concatenating fieldsSebastien Douheret1-97/+94
2018-07-10Improved perf (define concatenate as inline function).Sebastien Douheret1-7/+0
2018-07-10Fix: not retrieve timestamp from argumentsRomain Forlot1-2/+4
2018-07-10Fix logging messages.Romain Forlot1-1/+3
2018-07-10Convert the binding to use the controllerRomain Forlot1-6/+50
2018-07-10Fix memory leak and avoid compile warningRomain Forlot1-3/+3
2018-07-10Fix: filling the series lists.Romain Forlot1-6/+7
2018-07-10Externalize Curl dependency within afb-helpersRomain Forlot1-1/+30
2018-07-10Use news wrap curl functions.Romain Forlot1-1/+1
2018-07-10Concatenation separator for curl wrap configurableRomain Forlot1-1/+1
2018-07-10Fully handle array of metrics to be writen in DBRomain Forlot1-9/+6
2018-07-10Improve writer/reader processingRomain Forlot1-37/+54
2018-07-10Splitting code source, cleaning.Romain Forlot1-96/+14
2018-07-10Introduce thread management for future reading jobRomain Forlot1-3/+7
2018-07-10TSDB handling isolation.Romain Forlot1-0/+173