summaryrefslogtreecommitdiffstats
path: root/src/plugins/influxdb.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-01Allow to set host+port using params in config.jsonsandbox/SebD/wipSebastien Douheret1-4/+31
2019-08-01Update Copyright to 2019Sebastien Douheret1-1/+1
2019-08-01Rework how to build dest DB URLSebastien Douheret1-9/+42
2019-08-01Fix DEFAULT_DBHOST setting (remove double column)Sebastien Douheret1-3/+3
2019-08-01Add comments and re-ident codeSebastien Douheret1-1/+8
2019-05-24Better memory management in chained listJohann CAHIER1-23/+7
2019-04-01Git submodule migration to separated librariesRomain Forlot1-6/+6
2018-07-10Don't suffix tags and fields namesSebastien Douheret1-2/+2
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