]> arthur.barton.de Git - netdata.git/history - src/rrd2json.c
added a new element on all charts: context, which is the template upon the chart...
[netdata.git] / src / rrd2json.c
2016-02-07 Costa Tsaousis ... added a new element on all charts: context, which is...
2016-01-16 Costa Tsaousis ... finer cache control; Expires header is now always added...
2016-01-08 Costa Tsaousis ... added API option percentage to return the percentage...
2016-01-05 Costa Tsaousis ... added c3 charts; added easyPieChart to default dashboard
2016-01-05 Costa Tsaousis ... easyPieChart integration
2015-12-29 Costa Tsaousis ... fixed minor issues throughout the code (mainly types...
2015-12-20 Costa Tsaousis ... updated swagger and unified a few parameter names
2015-12-18 Costa Tsaousis ... fixed the bug where randomly chart dimensions were...
2015-12-18 Costa Tsaousis ... probably -O3 is causing empty charts some times - still...
2015-12-16 Costa Tsaousis ... added support for empty charts; now the javascript...
2015-12-12 Costa Tsaousis ... made all charts update the legend on chart update;...
2015-12-07 Costa Tsaousis ... fixed all crashes; empty responses are now formatted...
2015-12-05 Costa Tsaousis ... new dashboard; now charts support pan and zoom; dygraph...
2015-12-04 Costa Tsaousis ... fixed an issue were the adjusted range to be evaluated...
2015-12-03 Costa Tsaousis ... fixed a bug where charts were giving no data if the...
2015-12-02 Costa Tsaousis ... added jsonwrap api option to allow javascript get infor...
2015-12-02 Costa Tsaousis ... fixed a division by zero; added logging in case out...
2015-12-02 Costa Tsaousis ... more detailed calculation of points to be returned
2015-11-30 Costa Tsaousis ... fixed an out-of-bounds memory access for datatable...
2015-11-29 Costa Tsaousis ... solved a duplicate memory allocation in the new API
2015-11-29 Costa TsaousisMerge pull request #35 from alonbl/cleanups
2015-11-29 Alon Bar-Levcleanup: remove trailing spaces
2015-11-29 Costa Tsaousis ... added support for custom dashboards - new API is operat...
2015-11-29 Costa Tsaousis ... first complete API implementation - it now supports...
2015-11-28 Costa Tsaousis ... code cleanup and re-arrangements for better scalability
2015-11-27 Costa Tsaousis ... avl is now threat safe (found a condition where the...
2015-11-22 Costa Tsaousis ... code cleanup
2015-11-19 Costa Tsaousis ... added noreset flag to prevent apps.plugin charts from...
2015-11-15 Costa TsaousisMerge pull request #17 from alonbl/build
2015-11-15 Alon Bar-Levbuild: migrate to autotools
2015-10-25 Costa Tsaousis ... extended disk statistics
2015-10-25 Costa Tsaousis ... fix for consistent panning of charts
2015-10-25 Costa Tsaousis ... fix for panning starting always from the end of the...
2015-10-25 Costa Tsaousis ... optimized json generation loop; some two stage json...
2015-10-24 Costa Tsaousis ... new mechanism for two stage processing of web output...
2015-09-29 Costa Tsaousis ... prevented buffer overflow when there are too many dimen...
2015-03-29 Costa Tsaousis ... moved web_client functions to web_client.c; added dicti...
2015-03-23 Costa Tsaousis ... reported url now uses the rrdset name, not the id,...
2015-03-22 Costa Tsaousis ... added index in rrdset names too; fixed crash in apps...
2015-03-22 Costa Tsaousis ... added libavl for supporting balanced binary trees ...
2015-03-21 Costa Tsaousis ... added flags to storage_number; added gap functionality...
2015-03-16 Costa Tsaousis ... splitted netdata to multiple source files