]> arthur.barton.de Git - netdata.git/history - src/web_client.c
registry server side operational
[netdata.git] / src / web_client.c
2016-05-10 Costa Tsaousisregistry server side operational
2016-05-10 Costa Tsaousisalmost operational registry - still needs testing
2016-04-23 Costa TsaousisMerge pull request #303 from ktsaou/master
2016-04-23 Costa Tsaousis ... more strict CORS implementation; saved a few bytes...
2016-04-20 Costa TsaousisMerge pull request #277 from jgeromero/tomcat.chart.sh
2016-04-19 Costa TsaousisMerge pull request #132 from mcnewton/debianpkg
2016-04-15 Costa Tsaousis ... fixed a race condition when getgrnam() which is not...
2016-04-14 Costa TsaousisMerge pull request #186 from glensc/rpmspec
2016-04-10 Costa Tsaousis ... prevented crashes in URL parsing where in several cases...
2016-04-07 Costa Tsaousis ... increased security: added option "web files group"...
2016-04-03 Costa TsaousisMerge pull request #165 from mcnewton/spelluseful
2016-04-03 Alon Bar-Levlayout: remove executable from unrelated files
2016-04-02 Costa Tsaousis ... added proper filename in web responses
2016-04-02 Costa Tsaousis ... increased the web request max size from 8192 to 16384...
2016-04-02 Costa TsaousisMerge pull request #111 from Kubuxu/cjdns
2016-04-02 Costa TsaousisMerge pull request #113 from poofyleek/master
2016-03-31 poofywebfilename instead of filename in buffer_sprintf
2016-03-29 Costa Tsaousis ... fixed a crash issued by an invalid printf call
2016-03-29 Costa TsaousisMerge pull request #61 from Chemrat/master
2016-03-29 Valeriyfix misleading error messages and command line arguments
2016-02-25 Costa Tsaousis ... added mime types for missing filetypes; made static...
2016-01-31 Costa Tsaousis ... log web access error to error.log #52
2016-01-16 Costa Tsaousis ... finer cache control; Expires header is now always added...
2016-01-09 Costa Tsaousis ... added gauge.js and adapted dashboard to use it
2016-01-08 Costa Tsaousis ... added API option percentage to return the percentage...
2016-01-05 Costa Tsaousis ... added c3 charts; added easyPieChart to default dashboard
2016-01-04 Costa Tsaousis ... added CORS OPTIONS support
2015-12-30 Costa Tsaousisfixed warning
2015-12-30 Costa Tsaousis ... fix for lost bytes on filecopy #40
2015-12-29 Costa Tsaousis ... fixed minor issues throughout the code (mainly types...
2015-12-26 Costa Tsaousis ... fix for woff2 fonts mime type
2015-12-20 Costa Tsaousis ... updated swagger and unified a few parameter names
2015-12-08 Costa Tsaousis ... disabled mirror and debug urls in production
2015-12-07 Costa Tsaousis ... removed thread unsafe functions
2015-12-07 Costa Tsaousis ... fixed all crashes; empty responses are now formatted...
2015-12-03 Costa Tsaousis ... minor options updates
2015-12-02 Costa Tsaousis ... added jsonwrap api option to allow javascript get infor...
2015-11-30 Costa Tsaousis ... minor code cleanups; updated the dashboard to fix inlin...
2015-11-29 Costa Tsaousis ... fixed a memory leak introduced with the new API
2015-11-29 Costa TsaousisMerge pull request #35 from alonbl/cleanups
2015-11-29 Alon Bar-Levcleanup: remove trailing spaces
2015-11-29 Costa Tsaousis ... added support for custom dashboards - new API is operat...
2015-11-29 Costa Tsaousis ... first complete API implementation - it now supports...
2015-11-28 Costa Tsaousis ... added option to allow running as a user and serving...
2015-11-28 Costa Tsaousis ... code cleanup and re-arrangements for better scalability
2015-11-27 Costa Tsaousis ... avl is now threat safe (found a condition where the...
2015-11-22 Costa Tsaousis ... code cleanup
2015-11-15 Costa TsaousisMerge pull request #20 from alonbl/build
2015-11-15 Alon Bar-Levbuild: move warning to autoconf
2015-11-15 Costa TsaousisMerge pull request #19 from alonbl/build2
2015-11-15 Costa Tsaousis ... removed NETDATA_DAEMON - it can be controlled via comma...
2015-11-15 Costa TsaousisMerge pull request #17 from alonbl/build
2015-11-15 Alon Bar-Levbuild: migrate to autotools
2015-10-27 Costa Tsaousis ... disk statistics got proper names; isolated a performanc...
2015-10-18 Costa Tsaousis ... added make options nozlib=1 to compile without any...
2015-10-17 Costa Tsaousis ... added mysql.chart.sh
2015-10-15 Costa Tsaousis ... added config file option to disable web gzip compression
2015-05-08 Costa Tsaousis ... cleanup in web_client
2015-03-29 Costa Tsaousis ... moved web_client functions to web_client.c; added dicti...
2015-03-25 Costa Tsaousis ... proper IPv6 handling
2015-03-16 Costa Tsaousis ... splitted netdata to multiple source files