Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename cmd/app -> cli | Simon Warta | 2015-12-09 | 1 | -459/+0 |
| | |||||
* | Fix tls_proxy app | Simon Warta | 2015-12-09 | 1 | -8/+8 |
| | | | | Closes #345 | ||||
* | Replace \n by std::endl in /src/cmd | Simon Warta | 2015-06-23 | 1 | -4/+4 |
| | | | | to ensure proper flusing | ||||
* | Hide all uses of boost filesystem in fs.cpp. Use readdir as an | lloyd | 2015-02-21 | 1 | -1/+1 |
| | | | | | alternate implementation for Unix and add some feature checks so a boost-free build of the tests and command line are possible again. | ||||
* | Fix | lloyd | 2015-01-11 | 1 | -2/+1 |
| | |||||
* | Better to have a RNG state per connection and avoid lock contention | lloyd | 2015-01-11 | 1 | -18/+5 |
| | |||||
* | Proxy tweaks | lloyd | 2015-01-11 | 1 | -3/+16 |
| | |||||
* | Have TLS server take certificate and key from command line | lloyd | 2015-01-11 | 1 | -143/+11 |
| | |||||
* | Convert the asio server from a weird example server to a generic proxy server. | lloyd | 2015-01-10 | 1 | -0/+592 |