summaryrefslogtreecommitdiffstats
path: root/src/common.h
AgeCommit message (Expand)Author
2018-03-27netdata web server protection against slowloris; #3501Costa Tsaousis (ktsaou)
2018-02-23monitor hugepages; fixes #3461Costa Tsaousis (ktsaou)
2018-02-18procfile optimizations to eliminate parser variables and memory lookupsCosta Tsaousis (ktsaou)
2018-01-27allow netdata to be compiled without long double; fixes #3352Costa Tsaousis (ktsaou)
2018-01-10properly position memory charts on the dashboard; #3242Costa Tsaousis (ktsaou)
2017-12-28abstracted pthreads into netdata_threadsCosta Tsaousis (ktsaou)
2017-12-26more code cleanupCosta Tsaousis (ktsaou)
2017-10-19support multiple plugin directories; fixes #2009Costa Tsaousis (ktsaou)
2017-10-15health typedefs are now structuredCosta Tsaousis (ktsaou)
2017-10-08netdata now detects current timezone and reports it to the dashboard; it also...Costa Tsaousis (ktsaou)
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