summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-10-23alarm-test script rewritten - fixes #943; pushbullet notifications follow the...Costa Tsaousis (ktsaou)
2016-10-23do not collect /run/user/ disk space statistics by defaultCosta Tsaousis (ktsaou)
2016-10-23minor optimizations at diskstatsCosta Tsaousis (ktsaou)
2016-10-23collect disk space utilization from all mounted disks; fixes #747; possibly f...Costa Tsaousis (ktsaou)
2016-10-22calculate disk space statistics much like df does; fixes #1148Costa Tsaousis (ktsaou)
2016-10-20unified logging for all pluginsCosta Tsaousis (ktsaou)
2016-10-18optimization for a large alarm log; switched many messages from INFO to DEBUGCosta Tsaousis (ktsaou)
2016-10-18less INFO messages - they are now DEBUG; fixes #459Costa Tsaousis (ktsaou)
2016-10-17lowered the log file history to 2000 entriesCosta Tsaousis
2016-10-17fix decision making for sending alarms; to avoid attempting to send alarms fo...Costa Tsaousis
2016-10-17update the fast searching hashes when loading the alarm logCosta Tsaousis
2016-10-17prevent dereferencing null pointerCosta Tsaousis (ktsaou)
2016-10-16rotate health log at 10000 entries by default; properly calculate the max_uni...Costa Tsaousis (ktsaou)
2016-10-16health log rotation should restartCosta Tsaousis (ktsaou)
2016-10-16properly rotate the health log fileCosta Tsaousis (ktsaou)
2016-10-16rotate health log fileCosta Tsaousis (ktsaou)
2016-10-16fixes for enabling clion debuggingCosta Tsaousis (ktsaou)
2016-10-16detect out of order alarm log entries when loading themCosta Tsaousis (ktsaou)
2016-10-16properly load the alarm log; additional checks; alarms are now sequencial eve...Costa Tsaousis (ktsaou)
2016-10-16fixed minor printf formating issues regards signed numbersCosta Tsaousis (ktsaou)
2016-10-15health log is saved and loaded backCosta Tsaousis (ktsaou)
2016-10-11attempt to bypass web browser cache for chart dataCosta Tsaousis (ktsaou)
2016-10-02jemalloc and tcmalloc configure best practices appliedCosta Tsaousis (ktsaou)
2016-10-01allow linking with jemalloc or tcmallocCosta Tsaousis (ktsaou)
2016-10-01inherit netdata version from autconfCosta Tsaousis (ktsaou)
2016-10-01use atomic operations for debugging malloc issuesCosta Tsaousis (ktsaou)
2016-10-01cgroups now also read usage_in_bytes, memsw_usage_in_bytes, failcnt and creat...Costa Tsaousis (ktsaou)
2016-09-30reduce netdata virtual memory size by setting MALLOC_ARENA_MAX; portable way ...Costa Tsaousis (ktsaou)
2016-09-30fix unecessary calls to realloc(); added memory allocations logger - enabled ...Costa Tsaousis
2016-09-30prevent crash on start if shared or private anonymous memory cannot be allocatedCosta Tsaousis (ktsaou)
2016-09-29dashboard does not show past CLEAR notifications; fixes #1035Costa Tsaousis (ktsaou)
2016-09-28do not strip trailing zeros when number is not decimal; fixes @1033Costa Tsaousis (ktsaou)
2016-09-28autoconf for detecting 32/64 bit CPUCosta Tsaousis (ktsaou)
2016-09-27updated commentCosta Tsaousis (ktsaou)
2016-09-27fix exit procedure on alpineCosta Tsaousis (ktsaou)
2016-09-27attempt to fix exit procedure on alpineCosta Tsaousis (ktsaou)
2016-09-27add information about threads exitingCosta Tsaousis (ktsaou)
2016-09-27detect compiler atomic instructions using autoconfCosta Tsaousis (ktsaou)
2016-09-27portable way of detecting format of strerror_rCosta Tsaousis (ktsaou)
2016-09-27fix for gcc < 4.9Costa Tsaousis (ktsaou)
2016-09-27remove unneeded variables when NETDATA_INTERNAL_CHECKS is not defined - moreCosta Tsaousis (ktsaou)
2016-09-27remove unneeded variables when NETDATA_INTERNAL_CHECKS is not definedCosta Tsaousis (ktsaou)
2016-09-27workaround strerror_r compatibility between glibc and muslCosta Tsaousis (ktsaou)
2016-09-27more musl compatibility fixesCosta Tsaousis (ktsaou)
2016-09-27preparations for saving/loading the alarm logCosta Tsaousis (ktsaou)
2016-09-27prevent warnings when compiling against muslCosta Tsaousis (ktsaou)
2016-09-26Merge pull request #1022 from Chocobo1/cppcheckCosta Tsaousis
2016-09-26api failed responses are not cacheable; failed svg images are not cacheableCosta Tsaousis
2016-09-26eliminated compiler warningsCosta Tsaousis
2016-09-26Replace deprecated bzero() by memset()Chocobo1