Age | Commit message (Expand) | Author |
2023-01-31 | clang-tidy: Fix `modernize-use-default-member-init` in headers | Hennadii Stepanov |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-11-01 | util: move threadinterrupt into util | fanquake |
2022-07-20 | net: convert standalone SetSocketNonBlocking() to Sock::SetNonBlocking() | Vasil Dimov |
2022-07-20 | moveonly: move SetSocketNonBlocking() from netbase to util/sock | Vasil Dimov |
2022-07-20 | net: convert standalone IsSelectableSocket() to Sock::IsSelectable() | Vasil Dimov |
2022-07-20 | moveonly: move IsSelectableSocket() from compat.h to sock.{h,cpp} | Vasil Dimov |
2022-07-20 | refactor: move compat.h into compat/ | fanquake |
2022-06-28 | Merge bitcoin/bitcoin#24378: refactor: make bind() and listen() mockable/test... | laanwj |
2022-06-28 | Merge bitcoin/bitcoin#25426: net: add new method Sock::GetSockName() that wra... | laanwj |
2022-06-22 | net: rename Sock::Reset() to Sock::Close() and make it private | Vasil Dimov |
2022-06-20 | net: remove CloseSocket() | Vasil Dimov |
2022-06-20 | net: remove now unused Sock::Release() | Vasil Dimov |
2022-06-20 | net: add new method Sock::GetSockName() that wraps getsockname() | Vasil Dimov |
2022-06-09 | net: introduce Sock::WaitMany() | Vasil Dimov |
2022-06-09 | net: also wait for exceptional events in Sock::Wait() | Vasil Dimov |
2022-05-18 | net: add new method Sock::Listen() that wraps listen() | Vasil Dimov |
2022-05-18 | net: add new method Sock::Bind() that wraps bind() | Vasil Dimov |
2022-04-15 | net: add new method Sock::SetSockOpt() that wraps setsockopt() | Vasil Dimov |
2021-12-01 | net: add new method Sock::Accept() that wraps accept() | Vasil Dimov |
2021-04-13 | net: flag relevant Sock methods with [[nodiscard]] | Vasil Dimov |
2021-04-06 | doc: fixup -Wdocumentation issues | fanquake |
2021-03-16 | net: add connect() and getsockopt() wrappers to Sock | Vasil Dimov |
2021-03-16 | fuzz: implement unimplemented FuzzedSock methods | Vasil Dimov |
2021-03-16 | i2p: limit the size of incoming messages | Vasil Dimov |
2021-03-01 | net: extend Sock with a method to check whether connected | Vasil Dimov |
2021-03-01 | net: extend Sock with methods for robust send & read until terminator | Vasil Dimov |
2021-03-01 | net: extend Sock::Wait() to report a timeout | Vasil Dimov |
2021-03-01 | net: move the constant maxWait out of InterruptibleRecv() | Vasil Dimov |
2021-02-10 | net: add RAII socket and use it instead of bare SOCKET | Vasil Dimov |
2021-02-10 | net: move CloseSocket() from netbase to util/sock | Vasil Dimov |