aboutsummaryrefslogtreecommitdiffstats
path: root/src/cmd/tls_proxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename cmd/app -> cliSimon Warta2015-12-091-459/+0
|
* Fix tls_proxy appSimon Warta2015-12-091-8/+8
| | | | Closes #345
* Replace \n by std::endl in /src/cmdSimon Warta2015-06-231-4/+4
| | | | to ensure proper flusing
* Hide all uses of boost filesystem in fs.cpp. Use readdir as anlloyd2015-02-211-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.
* Fixlloyd2015-01-111-2/+1
|
* Better to have a RNG state per connection and avoid lock contentionlloyd2015-01-111-18/+5
|
* Proxy tweakslloyd2015-01-111-3/+16
|
* Have TLS server take certificate and key from command linelloyd2015-01-111-143/+11
|
* Convert the asio server from a weird example server to a generic proxy server.lloyd2015-01-101-0/+592