summaryrefslogtreecommitdiffstats
path: root/src/web_server.c
AgeCommit message (Expand)Author
2016-08-07chart and dimensions variables linked to 3 indexes: local, context and host v...Costa Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-07-25print to error.log the sockets netdata is listeningCosta Tsaousis
2016-07-23netdata can now bind to multiple ip:port combinations; hostnames and ips but ...Costa Tsaousis
2016-06-14bug fixes detected by static code analysis using Coverity.comCosta Tsaousis (ktsaou)
2016-06-11added gcc printf checking to debug(), error(), fatal(), info(), web_sprintf()...Costa Tsaousis (ktsaou)
2016-06-11small changes, adaptation of #428 from @fredericopissarraCosta Tsaousis (ktsaou)
2016-06-10added more error exit tracing info to trace issue 529; switched to accept4() ...Costa Tsaousis (ktsaou)
2016-05-30allow multi-threaded web server to cleanup fasterCosta Tsaousis (ktsaou)
2016-05-29code cleanup for web_clientCosta Tsaousis
2016-05-29multithreaded web server using poll()Costa Tsaousis
2016-05-29faster multi-threads web serverCosta Tsaousis
2016-05-29faster single threaded web server implementationCosta Tsaousis
2016-05-29fixed dead clients logging; added protection against invalid file descriptors...Costa Tsaousis
2016-05-29added single threaded web serverCosta Tsaousis
2016-05-13resolved buffer overflow in snprintfz(); code cleanup;Costa 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-04-15fixed a race condition when getgrnam() which is not thread safe, could be use...Costa Tsaousis (ktsaou)
2016-04-04added support for binding to a configured IP address (IPv6 or IPv4)Costa Tsaousis (ktsaou)
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-04-02resolve compilation issues for musl libc #66Costa Tsaousis (ktsaou)
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-11-15build: migrate to autotoolsAlon Bar-Lev
2015-10-27disk statistics got proper names; isolated a performance issue with strftime(...Costa Tsaousis (ktsaou)
2015-10-19added make options nozlib=1 to compile without any external dependencies - of...Costa Tsaousis (ktsaou)
2015-10-18added mysql.chart.shCosta 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-25added ipv6 support; minor fixesCosta Tsaousis (ktsaou)
2015-03-23added index in rrdset names too; fixed crash in apps.pluginCosta Tsaousis (ktsaou)
2015-03-22added libavl for supporting balanced binary trees - this improves search perf...Costa Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)