aboutsummaryrefslogtreecommitdiffstats
path: root/doc/examples/asio_tls_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use boost::asio instead of standalone asio as it's more commonlylloyd2012-01-271-26/+23
* Change callback interface to pass the Alert object itself insteadlloyd2012-01-261-8/+8
* Use multiple threads in asio example serverlloyd2012-01-261-13/+74
* The credentials manager interface seems a much better place for certlloyd2012-01-231-53/+3
* Since this branch is hugely API breaking already, go ahead and putlloyd2012-01-231-10/+10
* s/queue_for_sending/sendlloyd2012-01-181-2/+2
* Small fixeslloyd2012-01-161-14/+3
* Avoid overlapping writes. Pretend to be an HTTP serverlloyd2012-01-071-19/+79
* Various example updates. Add a new TLS server example that uses asiolloyd2012-01-061-0/+266