summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2016-05-11Added protection against URL and name length abuse.Costa Tsaousis
2016-05-11registry: fixes netdata to respond to CORS with the requested origin, so that...Costa Tsaousis
2016-05-11simple registry access from the dashboard - in debug modeCosta Tsaousis
2016-05-11registry server side operationalCosta Tsaousis
2016-05-10moved code to allow it compile with clangCosta Tsaousis
2016-05-10fixed typoCosta Tsaousis
2016-05-10almost operational registry - still needs testingCosta Tsaousis
2016-05-09atomic locks on dictionary_set(), dictionary_del(), dictionary_destroy()Costa Tsaousis (ktsaou)
2016-05-09strncpy, snprintf and vsnprintf changed to strncpyz, snprintfz and vsnprintfz...Frederico Lamberti Pissarra
2016-05-09strncpyz, snprintfz and vsnprintfz functions added.Frederico Lamberti Pissarra
2016-05-09snprintfz must use a buffer 1 byte bigger then maximum string output size.Frederico Lamberti Pissarra
2016-05-09Try to shrink the buffer used on url_encode().Frederico Lamberti Pissarra
2016-05-08Approved changes from Costa Tsaousis (#323)Frederico Lamberti Pissarra
2016-05-08registry: working prototype with load/saveCosta Tsaousis
2016-05-08registry update for countersCosta Tsaousis
2016-05-08enable line buffering on all log filesCosta Tsaousis
2016-05-08registry progress: working internal prototype - no load/save and network yetCosta Tsaousis
2016-05-07work in progress: registryCosta Tsaousis