summaryrefslogtreecommitdiffstats
path: root/src/web_client.h
AgeCommit message (Expand)Author
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-06-04added support for generating SVG badges with chart dataCosta Tsaousis (ktsaou)
2016-06-03added option and code to respect https://www.w3.org/TR/tracking-dnt/Costa Tsaousis (ktsaou)
2016-06-01cleanupCosta Tsaousis
2016-05-31added configuration options for controlling web compression level and strateg...Costa Tsaousis
2016-05-31prevent packet fragmentation using TCP_CORK when availableCosta Tsaousis
2016-05-29added single threaded web serverCosta Tsaousis
2016-05-21prevent a malloc/free per web requestCosta Tsaousis (ktsaou)
2016-05-20prevent multiple locks per web requestsCosta Tsaousis (ktsaou)
2016-05-14registry responds with both domain and host cookies; registry uses snprintfz,...Costa Tsaousis (ktsaou)
2016-05-11registry: fixes netdata to respond to CORS with the requested origin, so that...Costa Tsaousis
2016-05-11registry server side operationalCosta Tsaousis
2016-05-10almost operational registry - still needs testingCosta Tsaousis
2016-04-15fixed a race condition when getgrnam() which is not thread safe, could be use...Costa Tsaousis (ktsaou)
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-01-04added CORS OPTIONS supportCosta Tsaousis (ktsaou)
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-11-28added option to allow running as a user and serving files owned by another; a...Costa Tsaousis (ktsaou)
2015-11-28code cleanup and re-arrangements for better scalabilityCosta Tsaousis (ktsaou)
2015-10-19added make options nozlib=1 to compile without any external dependencies - of...Costa Tsaousis (ktsaou)
2015-10-15added config file option to disable web gzip compressionCosta Tsaousis (ktsaou)
2015-03-29moved web_client functions to web_client.c; added dictionary.c to support ind...Costa Tsaousis (ktsaou)
2015-03-25proper IPv6 handlingCosta Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)