summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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-03minor options updatesCosta 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-02fixed an incomplete calculation that forced a whole db dump if the range give...Costa Tsaousis (ktsaou)
2015-12-02more detailed calculation of points to be returnedCosta Tsaousis (ktsaou)
2015-12-01added support for clean exitCosta Tsaousis (ktsaou)
2015-12-01increased versions to prevent using old data files with the new avl structure...Costa Tsaousis (ktsaou)
2015-12-01added cleanup on exitCosta Tsaousis (ktsaou)
2015-12-01minor code cleanups; updated the dashboard to fix inline chartsCosta 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-30fixed a memory leak introduced with 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-28added option to allow running as a user and serving files owned by another; a...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-26improved accuracy for "per second" calculation - prevent projection of values...Costa Tsaousis (ktsaou)
2015-11-26fixed a bug in the incremental calculations where the exact duration (in nano...Costa Tsaousis (ktsaou)
2015-11-24fixed a typo that prevented apps.plugin to evaluate pids above 32768Costa Tsaousis (ktsaou)
2015-11-22code cleanupCosta Tsaousis (ktsaou)
2015-11-21added resource usage and timing for tc plugin and scriptCosta Tsaousis (ktsaou)
2015-11-21more appropriate log messagesCosta Tsaousis (ktsaou)
2015-11-21use netdata logging facilityCosta Tsaousis (ktsaou)
2015-11-21added proc plugin rusage chartCosta Tsaousis (ktsaou)
2015-11-19fixed a typoCosta Tsaousis (ktsaou)
2015-11-19added noreset flag to prevent apps.plugin charts from showing "reset or overf...Costa Tsaousis (ktsaou)
2015-11-18updated docs; nut.chart.sh now autodetects multiple UPSes, web and cache dire...Costa Tsaousis (ktsaou)
2015-11-17build: move netdata to sbinAlon Bar-Lev
2015-11-17build: non standard dir PROGRAMS is considered as dataAlon Bar-Lev
2015-11-17fixed charts.d.plugin to get directories from netdata server; netdata now exp...Costa Tsaousis (ktsaou)
2015-11-16build: move warning to autoconfAlon Bar-Lev
2015-11-16Merge pull request #19 from alonbl/build2Costa Tsaousis
2015-11-16build: setuid apps.plugin if running under rootAlon Bar-Lev
2015-11-16removed NETDATA_DAEMON - it can be controlled via command line; now it opens ...Costa Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
2015-10-28minor fixes for disk statsCosta Tsaousis (ktsaou)
2015-10-27disk statistics got proper names; isolated a performance issue with strftime(...Costa Tsaousis (ktsaou)
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)
2015-10-25new mechanism for two stage processing of web output data - still in progressCosta Tsaousis (ktsaou)
2015-10-19added make options nozlib=1 to compile without any external dependencies - of...Costa Tsaousis (ktsaou)
2015-10-18added mysql.chart.shCosta Tsaousis (ktsaou)