summaryrefslogtreecommitdiffstats
path: root/src/common.c
AgeCommit message (Expand)Author
2016-12-21Get rid of compilation errors on macOSVladimir Kobal
2016-12-16escape chart titles to have proper JSON formatted output; fixes #1390Costa Tsaousis (ktsaou)
2016-12-11use usec_t for microseconds time variablesRémi Lefèvre
2016-12-11replace `time_usec()` calls by `now_realtime_usec()`Rémi Lefèvre
2016-12-11replace `usec_dt()` calls by `dt_usec()`Rémi Lefèvre
2016-12-11introduce new clocks API using `clock_gettime()`Rémi Lefèvre
2016-12-05Minor cleanups and plugin structure changesVladimir Kobal
2016-11-29Get rid of compilation errors on FreeBSDVladimir Kobal
2016-11-13improvements identified via static code analysis with cppcheckCosta Tsaousis (ktsaou)
2016-10-18less INFO messages - they are now DEBUG; fixes #459Costa 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-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-07cgroups CPU usage is per core; fixes #906Costa Tsaousis (ktsaou)
2016-08-27added units and info to alarms and templates - now all alarm badges are a log...Costa Tsaousis
2016-08-13converted tabs for C, JS, BASH to 4 spacesCosta Tsaousis
2016-08-13preparing health configuration file parsingCosta Tsaousis
2016-08-13global statistics now also report max API response time; global statistics im...Costa Tsaousis
2016-08-11code cleanup by replacing all memory allocation functions with ones that hand...Costa Tsaousis
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)