summaryrefslogtreecommitdiffstats
path: root/src/rrd2json.c
AgeCommit message (Expand)Author
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-08-05preparation for multi-host internal databaseCosta Tsaousis
2016-07-19dont expose charts that do not have dimensionsCosta Tsaousis (ktsaou)
2016-06-17fix for format string signessCosta Tsaousis (ktsaou)
2016-06-14bug fixes detected by static code analysis using Coverity.comCosta Tsaousis (ktsaou)
2016-06-11added gcc printf checking to debug(), error(), fatal(), info(), web_sprintf()...Costa Tsaousis (ktsaou)
2016-06-06fixed a memory leak in badges; allow dimensions with space to be found; allow...Costa Tsaousis (ktsaou)
2016-06-05incremental-sum flipped (netdata does its calculations from now to the past)Costa Tsaousis (ktsaou)
2016-06-05fixed typo in last commit that disabled "incremental-sum"Costa Tsaousis (ktsaou)
2016-06-05added "sum" and "incremental-sum" grouping methods; the default grouping was ...Costa Tsaousis (ktsaou)
2016-06-05API parameter "after" is now relative to "before" and defaults to -update_eve...Costa Tsaousis (ktsaou)
2016-06-05added API option "unaligned" to allow getting unaligned data for any timefram...Costa Tsaousis (ktsaou)
2016-06-04added support for generating SVG badges with chart dataCosta Tsaousis (ktsaou)
2016-05-09strncpy, snprintf and vsnprintf changed to strncpyz, snprintfz and vsnprintfz...Frederico Lamberti Pissarra
2016-05-08Approved changes from Costa Tsaousis (#323)Frederico Lamberti Pissarra
2016-04-19fix permissionsCosta Tsaousis (ktsaou)
2016-04-19months in CSV should start from zero #272Costa Tsaousis (ktsaou)
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-02-08added a new element on all charts: context, which is the template upon the ch...Costa Tsaousis (ktsaou)
2016-01-16finer cache control; Expires header is now always added; default expiration f...Costa Tsaousis (ktsaou)
2016-01-08added API option percentage to return the percentage of each dimension agains...Costa Tsaousis (ktsaou)
2016-01-06added c3 charts; added easyPieChart to default dashboardCosta Tsaousis (ktsaou)
2016-01-05easyPieChart integrationCosta Tsaousis (ktsaou)
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-12-20updated swagger and unified a few parameter namesCosta Tsaousis (ktsaou)
2015-12-18fixed the bug where randomly chart dimensions were hidden - it was caused due...Costa Tsaousis (ktsaou)
2015-12-18probably -O3 is causing empty charts some times - still investigatingCosta Tsaousis (ktsaou)
2015-12-16added support for empty charts; now the javascript tracks colors per dimensio...Costa Tsaousis (ktsaou)
2015-12-12made all charts update the legend on chart update; added easy-pie-chart (not ...Costa Tsaousis (ktsaou)
2015-12-07fixed all crashes; empty responses are now formatted properly; fixed exit pro...Costa Tsaousis (ktsaou)
2015-12-05new dashboard; now charts support pan and zoom; dygraphs are also synchronizedCosta Tsaousis (ktsaou)
2015-12-04fixed an issue were the adjusted range to be evaluated was out of boundsCosta Tsaousis (ktsaou)
2015-12-03fixed a bug where charts were giving no data if the whole data range should b...Costa Tsaousis (ktsaou)
2015-12-03added jsonwrap api option to allow javascript get information about the resul...Costa Tsaousis (ktsaou)
2015-12-02fixed a division by zero; added logging in case out of bounds range is selectedCosta Tsaousis (ktsaou)
2015-12-02more detailed calculation of points to be returnedCosta Tsaousis (ktsaou)
2015-11-30fixed an out-of-bounds memory access for datatable annotationsCosta Tsaousis (ktsaou)
2015-11-30solved a duplicate memory allocation in the new APICosta Tsaousis (ktsaou)
2015-11-30cleanup: remove trailing spacesAlon Bar-Lev
2015-11-29added support for custom dashboards - new API is operational and stableCosta Tsaousis (ktsaou)
2015-11-29first complete API implementation - it now supports multiple different visual...Costa Tsaousis (ktsaou)
2015-11-28code cleanup and re-arrangements for better scalabilityCosta Tsaousis (ktsaou)
2015-11-28avl is now threat safe (found a condition where the trees could cause netdata...Costa Tsaousis (ktsaou)
2015-11-22code cleanupCosta Tsaousis (ktsaou)
2015-11-19added noreset flag to prevent apps.plugin charts from showing "reset or overf...Costa Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
2015-10-26extended disk statisticsCosta Tsaousis (ktsaou)
2015-10-25fix for consistent panning of chartsCosta Tsaousis (ktsaou)
2015-10-25fix for panning starting always from the end of the chart dataCosta Tsaousis (ktsaou)
2015-10-25optimized json generation loop; some two stage json generation progressCosta Tsaousis (ktsaou)