summaryrefslogtreecommitdiffstats
path: root/src/common.h
AgeCommit message (Expand)Author
2017-05-01preparations for statsd apps configurationCosta Tsaousis (ktsaou)
2017-04-25added option to enable/disable statsd; added statistical functions (some of w...Costa Tsaousis (ktsaou)
2017-04-23skeleton for a statsd plugin for netdata - not finished yetCosta 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-12locks abstraction, error reporting, debuggingCosta Tsaousis (ktsaou)
2017-03-01self-cleaning obsolete cgroups and network interfaces from memory; fixes #116...Costa Tsaousis (ktsaou)
2017-02-24improved configuration and fixes for proxy modeCosta Tsaousis (ktsaou)
2017-02-23added rrd memory mode "none" to allow netdata act as a proxy to forward metri...Costa Tsaousis (ktsaou)
2017-02-23allow metrics streaming to work in parallel with local database; propagate O/...Costa Tsaousis (ktsaou)
2017-02-22draft implementation of netdata central push server - untestedCosta Tsaousis (ktsaou)
2017-02-15allow netdata to be easily relocatableCosta Tsaousis (ktsaou)
2017-02-11Add version to api/v1/chartsSimon Nagl
2017-02-08Merge pull request #1741 from ktsaou/masterCosta Tsaousis
2017-02-08advertise the os type at the charts API call, to allow the dashboard provide ...Costa Tsaousis (ktsaou)
2017-02-08Replace OS conditional prctl.h include with file presenceLennart Weller
2017-02-01apps.plugin detects in-place process changes; fixes #1698Costa Tsaousis (ktsaou)
2017-01-29apps.plugin now checks its capabilities where availableCosta Tsaousis (ktsaou)
2017-01-21ARL for /proc/meminfoCosta Tsaousis (ktsaou)
2017-01-18use gcc statement expressions to inline commonly used functionsCosta Tsaousis (ktsaou)
2017-01-15simple_pattern now also supports asterisks in the middle; cgroups cleanup;Costa Tsaousis (ktsaou)
2017-01-14diskspace statistics are now a separate thread, to isolate the delays introdu...Costa Tsaousis (ktsaou)
2017-01-14allow any pattern of network interfaces and disk paths to be excluded; fixes ...Costa Tsaousis (ktsaou)
2017-01-07use autoconf for checking gcc function attributesCosta Tsaousis (ktsaou)
2017-01-01more registry code cleanup and re-organization for better managementCosta Tsaousis (ktsaou)
2016-12-31removed over-optimization at the registry to simplify its logic and remove ra...Costa Tsaousis (ktsaou)
2016-12-26Separate macOS pluginVladimir Kobal
2016-12-24re-worked connect_to() to properly support IPv6; #1432Costa Tsaousis (ktsaou)
2016-12-21Merge pull request #1419 from vlvkobal/masterCosta Tsaousis
2016-12-21Get rid of compilation errors on macOSVladimir Kobal
2016-12-20portability fixes for header filesCosta Tsaousis
2016-12-20added sys/sysmacros.h; fixes #1408Costa Tsaousis
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-12-02Preparations in the source tree for FreeBSD pluginVladimir Kobal
2016-11-29Get rid of compilation errors on FreeBSDVladimir Kobal
2016-11-20preparation for backend databasesCosta Tsaousis
2016-11-13added IPC semaphores chartsCosta Tsaousis (ktsaou)
2016-10-23alarm-test script rewritten - fixes #943; pushbullet notifications follow the...Costa Tsaousis (ktsaou)
2016-10-23collect disk space utilization from all mounted disks; fixes #747; possibly f...Costa Tsaousis (ktsaou)
2016-10-02jemalloc and tcmalloc configure best practices appliedCosta Tsaousis (ktsaou)
2016-10-01allow linking with jemalloc or tcmallocCosta 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-28autoconf for detecting 32/64 bit CPUCosta Tsaousis (ktsaou)
2016-09-27detect compiler atomic instructions using autoconfCosta Tsaousis (ktsaou)