aboutsummaryrefslogtreecommitdiffstats
path: root/src/cli/tls_proxy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some warnings in the Boost specific code/testsJack Lloyd2020-09-271-1/+1
* FIX: build with --minimized-build --enable-modules=tls --with-boostRené Meusel2020-03-161-0/+1
* prefer std::shared_ptr to boost::shared_ptrNuno Goncalves2019-10-151-4/+2
* tls cli: getting real number of cores as possible.David Carlier2019-09-141-1/+2
* Don't assume any particular kind of RNG is available in the cliJack Lloyd2019-08-301-13/+4
* Don't strictly require auto_rng in tls_proxyJack Lloyd2019-08-281-2/+11
* Fix tls_proxy and use =default for policy optionsJack Lloyd2019-07-221-1/+1
* In CLI support setting TLS policy to any known typeJack Lloyd2019-07-221-3/+3
* Fix some MSVC and LGTM warningsJack Lloyd2019-06-291-1/+1
* Add --max-clients option to tls_proxy and tls_http_serverJack Lloyd2019-05-311-31/+57
* Avoid warningsJack Lloyd2019-05-241-0/+2
* Fix a few warnings in Boost specific codeJack Lloyd2019-04-131-1/+1
* boost 1.70 compatibilityRalf van der Enden2019-04-051-1/+7
* Support getting a passphrase from most of the cli toolsJack Lloyd2018-12-011-1/+1
* Properly set thread counts in asio TLS serversJack Lloyd2018-05-091-1/+10
* Reorganize code to avoid cli/test build failures if filesystem disabledJack Lloyd2018-01-191-1/+1
* Print a command description for cli helpRené Korthaus2018-01-041-0/+10
* Additional final annotationsJack Lloyd2017-10-151-2/+3
* Reformat code with astyle + fix code styleTomasz Frydrych2017-05-011-81/+98
* Changes to TLS::Callbacks for GH PR #457Jack Lloyd2016-08-161-10/+7
* Compatibility patch for TLS::Callback interfaceMatthias Gierlings2016-06-191-2/+2
* Implemented Feedback on GH #457Matthias Gierlings2016-06-191-1/+1
* Fix For Travis CI build errors on Mac-Systems.Matthias Gierlings2016-06-191-2/+2
* Reduction of code complexity in TLS classes.Matthias Gierlings2016-06-191-0/+1
* Catch the right exception type so errors are reported instead ofJack Lloyd2016-04-151-8/+17
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Avoid having Command* objects be created until requested.Jack Lloyd2015-12-301-1/+1
* Add Command::rng()Jack Lloyd2015-12-271-4/+3
* CLI rewriteJack Lloyd2015-12-191-85/+75
* Rename cmd/app -> cliSimon Warta2015-12-091-0/+459