Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Merge branch 'clean-shutdown' | Christian Pointner | 2017-11-16 | 11 | -192/+335 |
|\ | |||||
| * | 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 | 4 | -91/+112 |
| * | 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 |
* | added second sample config for s5proxy | Christian Pointner | 2017-07-06 | 1 | -0/+34 |
* | updated gitignore now that s5proxy uses external libs | Christian Pointner | 2017-07-06 | 1 | -0/+2 |
* | 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 |
* | 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 | 10 | -47/+120 |
* | 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 | 8 | -34/+87 |
* | geo ip lookup implemented | Christian Pointner | 2017-05-19 | 6 | -37/+204 |
* | added encoding for geo-ip info | Christian Pointner | 2017-05-19 | 5 | -11/+54 |
* | added inital geo-ip lookup | Christian Pointner | 2017-05-19 | 5 | -3/+109 |
* | added improved sanity checks | Christian Pointner | 2017-05-19 | 2 | -23/+34 |
* | added some basic sanity checks @ decoder | Christian Pointner | 2017-05-19 | 10 | -88/+134 |
* | make variable names more comlient to golang convention | Christian Pointner | 2017-05-18 | 13 | -256/+254 |
* | more accurate back pressure | Christian Pointner | 2017-05-18 | 1 | -3/+5 |
* | Merge branch 'append-workers' | Christian Pointner | 2017-05-18 | 1 | -21/+29 |
|\ | |||||
| * | 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 |
* | updated TODO | Christian Pointner | 2017-05-11 | 1 | -1/+2 |
* | fix previous commit | Christian Pointner | 2017-05-11 | 2 | -0/+119 |
* | added support IP address anonymization | Christian Pointner | 2017-05-11 | 5 | -3/+57 |
* | improved log output for forwarder | Christian Pointner | 2017-05-10 | 4 | -4/+4 |