summaryrefslogtreecommitdiff
path: root/src/hub
Commit message (Expand)AuthorAgeFilesLines
* cleaner shutdown for pipgram interfaceChristian Pointner2017-07-133-90/+111
* first steps towards clean shutdownChristian Pointner2017-07-117-41/+64
* server shutdown is a little better now (still needs some thoughts though)Christian Pointner2017-07-071-40/+39
* make worker configurableChristian Pointner2017-07-073-4/+12
* forwarder now use config structs as wellChristian Pointner2017-07-055-20/+24
* some more logging cleanupChristian Pointner2017-07-057-59/+59
* server interfaces now use config structsChristian Pointner2017-07-055-48/+48
* hub uses config structs nowChristian Pointner2017-07-042-21/+97
* srv now uses a config struct it selfChristian Pointner2017-07-043-8/+54
* add missing file frem previous commitsChristian Pointner2017-07-041-0/+38
* config options must be exported to usabel by (json|yaml|toml) decoderChristian Pointner2017-07-021-6/+6
* config type for storeChristian Pointner2017-07-023-34/+34
* improve documentation and more sanity checksChristian Pointner2017-06-107-31/+58
* add one more TODOChristian Pointner2017-06-071-1/+1
* updated s5proxy to new type namesChristian Pointner2017-06-051-0/+15
* geo ip lookup implementedChristian Pointner2017-05-196-37/+204
* added encoding for geo-ip infoChristian Pointner2017-05-194-11/+42
* added inital geo-ip lookupChristian Pointner2017-05-195-3/+109
* added improved sanity checksChristian Pointner2017-05-191-22/+34
* added some basic sanity checks @ decoderChristian Pointner2017-05-199-83/+133
* make variable names more comlient to golang conventionChristian Pointner2017-05-1812-254/+254
* more accurate back pressureChristian Pointner2017-05-181-3/+5
* fixed multi worker appendChristian Pointner2017-05-181-7/+11
* first test with multiple append workersChristian Pointner2017-05-161-20/+24
* remove read only commands from serverChristian Pointner2017-05-166-86/+17
* fix previous commitChristian Pointner2017-05-112-0/+119
* added support IP address anonymizationChristian Pointner2017-05-113-2/+47
* improved log output for forwarderChristian Pointner2017-05-104-4/+4
* new protocol version with streamlined names for variablesChristian Pointner2017-05-105-19/+7
* and one more variable refactoringChristian Pointner2017-05-101-37/+37
* and some more variable renamingChristian Pointner2017-05-106-56/+53
* some more variable renamingChristian Pointner2017-05-102-56/+56
* major variable name refactoringChristian Pointner2017-05-1011-187/+187
* some cleanup @ forwarderChristian Pointner2017-05-074-37/+19
* cleaned up graphite forwarderChristian Pointner2017-05-073-16/+16
* minor cleanupChristian Pointner2017-05-071-16/+17
* use reader/writer interface for fowarderChristian Pointner2017-05-071-30/+45
* added stateful encoderChristian Pointner2017-05-074-8/+66
* forwarding works now with new web apiChristian Pointner2017-05-073-101/+91
* update test client to use new _bulk apiChristian Pointner2017-05-071-2/+2
* implemented post updatesChristian Pointner2017-05-071-49/+50
* cleaned up web api _bulk vs normalChristian Pointner2017-05-072-49/+83
* use /updates/_bulk for bulk imports (like Elasticsearch)Christian Pointner2017-05-076-80/+116
* added dispatcher for bulk vs single updates postChristian Pointner2017-05-071-53/+58
* get update list implemented ... some thinking necessaryChristian Pointner2017-05-061-87/+107
* re-added handler for last update idChristian Pointner2017-05-063-28/+76
* re-added hubs and source listingChristian Pointner2017-05-061-34/+60
* drop goji which never did much anywayChristian Pointner2017-05-065-166/+226
* cleanup and minor improvements for pipe and pipegram interfaceChristian Pointner2017-05-064-55/+118
* revamp test client handlingChristian Pointner2017-05-061-24/+29