summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2016-05-21properly check if synthetic disk charts should be enabledCosta Tsaousis (ktsaou)
2016-05-21disabled deflate - only gzip is supportedCosta Tsaousis (ktsaou)
2016-05-21refactored the code to eliminate several config_get() per disk on every itera...Costa Tsaousis (ktsaou)
2016-05-21"on demand" option can also be referred as "auto", which is also the default ...Costa Tsaousis (ktsaou)
2016-05-21enable also deflate compressionCosta Tsaousis (ktsaou)
2016-05-21Merge remote-tracking branch 'upstream/master'Costa Tsaousis (ktsaou)
2016-05-21diskstats: change default configurationSimon Nagl
2016-05-21prevent a malloc/free per web requestCosta Tsaousis (ktsaou)
2016-05-20diskstats: fix compiler warnings.Simon Nagl
2016-05-20diskstats: Monitor disk inodesSimon Nagl
2016-05-20diskstats: enhance optionsSimon Nagl
2016-05-20prevent multiple locks per web requestsCosta Tsaousis (ktsaou)
2016-05-19disabled dictionary statistics to save memoryCosta Tsaousis (ktsaou)
2016-05-19diskstats: Ensure collecting right space metricsSimon Nagl
2016-05-19diskstats: Change default behaviourSimon Nagl
2016-05-19diskstats: Only display metrics for disks by defaultSimon Nagl
2016-05-19diskstats: monitor disk space usage.Simon Nagl
2016-05-18optimization of rrdset_strncpy_name() and avoid truncating the last character...Costa Tsaousis (ktsaou)
2016-05-1640% faster AVL searching and DICTIONARY operationsCosta Tsaousis (ktsaou)
2016-05-14default registry is now HTTPSCosta Tsaousis (ktsaou)
2016-05-14registry responds with both domain and host cookies; registry uses snprintfz,...Costa Tsaousis (ktsaou)
2016-05-14work-around for dictionary_get_all() not returning the valid countCosta Tsaousis (ktsaou)
2016-05-14default registry in HTTPS, delayed registry qeueries 3 seconds at the dashboa...Costa Tsaousis (ktsaou)
2016-05-14properly update the last time person urls and machine urls are accessedCosta Tsaousis (ktsaou)
2016-05-14make install now attempts to setcap apps.plugin, but if it fails it makes it ...Costa Tsaousis
2016-05-14replaced uuid_generate_time_safe() with uuid_generate_time() since the first ...Costa Tsaousis
2016-05-14configure and makefiles now get libuuid optional parameters to bypass broken ...Costa Tsaousis
2016-05-14apps.plugin now runs with linux capabilites instead of setuid to rootCosta Tsaousis
2016-05-13converted appconfig rwlock to the more efficient mutex, since it uses it only...Costa Tsaousis
2016-05-13resolved buffer overflow in snprintfz(); code cleanup;Costa Tsaousis
2016-05-13merged PR #395Costa Tsaousis
2016-05-13Merge remote-tracking branch 'fredericopissarra/changes' into registryCosta Tsaousis
2016-05-13Merge remote-tracking branch 'upstream/master' into registryCosta Tsaousis
2016-05-13re-enabled keep-aliveCosta Tsaousis
2016-05-13fix for case sensitive HTTP headers and gzip detectionCosta Tsaousis
2016-05-13registry completed, including impersonateCosta Tsaousis
2016-05-12Let the compiler choose the best way to clean sockaddr_in6 structure instead ...Frederico Lamberti Pissarra
2016-05-12Let the compiler choose the best way to clear the sockaddr_in structure inste...Frederico Lamberti Pissarra
2016-05-12strncpyz fixed.Frederico Lamberti Pissarra
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-12optimization: saved 84 bytes per dictionary, avl locking removed from tc plug...Costa Tsaousis
2016-05-12show the demo sites if the registry returns no URLs; update dashboard.js vers...Costa Tsaousis (ktsaou)
2016-05-12Remove warning in signal handler.Simon Nagl
2016-05-12registry almost operational - missing deleteCosta Tsaousis
2016-05-11Make signal handling save.Simon Nagl
2016-05-11properly count persons and machines after restartCosta Tsaousis
2016-05-11fixed typoCosta Tsaousis