Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added timestamp index | Christian Pointner | 2018-01-12 | 3 | -3/+67 |
* | added helper functions for timestamp index | Christian Pointner | 2018-01-12 | 3 | -0/+86 |
* | added search index buckets | Christian Pointner | 2018-01-12 | 4 | -1/+39 |
* | use int64 for ids everywhere | Christian Pointner | 2017-12-27 | 7 | -60/+60 |
* | switch from boltdb/bolt to coreos/bbolt | Christian Pointner | 2017-12-23 | 3 | -3/+3 |
* | clean shutdown for forwarder (not finished) | Christian Pointner | 2017-11-25 | 5 | -31/+85 |
* | use uniqe slug for clients (ip/port seperator) | Christian Pointner | 2017-11-19 | 1 | -2/+2 |
* | move hub web api to /api/v1/ path | Christian Pointner | 2017-11-16 | 3 | -12/+14 |
* | pipe client connections can now be killed on shutdown | Christian Pointner | 2017-07-15 | 1 | -24/+46 |
* | interface shutdown almost clean now | Christian Pointner | 2017-07-14 | 5 | -109/+138 |
* | added (stupid) shutdown for pipe interface | Christian Pointner | 2017-07-13 | 2 | -15/+34 |
* | move pipgram into separate file | Christian Pointner | 2017-07-13 | 2 | -63/+92 |
* | cleaner shutdown for pipgram interface | Christian Pointner | 2017-07-13 | 3 | -90/+111 |
* | first steps towards clean shutdown | Christian Pointner | 2017-07-11 | 7 | -41/+64 |
* | server shutdown is a little better now (still needs some thoughts though) | Christian Pointner | 2017-07-07 | 1 | -40/+39 |
* | make worker configurable | Christian Pointner | 2017-07-07 | 3 | -4/+12 |
* | forwarder now use config structs as well | Christian Pointner | 2017-07-05 | 5 | -20/+24 |
* | some more logging cleanup | Christian Pointner | 2017-07-05 | 7 | -59/+59 |
* | server interfaces now use config structs | Christian Pointner | 2017-07-05 | 5 | -48/+48 |
* | hub uses config structs now | Christian Pointner | 2017-07-04 | 2 | -21/+97 |
* | srv now uses a config struct it self | Christian Pointner | 2017-07-04 | 3 | -8/+54 |
* | add missing file frem previous commits | Christian Pointner | 2017-07-04 | 1 | -0/+38 |
* | 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 |
* | improve documentation and more sanity checks | Christian Pointner | 2017-06-10 | 7 | -31/+58 |
* | add one more TODO | Christian Pointner | 2017-06-07 | 1 | -1/+1 |
* | updated s5proxy to new type names | Christian Pointner | 2017-06-05 | 1 | -0/+15 |
* | 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 |
* | 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 | 5 | -19/+7 |
* | 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 |