Age | Commit message (Expand) | Author |
2016-12-21 | Get rid of compilation errors on macOS | Vladimir Kobal |
2016-12-16 | escape chart titles to have proper JSON formatted output; fixes #1390 | Costa Tsaousis (ktsaou) |
2016-12-11 | use usec_t for microseconds time variables | Rémi Lefèvre |
2016-12-11 | replace `time_usec()` calls by `now_realtime_usec()` | Rémi Lefèvre |
2016-12-11 | replace `usec_dt()` calls by `dt_usec()` | Rémi Lefèvre |
2016-12-11 | introduce new clocks API using `clock_gettime()` | Rémi Lefèvre |
2016-12-05 | Minor cleanups and plugin structure changes | Vladimir Kobal |
2016-11-29 | Get rid of compilation errors on FreeBSD | Vladimir Kobal |
2016-11-13 | improvements identified via static code analysis with cppcheck | Costa Tsaousis (ktsaou) |
2016-10-18 | less INFO messages - they are now DEBUG; fixes #459 | Costa Tsaousis (ktsaou) |
2016-10-01 | use atomic operations for debugging malloc issues | Costa Tsaousis (ktsaou) |
2016-10-01 | cgroups now also read usage_in_bytes, memsw_usage_in_bytes, failcnt and creat... | Costa Tsaousis (ktsaou) |
2016-09-30 | fix unecessary calls to realloc(); added memory allocations logger - enabled ... | Costa Tsaousis |
2016-09-30 | prevent crash on start if shared or private anonymous memory cannot be allocated | Costa Tsaousis (ktsaou) |
2016-09-07 | cgroups CPU usage is per core; fixes #906 | Costa Tsaousis (ktsaou) |
2016-08-27 | added units and info to alarms and templates - now all alarm badges are a log... | Costa Tsaousis |
2016-08-13 | converted tabs for C, JS, BASH to 4 spaces | Costa Tsaousis |
2016-08-13 | preparing health configuration file parsing | Costa Tsaousis |
2016-08-13 | global statistics now also report max API response time; global statistics im... | Costa Tsaousis |
2016-08-11 | code cleanup by replacing all memory allocation functions with ones that hand... | Costa Tsaousis |
2016-08-10 | infix notation parser almost done; preparing the evaluator and variables lookup | Costa Tsaousis |
2016-08-06 | all required system headers in common.h; some progress on health variables | Costa Tsaousis |
2016-08-01 | prevent repeating errors about madvise(); fixes #625 | Costa Tsaousis |
2016-07-08 | switched to nanosleep() by default | Costa Tsaousis (ktsaou) |
2016-07-06 | handle usleep() on systems that do not accept more than 999999 usec; implemen... | Costa Tsaousis (ktsaou) |
2016-06-17 | fix for format string signess | Costa Tsaousis (ktsaou) |
2016-06-14 | bug fixes detected by static code analysis using Coverity.com | Costa Tsaousis (ktsaou) |
2016-06-11 | added gcc printf checking to debug(), error(), fatal(), info(), web_sprintf()... | Costa Tsaousis (ktsaou) |
2016-06-11 | small changes, adaptation of #428 from @fredericopissarra | Costa Tsaousis (ktsaou) |
2016-05-29 | string comparison with hash in web requests | Costa Tsaousis |
2016-05-13 | resolved buffer overflow in snprintfz(); code cleanup; | Costa Tsaousis |
2016-05-13 | Merge remote-tracking branch 'fredericopissarra/changes' into registry | Costa Tsaousis |
2016-05-12 | strncpyz fixed. | Frederico Lamberti Pissarra |
2016-05-09 | strncpyz, snprintfz and vsnprintfz functions added. | Frederico Lamberti Pissarra |
2016-05-08 | registry: working prototype with load/save | Costa Tsaousis |
2016-04-25 | cgroups are now on their own thread; cgroup names are controlled by plugins.d... | Costa Tsaousis (ktsaou) |
2016-04-24 | added support for monitoring cgroups | Costa Tsaousis (ktsaou) |
2016-04-19 | fixed source files permissions | Costa Tsaousis (ktsaou) |
2016-04-19 | users and group names are filtered for invalid characters #261 | Costa Tsaousis (ktsaou) |
2016-04-03 | layout: remove executable from unrelated files | Alon Bar-Lev |
2016-01-16 | minor modification for clean exit; dashboard fixes for inheriting chart color... | Costa Tsaousis (ktsaou) |
2015-12-29 | fixed minor issues throughout the code (mainly types); dashboard has now a wa... | Costa Tsaousis (ktsaou) |
2015-12-23 | do not attempt to use KSM if it is not available | Costa Tsaousis (ktsaou) |
2015-12-20 | added config option "memory deduplication (ksm) = yes/no" to control memory d... | Costa Tsaousis (ktsaou) |
2015-11-15 | build: migrate to autotools | Alon Bar-Lev |
2015-10-27 | disk statistics got proper names; isolated a performance issue with strftime(... | Costa Tsaousis (ktsaou) |
2015-10-26 | extended disk statistics | Costa Tsaousis (ktsaou) |
2015-10-12 | added -ch option to set container host prefix for /proc and /sys #10 | Costa Tsaousis (ktsaou) |
2015-04-07 | optimized pluginsd parsing for speed | Costa Tsaousis (ktsaou) |
2015-04-03 | replaced simple_hash with the FNV-1a 32bit algorithm again | Costa Tsaousis (ktsaou) |