summaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Expand)Author
2018-03-27netdata web server protection against slowloris; #3501Costa Tsaousis (ktsaou)
2018-01-16configurable timeout for first requestCosta Tsaousis (ktsaou)
2018-01-15adds basic web server protections (static-threaded); fixes #3291; also some i...Costa Tsaousis (ktsaou)
2018-01-09added caching of allocations among web server connectionsCosta Tsaousis (ktsaou)
2018-01-08the static threaded web server can now be configured for the number of thread...Costa Tsaousis (ktsaou)
2018-01-07static-threaded web serverCosta Tsaousis (ktsaou)
2018-01-04enable cleanup of threadsCosta Tsaousis (ktsaou)
2017-12-28logging now also logs the thread tag, so that all logs state their source pro...Costa Tsaousis (ktsaou)
2017-12-28allow apps.plugin to build without requiring appconfig.cCosta Tsaousis (ktsaou)
2017-12-28abstracted pthreads into netdata_threadsCosta Tsaousis (ktsaou)
2017-12-27unified thread creation and cleanup throughout the codeCosta Tsaousis (ktsaou)
2017-12-27synchronized exit for all threadsCosta Tsaousis (ktsaou)
2017-12-27optimize statsd cleanup; work around freeze of musl-libc cleanup on exit; htt...Costa Tsaousis (ktsaou)
2017-12-23the dimensions list of API calls now supports netdata simple patternsCosta Tsaousis (ktsaou)
2017-12-12added option display_absolute to allow badges use the signed value in color c...Costa Tsaousis (ktsaou)
2017-12-09simple patterns can now extract the wildcarded part of the matched stringCosta Tsaousis (ktsaou)
2017-10-19support multiple plugin directories; fixes #2009Costa Tsaousis (ktsaou)
2017-10-15disabled tc plugin on non-linux systems; disabled checks plugins when not com...Costa Tsaousis (ktsaou)
2017-10-15fixes for minor issues identified by coverityCosta Tsaousis (ktsaou)
2017-10-15health typedefs are now structuredCosta Tsaousis (ktsaou)
2017-10-09allow relative /etc/localtime linksCosta Tsaousis (ktsaou)
2017-10-08netdata now detects current timezone and reports it to the dashboard; it also...Costa Tsaousis (ktsaou)
2017-10-04add ACL allow dashboard from; fixes #2828Costa Tsaousis (ktsaou)
2017-09-19add streaming access lists and fix unix domain sockets access lists; now 127....Costa Tsaousis (ktsaou)
2017-09-18added ACL for netdata.conf; #2636Costa Tsaousis (ktsaou)
2017-09-18added more access control lists; #2636Costa Tsaousis (ktsaou)
2017-09-17main() now exits with return in all cases, except when the daemon runs; #2752Costa Tsaousis (ktsaou)
2017-09-17prevent rpmlint from complaining; fixes #2752Costa Tsaousis (ktsaou)
2017-09-17rename global allow from, to global API allow fromCosta Tsaousis (ktsaou)
2017-09-17add web API port access list; #2636Costa Tsaousis (ktsaou)
2017-09-16rewrote the signal handler; added SIGBUS handler; fixes #2727Costa Tsaousis (ktsaou)
2017-08-31reorganize web_client options into a compact flags variable and enable crock ...Costa Tsaousis (ktsaou)
2017-08-10by default use current uid and gid for web files; fixes #2575Costa Tsaousis (ktsaou)
2017-07-23fixed corruption in charts JSON, when each chunk of data is above 1024 bytes;...Costa Tsaousis (ktsaou)
2017-06-28on exit delete orphan hosts and obsolete chart files; fixes #2329Costa Tsaousis (ktsaou)
2017-06-17rename variable "opentsdb host tags" to "host tags"; move it from the backend...Costa Tsaousis (ktsaou)
2017-05-13slaves propagate registry_hostname to master, which is now used for alarm not...Costa Tsaousis (ktsaou)
2017-05-04updated strtold() with the faster str2ld(); fixed unit testsCosta Tsaousis (ktsaou)
2017-04-30use netdata to get configuration options from netdata.confCosta Tsaousis (ktsaou)
2017-04-23skeleton for a statsd plugin for netdata - not finished yetCosta Tsaousis (ktsaou)
2017-04-23moved all socket related code to socket.c/hCosta Tsaousis (ktsaou)
2017-04-23generic sockets listening functions supporting multiple sets of both TCP and ...Costa Tsaousis (ktsaou)
2017-04-18do not open listening ports when [web].mode = none; fixes #2088Costa Tsaousis (ktsaou)
2017-04-18do not set TZ variable if it already set; fixes #2096Costa Tsaousis (ktsaou)
2017-04-18allow configuring TZ environment variableCosta Tsaousis (ktsaou)
2017-03-23more info about -W setCosta Tsaousis (ktsaou)
2017-03-23allow all configuration options to be set from the command line; #1991Costa Tsaousis (ktsaou)
2017-03-13add backwards compatibility for http listen backlog settingCosta Tsaousis (ktsaou)
2017-03-11added common version options to all C programs; fixes #1927Costa Tsaousis (ktsaou)
2017-02-26when not running as root, get the username we run asCosta Tsaousis (ktsaou)