summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* initial work to make tls parameter configurableChristian Pointner2017-07-023-20/+51
* parse header op time duration on config loadChristian Pointner2017-06-292-26/+39
* use UTC timestamp in headerChristian Pointner2017-06-291-1/+1
* improve config parsing for header operationChristian Pointner2017-06-291-26/+16
* add warning if https is enabled but no cert/key is configuredChristian Pointner2017-06-291-1/+9
* usage of protocols can noe be configuredChristian Pointner2017-06-292-17/+33
* added config parser for new config optionsChristian Pointner2017-06-292-1/+81
* added initial support for http/https connection multiplexingChristian Pointner2017-06-282-12/+60
* improve documentation and more sanity checksChristian Pointner2017-06-108-31/+62
* add one more TODOChristian Pointner2017-06-071-1/+1
* fix unreachable codeChristian Pointner2017-06-061-1/+0
* updated s5proxy to new type namesChristian Pointner2017-06-057-33/+87
* 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-1014-107/+99
* 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
* 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