Age | Commit message (Collapse) | Author |
|
|
|
If anyone has any reason to believe this is a bad idea, please let me know.
|
|
|
|
|
|
fix #3226
|
|
an internal static object
See https://github.com/randombit/botan/issues/761
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If available in Botan.
There is an issue where, if botan supports it but we don’t enable it, then
the TLS handshake may fail with some servers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fix #3211
|
|
|
|
This way, TCPSocketHandler only deal with the message sending/receiving, not
the connect() or anything else. This will be used for implementing servers
(because when a client is accepted, we don’t need all the connect() and dns
resolution stuff).
|
|
|
|
fix #3171
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The version with the vector, that can be disabled etc, is “very” slow, so we
use unique_ptr when we don’t need to disable it, and when it only contains
one function
|
|
“It is possible to select(2) or poll(2) for completion by selecting the
socket for writing”
Yeah, sure, “writing”…
|
|
|
|
fix coverity CID 134470
|
|
fix coverity CID 134469
|
|
fix #3207
|
|
|
|
Because c-ares may close one of its socket, even if it’s not the one that
has the event. Otherwise we may not know when a socket has been removed from
our poller (automatically, when close()ed) and this leads to bugs.
|
|
This reverts commit 5328d0806fdc5becb9344b4d4320787a2b7c0712.
|
|
|
|
|
|
It’s $CURRENT_YEAR
|
|
|
|
|
|
|
|
|
|
|
|
Move all constructors at the top of classes
|
|
|