summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-07-10Fix compilation error 'unitialized variable'Romain Forlot1-1/+1
2018-07-10Make compatible with APIv3 + DYNAPIRomain Forlot1-1/+1
2018-07-10Fix typoRomain Forlot1-137/+138
2018-07-10Making ping verb staticRomain Forlot1-1/+1
2018-07-10Set reader function unavailable for nowRomain Forlot1-0/+3
2018-07-10Use latest version of app-controller-submodule submodule.Sebastien Douheret2-3/+3
2018-07-10Don't suffix tags and fields namesSebastien Douheret1-2/+2
2018-07-10Escape special characters according to influxDB docSebastien Douheret2-16/+44
2018-07-10Fixed invalid pointer when concatenating fieldsSebastien Douheret2-235/+230
2018-07-10Fixed bug when searching tail of listSebastien Douheret1-67/+62
2018-07-10Escaped special characters for measurement, tags and fieldsSebastien Douheret2-13/+66
2018-07-10Improved perf (define concatenate as inline function).Sebastien Douheret2-8/+7
2018-07-10Update READMESebastien Douheret1-1/+1
2018-07-10Fix: not retrieve timestamp from argumentsRomain Forlot1-2/+4
2018-07-10Fix: missing NULL array terminatorRomain Forlot1-1/+1
2018-07-10Fix logging messages.Romain Forlot1-1/+3
2018-07-10Convert the binding to use the controllerRomain Forlot11-222/+368
2018-07-10Fix memory leak and avoid compile warningRomain Forlot4-15/+12
2018-07-10WIP TBFRomain Forlot1-9/+14
2018-07-10Fix: filling the series lists.Romain Forlot1-6/+7
2018-07-10Externalize Curl dependency within afb-helpersRomain Forlot2-2/+31
2018-07-10Use news wrap curl functions.Romain Forlot2-2/+2
2018-07-10Fix wrong handling of metrics argumentsRomain Forlot1-7/+21
2018-07-10Concatenation separator for curl wrap configurableRomain Forlot1-1/+1
2018-07-10Handle query result and prepare to forward by APIRomain Forlot3-30/+97
2018-07-10Fully handle array of metrics to be writen in DBRomain Forlot3-44/+49
2018-07-10Improve writer/reader processingRomain Forlot11-144/+261
2018-07-10Utility function to return nanosecond timestampRomain Forlot2-0/+11
2018-07-10Fix: function name collision.Romain Forlot2-3/+3
2018-07-10Add simple chained management libRomain Forlot3-0/+135
2018-07-10Splitting code source, cleaning.Romain Forlot8-124/+328
2018-07-10Introduce thread management for future reading jobRomain Forlot5-28/+44
2018-07-10TSDB handling isolation.Romain Forlot5-165/+270
2018-07-10Fix: alloc pb for post_dataRomain Forlot1-8/+5
2018-07-10Add project skeletonRomain Forlot4-0/+510