Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config options must be exported to usabel by (json|yaml|toml) decoder | Christian Pointner | 2017-07-02 | 1 | -6/+6 |
| | |||||
* | config type for store | Christian Pointner | 2017-07-02 | 3 | -34/+34 |
| | |||||
* | move tlsconfig to seperate package | Christian Pointner | 2017-07-02 | 2 | -287/+12 |
| | |||||
* | tls settings con now be fully configured | Christian Pointner | 2017-07-02 | 2 | -17/+284 |
| | |||||
* | initial work to make tls parameter configurable | Christian Pointner | 2017-07-02 | 3 | -20/+51 |
| | |||||
* | parse header op time duration on config load | Christian Pointner | 2017-06-29 | 2 | -26/+39 |
| | |||||
* | use UTC timestamp in header | Christian Pointner | 2017-06-29 | 1 | -1/+1 |
| | |||||
* | improve config parsing for header operation | Christian Pointner | 2017-06-29 | 1 | -26/+16 |
| | |||||
* | add warning if https is enabled but no cert/key is configured | Christian Pointner | 2017-06-29 | 1 | -1/+9 |
| | |||||
* | usage of protocols can noe be configured | Christian Pointner | 2017-06-29 | 2 | -17/+33 |
| | |||||
* | added config parser for new config options | Christian Pointner | 2017-06-29 | 2 | -1/+81 |
| | |||||
* | added initial support for http/https connection multiplexing | Christian Pointner | 2017-06-28 | 2 | -12/+60 |
| | |||||
* | improve documentation and more sanity checks | Christian Pointner | 2017-06-10 | 8 | -31/+62 |
| | |||||
* | add one more TODO | Christian Pointner | 2017-06-07 | 1 | -1/+1 |
| | |||||
* | fix unreachable code | Christian Pointner | 2017-06-06 | 1 | -1/+0 |
| | |||||
* | updated s5proxy to new type names | Christian Pointner | 2017-06-05 | 7 | -33/+87 |
| | |||||
* | geo ip lookup implemented | Christian Pointner | 2017-05-19 | 6 | -37/+204 |
| | |||||
* | added encoding for geo-ip info | Christian Pointner | 2017-05-19 | 4 | -11/+42 |
| | |||||
* | added inital geo-ip lookup | Christian Pointner | 2017-05-19 | 5 | -3/+109 |
| | |||||
* | added improved sanity checks | Christian Pointner | 2017-05-19 | 1 | -22/+34 |
| | |||||
* | added some basic sanity checks @ decoder | Christian Pointner | 2017-05-19 | 9 | -83/+133 |
| | | | | use pointer to data-update datastructures | ||||
* | make variable names more comlient to golang convention | Christian Pointner | 2017-05-18 | 12 | -254/+254 |
| | |||||
* | more accurate back pressure | Christian Pointner | 2017-05-18 | 1 | -3/+5 |
| | |||||
* | fixed multi worker append | Christian Pointner | 2017-05-18 | 1 | -7/+11 |
| | |||||
* | first test with multiple append workers | Christian Pointner | 2017-05-16 | 1 | -20/+24 |
| | |||||
* | remove read only commands from server | Christian Pointner | 2017-05-16 | 6 | -86/+17 |
| | |||||
* | fix previous commit | Christian Pointner | 2017-05-11 | 2 | -0/+119 |
| | |||||
* | added support IP address anonymization | Christian Pointner | 2017-05-11 | 3 | -2/+47 |
| | |||||
* | improved log output for forwarder | Christian Pointner | 2017-05-10 | 4 | -4/+4 |
| | |||||
* | new protocol version with streamlined names for variables | Christian Pointner | 2017-05-10 | 14 | -107/+99 |
| | |||||
* | and one more variable refactoring | Christian Pointner | 2017-05-10 | 1 | -37/+37 |
| | |||||
* | and some more variable renaming | Christian Pointner | 2017-05-10 | 6 | -56/+53 |
| | |||||
* | some more variable renaming | Christian Pointner | 2017-05-10 | 2 | -56/+56 |
| | |||||
* | major variable name refactoring | Christian Pointner | 2017-05-10 | 11 | -187/+187 |
| | |||||
* | some cleanup @ forwarder | Christian Pointner | 2017-05-07 | 4 | -37/+19 |
| | |||||
* | cleaned up graphite forwarder | Christian Pointner | 2017-05-07 | 3 | -16/+16 |
| | |||||
* | minor cleanup | Christian Pointner | 2017-05-07 | 1 | -16/+17 |
| | |||||
* | use reader/writer interface for fowarder | Christian Pointner | 2017-05-07 | 1 | -30/+45 |
| | |||||
* | added stateful encoder | Christian Pointner | 2017-05-07 | 4 | -8/+66 |
| | |||||
* | forwarding works now with new web api | Christian Pointner | 2017-05-07 | 3 | -101/+91 |
| | |||||
* | update test client to use new _bulk api | Christian Pointner | 2017-05-07 | 1 | -2/+2 |
| | |||||
* | implemented post updates | Christian Pointner | 2017-05-07 | 1 | -49/+50 |
| | |||||
* | cleaned up web api _bulk vs normal | Christian Pointner | 2017-05-07 | 2 | -49/+83 |
| | |||||
* | use /updates/_bulk for bulk imports (like Elasticsearch) | Christian Pointner | 2017-05-07 | 6 | -80/+116 |
| | |||||
* | added dispatcher for bulk vs single updates post | Christian Pointner | 2017-05-07 | 1 | -53/+58 |
| | |||||
* | get update list implemented ... some thinking necessary | Christian Pointner | 2017-05-06 | 1 | -87/+107 |
| | |||||
* | re-added handler for last update id | Christian Pointner | 2017-05-06 | 3 | -28/+76 |
| | |||||
* | re-added hubs and source listing | Christian Pointner | 2017-05-06 | 1 | -34/+60 |
| | |||||
* | drop goji which never did much anyway | Christian Pointner | 2017-05-06 | 5 | -166/+226 |
| | |||||
* | cleanup and minor improvements for pipe and pipegram interface | Christian Pointner | 2017-05-06 | 4 | -55/+118 |
| |