summaryrefslogtreecommitdiffstats
path: root/src/common.c
AgeCommit message (Expand)Author
2018-09-27stock configs in /usr/lib/netdata (#4283)Costa Tsaousis
2018-09-20daemon cleanup (#4231)Costa Tsaousis
2018-09-17fixes identified by LGTM (#4209)Costa Tsaousis
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
2018-04-20restore cgroup-network operation - also netdata reads /proc/1/net/dev when ho...Costa Tsaousis (ktsaou)
2018-04-19cgroup-network does not allow softlinks eitherCosta Tsaousis (ktsaou)
2018-04-18fix compilation on freebsd/macos againCosta Tsaousis (ktsaou)
2018-04-18more security fixes by SynacktivCosta Tsaousis (ktsaou)
2018-03-27netdata web server protection against slowloris; #3501Costa Tsaousis (ktsaou)
2018-01-11strict netdata files permissionsCosta Tsaousis (ktsaou)
2017-12-28abstracted pthreads into netdata_threadsCosta Tsaousis (ktsaou)
2017-10-14Merge pull request #2875 from vlvkobal/macOS_10.5Costa Tsaousis
2017-10-13Fix macOS versions for #ifdefsVladimir Kobal
2017-10-08netdata now detects current timezone and reports it to the dashboard; it also...Costa Tsaousis (ktsaou)
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)