summaryrefslogtreecommitdiffstats
path: root/src/main.c
AgeCommit message (Expand)Author
2016-08-10infix notation parser almost done; preparing the evaluator and variables lookupCosta Tsaousis
2016-08-07chart and dimension variables tested and debuggedCosta Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-07-23fixed command line options to set the proper config variablesCosta Tsaousis
2016-07-23netdata can now bind to multiple ip:port combinations; hostnames and ips but ...Costa Tsaousis
2016-07-15SIGUSR1 saves the databaseCosta Tsaousis (ktsaou)
2016-07-15netdata sets the PATH for its pluginsCosta Tsaousis (ktsaou)
2016-06-16added PYTHONUNBUFFERED=1 to the environment to make python plugins disable bu...Costa Tsaousis (ktsaou)
2016-06-11added gcc printf checking to debug(), error(), fatal(), info(), web_sprintf()...Costa Tsaousis (ktsaou)
2016-06-11small changes, adaptation of #428 from @fredericopissarraCosta Tsaousis (ktsaou)
2016-06-10added more error exit tracing info to trace issue 529; switched to accept4() ...Costa Tsaousis (ktsaou)
2016-06-06Fixes typo in deprecated options warningPaul Biester
2016-06-03added option and code to respect https://www.w3.org/TR/tracking-dnt/Costa Tsaousis (ktsaou)
2016-05-31added configuration options for controlling web compression level and strateg...Costa Tsaousis
2016-05-29faster single threaded web server implementationCosta Tsaousis
2016-05-29added single threaded web serverCosta Tsaousis
2016-05-26make log files owned by user netdata, fixes #453Costa Tsaousis
2016-05-23Command line options: mark -l (history) deprecatedSimon Nagl
2016-05-23Command line options: add -i (bind to IP address)Simon Nagl
2016-05-23Bugfix: Fix clang compiler build fails.Simon Nagl
2016-05-23Help message: Fix alignment.Simon Nagl
2016-05-23Command line: Follow IEEE Std 1003.1, 2013 EditionSimon Nagl
2016-05-13Merge remote-tracking branch 'fredericopissarra/changes' into registryCosta Tsaousis
2016-05-13Merge remote-tracking branch 'upstream/master' into registryCosta Tsaousis
2016-05-12Signals: Fix uninitialized sa->sa_flag in sigaction.Simon Nagl
2016-05-12fixed an unterminated buffer at registry.c; lowered the memory requirements o...Costa Tsaousis
2016-05-12fixed incomplete code in avl.c; added comments about the status of appconfig.cCosta Tsaousis
2016-05-12Merge remote-tracking branch 'upstream/master' into registryCosta Tsaousis
2016-05-11Make signal handling save.Simon Nagl
2016-05-11registry server side operationalCosta Tsaousis
2016-05-09strncpy, snprintf and vsnprintf changed to strncpyz, snprintfz and vsnprintfz...Frederico Lamberti Pissarra
2016-05-08registry: working prototype with load/saveCosta Tsaousis
2016-04-27netdata now sets its HOME variable #115Costa Tsaousis (ktsaou)
2016-04-25cgroups are now on their own thread; cgroup names are controlled by plugins.d...Costa Tsaousis (ktsaou)
2016-04-17renamed the flood protection configuration options to be self-explanatoryCosta Tsaousis (ktsaou)
2016-04-17fixed source file permissionsCosta Tsaousis (ktsaou)
2016-04-17fixed typoCosta Tsaousis (ktsaou)
2016-04-17fixed source file permissionsCosta Tsaousis (ktsaou)
2016-04-17added log flood protection #240 to the netdata daemon and apps.pluginCosta Tsaousis (ktsaou)
2016-04-15fixed a race condition when getgrnam() which is not thread safe, could be use...Costa Tsaousis (ktsaou)
2016-04-05added COPYING, fixed a few typos #182Costa Tsaousis (ktsaou)
2016-04-04added support for binding to a configured IP address (IPv6 or IPv4)Costa Tsaousis (ktsaou)
2016-04-03Squashed commit of the following:Costa Tsaousis (ktsaou)
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-04-03build: fix rundir typoAlon Bar-Lev
2016-04-03build: revert pid to live within /var/run/netdataAlon Bar-Lev
2016-04-02added configuration file option and command line option to set pthread stacks...Costa Tsaousis (ktsaou)
2016-03-31error handling in key areas #102Costa Tsaousis (ktsaou)
2016-03-30when debug is enabled, core dumpCosta Tsaousis (ktsaou)
2016-03-29fix misleading error messages and command line argumentsValeriy