summaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Expand)Author
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)
2017-02-26fixed wrong name of old config optionCosta Tsaousis (ktsaou)
2017-02-26renamed api config section to webCosta Tsaousis (ktsaou)
2017-02-25moved [stream] configuration to stream.confCosta Tsaousis (ktsaou)
2017-02-25fix startup of unittestCosta Tsaousis (ktsaou)
2017-02-25initialize in the right sequenceCosta Tsaousis (ktsaou)
2017-02-24prevent remote hosts from taking the localhost positionCosta Tsaousis (ktsaou)
2017-02-24fixed crash at config_move()Costa Tsaousis (ktsaou)
2017-02-24prevent unecessary error log when streaming is disabledCosta Tsaousis (ktsaou)
2017-02-24fixed leftover in web sectionCosta Tsaousis (ktsaou)
2017-02-24improved configuration and fixes for proxy modeCosta Tsaousis (ktsaou)
2017-02-24allow each netdata host to have its own thread for streaming metricsCosta 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 STREAM receiver to unblock the single threaded web serverCosta Tsaousis
2017-02-23allow metrics streaming to work in parallel with local database; propagate O/...Costa Tsaousis (ktsaou)
2017-02-22implemented API authenticationCosta Tsaousis (ktsaou)
2017-02-22appconfig now supports different multiple configurations - added support for ...Costa Tsaousis (ktsaou)
2017-02-22pass microseconds to central netdata; fix unittest not initializing properlyCosta Tsaousis (ktsaou)
2017-02-22draft implementation of netdata central push server - untestedCosta Tsaousis (ktsaou)
2017-02-22each host can have its own settings for history, update_every, rrd memory mod...Costa Tsaousis (ktsaou)
2017-02-22memory mode and health configuration per hostCosta Tsaousis (ktsaou)
2017-02-22every host has its own healthCosta Tsaousis (ktsaou)
2017-02-22localhost is now dynamicCosta Tsaousis (ktsaou)
2017-02-18split rrd.c into multiple filesCosta Tsaousis (ktsaou)
2017-02-15added X-Frame-Options HTTP header support; fixes #1735Costa Tsaousis (ktsaou)
2017-02-15allow netdata to be easily relocatableCosta Tsaousis (ktsaou)
2017-02-12fix lxc-attach not exiting after starting netdataCosta Tsaousis (ktsaou)
2017-02-12Fix license nameFederico Ceratto
2017-02-11Add version to api/v1/chartsSimon Nagl
2017-02-08Replace OS conditional prctl.h include with file presenceLennart Weller
2017-02-04allow users to set process scheduling priority and nice level; fixes #1712Costa Tsaousis (ktsaou)