summaryrefslogtreecommitdiff
path: root/src/hub/src
Commit message (Expand)AuthorAgeFilesLines
* added test cases for open and creationChristian Pointner2017-04-293-120/+245
* added version field to storeChristian Pointner2017-04-294-20/+83
* minor refactoringChristian Pointner2017-04-293-12/+12
* use printable characters for itob/btoiChristian Pointner2017-04-281-5/+4
* forwarding works nowChristian Pointner2017-04-282-54/+100
* web uses server to access store nowChristian Pointner2017-04-271-1/+1
* rename some stuffChristian Pointner2017-04-277-37/+37
* minor refactoringChristian Pointner2017-04-271-3/+3
* added copyright headerChristian Pointner2017-04-2715-0/+480
* minor refactoringChristian Pointner2017-04-271-38/+38
* remove vizualizationChristian Pointner2017-04-274-56/+45
* 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-278-218/+144
* hubinfo table moved to bolt as wellChristian Pointner2017-04-276-46/+35
* remove most of no-longer-needed stats stuffChristian Pointner2017-04-276-304/+7
* 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-232-41/+18
* moved client data to bolt dbChristian Pointner2017-04-235-79/+107
* drop no needed mysql supportChristian Pointner2017-04-234-26/+15
* fix last commitChristian Pointner2017-04-221-1/+1
* fix a lot of masked return values (mostly errors)Christian Pointner2017-04-225-36/+44
* upgrade to gorp v2Christian Pointner2017-04-221-1/+1
* added store benchmarkingChristian Pointner2017-04-221-1/+93
* make hostname last url element for piwik forwardingChristian Pointner2017-03-111-1/+1
* added forwarding for piwikChristian Pointner2017-03-112-2/+127
* removing debug outputChristian Pointner2016-10-171-1/+1
* grop has been moved to new repoChristian Pointner2016-01-081-2/+2
* fixed formattingChristian Pointner2016-01-082-7/+7
* uuid package has been moved to githubChristian Pointner2016-01-081-2/+2
* using new factory method for graphiteChristian Pointner2015-10-201-3/+1
* bugfix for grahpite forwardingv0.1.00.1.0Christian Pointner2015-10-171-1/+2
* hub: add support for graphite forwardingChristian Pointner2015-10-174-0/+136
* 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: fix storing tags, returning clients,tagsMarkus Grüneis2014-11-274-34/+67
* hub: add basic elastic-search forwardingMarkus Grüneis2014-11-162-0/+74
* 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