summaryrefslogtreecommitdiffstats
path: root/src/common.h
AgeCommit message (Expand)Author
2017-09-16rewrote the signal handler; added SIGBUS handler; fixes #2727Costa Tsaousis (ktsaou)
2017-08-31allow netdata to listen at and connect to unix sockets; fixes #2656Costa Tsaousis (ktsaou)
2017-08-01kilobit is 1000 bits, not 1024 bitsCosta Tsaousis (ktsaou)
2017-07-09prometheus support all data sources netdata supports for the other backends: ...Costa Tsaousis (ktsaou)
2017-06-09allow streaming strings to be escaped in a json compatible way; #2276Costa 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-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)