Age | Commit message (Expand) | Author |
---|---|---|
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 |