summaryrefslogtreecommitdiff
path: root/src/hub
Commit message (Expand)AuthorAgeFilesLines
* minor refactoringChristian Pointner2017-04-271-38/+38
* remove vizualizationChristian Pointner2017-04-275-57/+46
* disable sleep during forwardChristian Pointner2017-04-273-3/+0
* get updates limitChristian Pointner2017-04-279-50/+35
* no more selfChristian Pointner2017-04-279-110/+110
* storing data updates into bolt works nowChristian Pointner2017-04-272-60/+94
* no more stats in namesChristian Pointner2017-04-2713-79/+78
* completely remove sqliteChristian Pointner2017-04-2716-232/+157
* hubinfo table moved to bolt as wellChristian Pointner2017-04-276-46/+35
* remove most of no-longer-needed stats stuffChristian Pointner2017-04-277-312/+12
* also move source info into boltChristian Pointner2017-04-274-443/+274
* store user agents in a seperate bucketChristian Pointner2017-04-243-13/+85
* set fill precentage for client data bucket to 100%Christian Pointner2017-04-231-0/+1
* no warning on expected error on client disconnectChristian Pointner2017-04-232-2/+13
* minor web interface fixChristian Pointner2017-04-232-5/+6
* revamp test scripts, simpified tag insertionChristian Pointner2017-04-2314-59/+76
* moved client data to bolt dbChristian Pointner2017-04-236-79/+108
* drop no needed mysql supportChristian Pointner2017-04-235-28/+15
* fix last commitChristian Pointner2017-04-221-1/+1
* fix a lot of masked return values (mostly errors)Christian Pointner2017-04-226-36/+45
* upgrade to gorp v2Christian Pointner2017-04-222-2/+2
* added store benchmarkingChristian Pointner2017-04-222-4/+97
* make hostname last url element for piwik forwardingChristian Pointner2017-03-111-1/+1
* make build with non standard goroot possibleChristian Pointner2017-03-112-0/+4
* added forwarding for piwikChristian Pointner2017-03-113-2/+131
* removing debug outputChristian Pointner2016-10-172-3/+2
* inital checking for s5proxyChristian Pointner2016-10-131-1/+0
* grop has been moved to new repoChristian Pointner2016-01-082-3/+3
* fixed formattingChristian Pointner2016-01-083-8/+12
* uuid package has been moved to githubChristian Pointner2016-01-083-3/+4
* improved MakefileChristian Pointner2016-01-081-25/+33
* using new factory method for graphiteChristian Pointner2015-10-201-3/+1
* bugfix for grahpite forwardingv0.1.00.1.0Christian Pointner2015-10-171-1/+2
* updated changelog and license infov0.0.80.0.8Christian Pointner2015-10-171-2/+2
* hub: add support for graphite forwardingChristian Pointner2015-10-175-0/+137
* removed vet and format targets from default buildChristian Pointner2015-07-211-1/+1
* added go vet/fmt to hub MakefileChristian Pointner2015-07-171-1/+9
* hub: improved last-update query for elasticsearchChristian Pointner2014-12-061-1/+1
* hub: fix fwd-esMarkus Grüneis2014-11-291-23/+14
* hub: store duration in millisecondsMarkus Grüneis2014-11-293-4/+4
* hub: query last-id from elasticsearch in fwd-esMarkus Grüneis2014-11-292-71/+155
* hub: fwd-es tries bulk-apiMarkus Grüneis2014-11-291-21/+26
* hub: fixed distclean target at MakefileChristian Pointner2014-11-291-0/+1
* hub: fix storing tags, returning clients,tagsMarkus Grüneis2014-11-275-35/+68
* creating index with keyword tokenizerChristian Pointner2014-11-271-1/+1
* hub: add basic elastic-search forwardingMarkus Grüneis2014-11-163-0/+79
* hub: Add support for /updates query with sortOrder, fix invalid queriesMarkus Grüneis2014-10-253-22/+54
* hub: Retrieve HubId via ActorMarkus Grüneis2014-10-252-1/+25
* hub: Use getUpdatesInvoke in web.Markus Grüneis2014-10-251-1/+1
* hub: Refactor actor invoke functions.Markus Grüneis2014-10-253-19/+29