summaryrefslogtreecommitdiffstats
path: root/src/core/network (follow)
Commit message (Expand)AuthorAgeFilesLines
* [network] Error handling reformcomex2021-02-282-95/+84
* Merge pull request #5142 from comex/xx-poll-eventsRodrigo Locatti2020-12-092-31/+37
|\
| * network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`comex2020-12-072-31/+37
* | core: Remove unnecessary enum casts in log callsLioncash2020-12-081-6/+6
* | CMakeLists,network: Create YUZU_UNIX macro to replace __unix__comex2020-12-072-5/+5
|/
* core: Fix clang build pt.3Lioncash2020-10-221-1/+1
* Revert "core: Fix clang build"bunnei2020-10-213-26/+23
* core: Fix clang buildLioncash2020-10-183-23/+26
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-24/+24
* network: add missing include for BSDsJan Beich2020-07-231-0/+2
* core/network: Add network abstractionReinUsesLisp2020-07-193-0/+833