summaryrefslogtreecommitdiffstats
path: root/src/common.c
AgeCommit message (Expand)Author
2016-08-10infix notation parser almost done; preparing the evaluator and variables lookupCosta Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-08-01prevent repeating errors about madvise(); fixes #625Costa Tsaousis
2016-07-08switched to nanosleep() by defaultCosta Tsaousis (ktsaou)
2016-07-06handle usleep() on systems that do not accept more than 999999 usec; implemen...Costa 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-11small changes, adaptation of #428 from @fredericopissarraCosta Tsaousis (ktsaou)
2016-05-29string comparison with hash in web requestsCosta Tsaousis
2016-05-13resolved buffer overflow in snprintfz(); code cleanup;Costa Tsaousis
2016-05-13Merge remote-tracking branch 'fredericopissarra/changes' into registryCosta Tsaousis
2016-05-12strncpyz fixed.Frederico Lamberti Pissarra
2016-05-09strncpyz, snprintfz and vsnprintfz functions added.Frederico Lamberti Pissarra
2016-05-08registry: working prototype with load/saveCosta Tsaousis
2016-04-25cgroups are now on their own thread; cgroup names are controlled by plugins.d...Costa Tsaousis (ktsaou)
2016-04-24added support for monitoring cgroupsCosta Tsaousis (ktsaou)
2016-04-19fixed source files permissionsCosta Tsaousis (ktsaou)
2016-04-19users and group names are filtered for invalid characters #261Costa Tsaousis (ktsaou)
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-01-16minor modification for clean exit; dashboard fixes for inheriting chart color...Costa Tsaousis (ktsaou)
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-12-23do not attempt to use KSM if it is not availableCosta Tsaousis (ktsaou)
2015-12-20added config option "memory deduplication (ksm) = yes/no" to control memory d...Costa Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
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-12added -ch option to set container host prefix for /proc and /sys #10Costa Tsaousis (ktsaou)
2015-04-07optimized pluginsd parsing for speedCosta Tsaousis (ktsaou)
2015-04-03replaced simple_hash with the FNV-1a 32bit algorithm againCosta Tsaousis (ktsaou)
2015-04-03replace simple_hash with one at a time hashCosta Tsaousis (ktsaou)
2015-04-03replaced simple_hash with the FNV-1a 32bit algorithmCosta Tsaousis (ktsaou)
2015-03-22added libavl for supporting balanced binary trees - this improves search perf...Costa Tsaousis (ktsaou)
2015-03-16new simple_hash()Costa Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)