summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2016-09-26Replace deprecated bcopy() by memmove()Chocobo1
2016-09-26Avoid dereference null pointerChocobo1
2016-09-26Remove leftoverChocobo1
2016-09-26Use reallocz()Chocobo1
2016-09-25better handling of http responses expiration and cache controlCosta Tsaousis (ktsaou)
2016-09-24stop health monitoring while netdata exits to avoid alarms floodCosta Tsaousis (ktsaou)
2016-09-24fixes a bug in the incremental algorithm that was introduced yesterday and ma...Costa Tsaousis (ktsaou)
2016-09-24lowered static files browser caching to 1 day (was 14 days - but the frequent...Costa Tsaousis (ktsaou)
2016-09-23added TCP memory pressures chartCosta Tsaousis (ktsaou)
2016-09-23fixed type in commentCosta Tsaousis (ktsaou)
2016-09-22removed leftovers from copy and paste in hidden tc configuration variablesCosta Tsaousis (ktsaou)
2016-09-22fixed chart startup interpolation / extrapolation to allow the first point ad...Costa Tsaousis (ktsaou)
2016-09-22fixed a bug in the interpolation algorithm that was showing unrealistic value...Costa Tsaousis (ktsaou)
2016-09-21added rendering qos tokens and ctokens to help further development of class d...Costa Tsaousis (ktsaou)
2016-09-18code cleanup to allow it compile without unused variables warningCosta Tsaousis (ktsaou)
2016-09-18re-factored /proc/net/netstat data collector to collect all the available met...Costa Tsaousis (ktsaou)
2016-09-18re-arrange the ICMP charts to avoid duplicate metricsCosta Tsaousis (ktsaou)
2016-09-18properly parse dynamic columns in /proc/net/snmp; fixes #976Costa Tsaousis (ktsaou)
2016-09-17added alarm to detect port scans or busy service crashesCosta Tsaousis (ktsaou)
2016-09-17collect IPv4 ICMP, ICMP Messages and UDPLite counters for /proc/net/snmpCosta Tsaousis (ktsaou)
2016-09-16added the nfs client file missing from the last commitCosta Tsaousis (ktsaou)
2016-09-16properly supported nfsv4; added plugin to collect nfs client statistics; fixe...Costa Tsaousis (ktsaou)
2016-09-16minor fixes to the previous commitsCosta Tsaousis (ktsaou)
2016-09-16prevent sending CLEAR notifications for cancelled alarmsCosta Tsaousis (ktsaou)
2016-09-16updated dimensions according to recent kernel informationCosta Tsaousis (ktsaou)
2016-09-16eliminated redundant check identified by coverityCosta Tsaousis (ktsaou)