Age | Commit message (Expand) | Author |
---|---|---|
2021-09-11 | Cleanup headers after #20788 | Hennadii Stepanov |
2021-04-13 | net: flag relevant Sock methods with [[nodiscard]] | Vasil Dimov |
2021-03-16 | net: add connect() and getsockopt() wrappers to Sock | 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-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 |