summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2016-05-06finalized dictionary.cCosta Tsaousis
2016-05-05disabled charts where re-enabled; fixes #371Costa Tsaousis
2016-05-04fixes #369, SNMP 64 bit counters; plugins.d now accept SET = 0xHEXVALUE; node...Costa Tsaousis
2016-05-03exclude *.mount and *.swap from RHEL cgroupsCosta Tsaousis
2016-05-02cgroups: now all cgroups are evaluated by default, up to 500 cgroups are allo...Costa Tsaousis
2016-05-01cgroups: properly disable certain cgroupsCosta Tsaousis (ktsaou)
2016-05-01fix for invalid JSON generation #329, #347Costa Tsaousis (ktsaou)
2016-05-01cgroups: disable by default the machine and machine.slice cgroups #340Costa Tsaousis (ktsaou)
2016-05-01cgroups: disable by default certain cgroups #340Costa Tsaousis (ktsaou)