Age | Commit message (Collapse) | Author |
|
|
|
Resolves: #305
|
|
|
|
Result can now consist of multiple addresses.
|
|
|
|
|
|
|
|
|
|
Resolves: #87.
|
|
|
|
|
|
|
|
|
|
|
|
This hopefully fixes the DNS server caching behavior
on network change.
|
|
|
|
|
|
|
|
|
|
This means we can now move them to a separate thread.
|
|
|
|
|
|
|
|
Connections now fallback on other DNS entries upon failure,
taking into account SRV priorities.
|
|
|
|
Timer now no longer runs in its own thread, but in the main Boost
IOService thread.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ClientSession no longer sets up a connection.
Connection no longer resolves addresses.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BoostConnections no longer have their own thread, but are managed from
a central Boost IO thread instead.
|
|
|
|
|
|
|
|
|