Age | Commit message (Expand) | Author |
---|---|---|
2023-08-28 | test: improve sock_tests/move_assignment | Vasil Dimov |
2023-08-25 | net: remove Sock default constructor, it's not necessary | Vasil Dimov |
2023-08-25 | net: remove now unnecessary Sock::Get() | Vasil Dimov |
2023-05-20 | refactor: Move system from util to common library | TheCharlatan |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-11-01 | util: move threadinterrupt into util | fanquake |
2022-07-20 | refactor: move compat.h into compat/ | fanquake |
2022-06-22 | net: rename Sock::Reset() to Sock::Close() and make it private | Vasil Dimov |
2022-06-20 | net: remove now unused Sock::Release() | Vasil Dimov |
2021-04-13 | net: flag relevant Sock methods with [[nodiscard]] | Vasil Dimov |
2021-03-16 | test: add a test to ensure RecvUntilTerminator() limit works | Vasil Dimov |
2021-02-12 | test: fix sign comparison warning in socket tests | fanquake |
2021-02-11 | test: add Sock unit tests | Vasil Dimov |