Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add support for multiple backends in config | Christian Pointner | 2018-02-15 | 3 | -5/+31 |
| | |||||
* | make sfive stats more flexible | Christian Pointner | 2018-02-15 | 3 | -8/+16 |
| | |||||
* | updated copyright notice | Christian Pointner | 2018-02-15 | 4 | -4/+4 |
| | |||||
* | 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 |
| | |||||
* | added some scripts for forwarding tests | Christian Pointner | 2017-11-19 | 4 | -0/+221 |
| | |||||
* | 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 |
| | | | | cleanup at log messages | ||||
* | 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 |
| | | | | use pointer to data-update datastructures |