summaryrefslogtreecommitdiffstats
path: root/src/main.h
AgeCommit message (Collapse)Author
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-06-17save database on fatal errorsCosta Tsaousis (ktsaou)
2016-05-23Command line: Follow IEEE Std 1003.1, 2013 EditionSimon Nagl
Standardize command line options: http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap12.html Make command line options maintainable: - Use getopts for parsing. - Define options in a list of structs. - Compute optstring and help message from the struct. Changed command line options are marked deprecated. We can remove them in the next major release.
2016-05-11Make signal handling save.Simon Nagl
Only call reentrant functions in signal handlers. Block signals except on the main thread. Quit savely only on functions specified for this purpose. Optimize main loop. Restore signals for external plugins. Ignore SIGPIPE
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com>
2015-12-01minor code cleanups; updated the dashboard to fix inline chartsCosta Tsaousis (ktsaou)
2015-09-14fix for self-killCosta Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)