summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added support IP address anonymizationChristian Pointner2017-05-115-3/+57
* improved log output for forwarderChristian Pointner2017-05-104-4/+4
* new protocol version with streamlined names for variablesChristian Pointner2017-05-1021-124/+116
* 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-1013-190/+194
* 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-066-169/+229
* cleanup and minor improvements for pipe and pipegram interfaceChristian Pointner2017-05-064-55/+118
* revamp test client handlingChristian Pointner2017-05-065-24/+50
* remove get sources/:id web api pointChristian Pointner2017-05-064-59/+19
* implemented bulk receiver for updates via web interfaces (not working yet)Christian Pointner2017-05-062-24/+54
* parse from and limit from request queryChristian Pointner2017-05-061-5/+25
* use json Encoder/Decoder and not marshal/unmarshalChristian Pointner2017-05-066-93/+98
* Merge branch 'bolt'Christian Pointner2017-05-0640-1675/+2176
|\
| * handling for forwarder hubs works nowChristian Pointner2017-05-062-5/+156
| * actually populate forward hub UUIDChristian Pointner2017-05-062-3/+6
| * added additional protocol fields for forwarder hubsChristian Pointner2017-05-063-14/+30
| * remove now uneeded retry for appendChristian Pointner2017-05-056-55/+79
| * switch back to binary indecesChristian Pointner2017-05-011-4/+5
| * refactored test cases a littleChristian Pointner2017-05-011-25/+53
| * added test cases for sourcesChristian Pointner2017-05-012-18/+58
| * some more open testsChristian Pointner2017-05-012-68/+120
| * some more tests...Christian Pointner2017-05-011-11/+87
| * some more testsChristian Pointner2017-05-011-4/+45
| * added test case for getUpdatesAfter and fix a bugChristian Pointner2017-05-014-19/+68
| * added append/fetch tests for read only storeChristian Pointner2017-04-301-8/+21
| * cleaned up store test cases a littleChristian Pointner2017-04-301-53/+49
| * force utc timestampsChristian Pointner2017-04-301-0/+1
| * Merge branch 'bolt' of gitspread:sfive into boltChristian Pointner2017-04-3010-84/+173
| |\
| | * cleaned up proto parser a littleChristian Pointner2017-04-305-69/+139
| | * add one more testcaseChristian Pointner2017-04-301-1/+20
| | * ingore coverage outputChristian Pointner2017-04-301-0/+1
| | * added coverage test and some cleanupChristian Pointner2017-04-302-11/+10
| | * minor store file size optimizationChristian Pointner2017-04-301-3/+3
| * | new web api endpoint hubsChristian Pointner2017-04-306-3/+40
| |/