summaryrefslogtreecommitdiffstats
path: root/src/common.c
AgeCommit message (Expand)Author
2017-09-15remove invalid characters from json strings: context and title; fixes #2740Costa Tsaousis (ktsaou)
2017-06-22attempt to avoid resetting database files loaded from disk and be more descri...Costa Tsaousis (ktsaou)
2017-06-09allow streaming strings to be escaped in a json compatible way; #2276Costa Tsaousis (ktsaou)
2017-06-07properly call madvise() with memory mode = ram; properly free memory with mem...Costa Tsaousis (ktsaou)
2017-06-07allow memory mode ram to use KSM; fixes #2284Costa Tsaousis (ktsaou)
2017-05-01preparations for statsd apps configurationCosta Tsaousis (ktsaou)
2017-04-30fixes identified by coverityCosta Tsaousis (ktsaou)
2017-04-04properly cleanup deleted files of obsolete charts from disk; fixes #1358Costa Tsaousis (ktsaou)
2017-03-20Fix misc compiler warnings on FreeBSDVladimir Kobal
2017-03-06New sysctl helpers. Separate load average functionVladimir Kobal
2017-02-24improved configuration and fixes for proxy modeCosta Tsaousis (ktsaou)
2017-02-15allow netdata to be easily relocatableCosta Tsaousis (ktsaou)
2017-02-11Add version to api/v1/chartsSimon Nagl
2017-02-08advertise the os type at the charts API call, to allow the dashboard provide ...Costa Tsaousis (ktsaou)
2017-02-01apps.plugin detects in-place process changes; fixes #1698Costa Tsaousis (ktsaou)
2017-01-31Fix processors and pid_max for FreeBSDVladimir Kobal
2017-01-25apps.plugin now allows to be compiled for 32bit kernelsCosta Tsaousis (ktsaou)
2017-01-19inline string to number conversionCosta Tsaousis (ktsaou)
2017-01-18faster number parsingCosta Tsaousis (ktsaou)
2017-01-18Merge pull request #1575 from simonnagl/feature/macOSCosta Tsaousis
2017-01-18use gcc statement expressions to inline commonly used functionsCosta Tsaousis (ktsaou)
2017-01-17Adapt processors and pid_max to macOSSimon Nagl
2017-01-15simple_pattern now also supports asterisks in the middle; cgroups cleanup;Costa Tsaousis (ktsaou)
2017-01-15collect systemd service cgroupsCosta Tsaousis (ktsaou)
2017-01-14allow any pattern of network interfaces and disk paths to be excluded; fixes ...Costa Tsaousis (ktsaou)
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)