]> git.sesse.net Git - remoteglot/history - www/serve-analysis.js
Add a temporary safeguard.
[remoteglot] / www / serve-analysis.js
2016-03-20 Steinar H. GundersonAdd support for probing the engine hash (requires gRPC...
2016-01-24 Steinar H. Gundersonserve-analysis.js does not need write access.
2015-06-27 Steinar H. GundersonRemove an obsolete comment.
2015-06-25 Steinar H. GundersonIntegrate varnishcount.pl into serve-analysis.js, so...
2015-06-25 Steinar H. GundersonMake serve-analysis.js capable of handling e.g. /analys...
2015-06-21 Steinar H. GundersonMake the JSON filename served by Node.js configurable.
2015-06-21 Steinar H. GundersonMake serve-analysis.js capable of listening on a differ...
2015-06-21 Steinar H. GundersonVersion bump is done.
2015-06-21 Steinar H. GundersonBump version to 2015062104.
2015-06-21 Steinar H. GundersonFix some silly logging issues.
2015-06-21 Steinar H. GundersonAdd a mechanism for the server to ask the client to...
2014-12-03 Steinar H. GundersonA little serve-analysis bugfix I forgot to commit.
2014-11-25 Steinar H. GundersonMore header squeezing.
2014-11-25 Steinar H. GundersonSome pointless HTTP header microoptimization.
2014-11-25 Steinar H. GundersonNo longer serve Expires header; it is not needed.
2014-11-25 Steinar H. GundersonMake sure we do not try to process more than one analys...
2014-11-25 Steinar H. GundersonMake some constants SHOUT_A_BIT.
2014-11-25 Steinar H. GundersonAdd support for delta JSON, to squeeze the request...
2014-11-24 Steinar H. GundersonStick most of the properties of the served object in...
2014-11-20 Steinar H. GundersonDo not hardcode the domain; no longer needed since...
2014-11-16 Steinar H. GundersonSend the right Vary headers.
2014-11-16 Steinar H. GundersonAdd a separate script for counting viewers from Varnish...
2014-11-16 Steinar H. GundersonSolve timeouts by touching analysis.json.
2014-11-12 Steinar H. GundersonCount viewers fewer times when doing mass-sending,...
2014-11-12 Steinar H. GundersonFix a typo.
2014-11-11 Steinar H. GundersonRemove a client from the sleeping list immediately...
2014-11-11 Steinar H. GundersonCount connected viewers a bit more precisely; in partic...
2014-11-08 Steinar H. GundersonAdd support for gzip in serve-analysis.js.
2014-09-07 Steinar H. GundersonFix several crash issues all related to initial file...
2014-09-06 Steinar H. GundersonFix an issue in the node.js sender where it would not...
2014-09-05 Steinar H. GundersonAdd a node.js version of analysis.pl.