aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/tls/asio/asio_async_base.h
Commit message (Expand)AuthorAgeFilesLines
* use class instead of structHannes Rantzsch2019-04-231-1/+2
* remove superfluous #ifdef guardsHannes Rantzsch2019-04-231-3/+0
* review: low hanging fruitsHannes Rantzsch2019-04-161-1/+4
* include build.h in all headers to make sure definitions are availableHannes Rantzsch2019-04-161-0/+2
* documentation and minor fixes for async opsHannes Rantzsch2019-04-161-2/+45
* fix: require boost 1.66Hannes Rantzsch2019-04-161-1/+1
* FIX: async_base immediate completionHannes Rantzsch2019-04-161-1/+1
* async ops will now call operator() from their constructor -> initiating funct...Tim Oesterreich2019-04-161-1/+1
* ensure boost version > 1.66.0Tim Oesterreich2019-04-161-1/+8
* remove unnecessary includeTim Oesterreich2019-04-161-2/+0
* review: use asio stackless coroutines instead of expensive template instantia...Tim Oesterreich2019-04-161-16/+5
* review: adapt naming to network TSTim Oesterreich2019-04-161-9/+9
* code commentsTim Oesterreich2019-04-161-0/+1
* improve async opsHannes Rantzsch2019-04-161-0/+68