summaryrefslogtreecommitdiffstats
path: root/src/core/internal_network/network.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Silence nifm spamKelebek12023-04-221-1/+1
|
* general: fix spelling mistakesLiam2023-03-121-2/+2
|
* net: translate ECONNRESET network errorMonsterDruide12023-02-211-0/+4
|
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-2/+2
| | | | | This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-2/+2
|
* Merge pull request #9508 from ameerj/hle-ipc-buffer-spanbunnei2023-01-301-2/+2
|\ | | | | hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer
| * bsd: Use std::span for read payloadsameerj2022-12-291-2/+2
| | | | | | | | Allows the use of HLERequestContext::ReadBufferSpan
* | net: Silently translate ETIMEDOUT network errorMonsterDruide12023-01-051-1/+5
|/
* sockets: Make fd member variable protectedLioncash2022-09-221-6/+6
| | | | | Other things shouldn't be able to directly mess around with the descriptor
* internal_network: Fix mingw compilationFearlessTobi2022-08-151-4/+5
| | | | Apparently, "interface" is a reserved keyword on this compiler.
* core, yuzu: Address first part of review commentsFearlessTobi2022-08-151-4/+4
|
* core, network: Add ability to proxy socket packetsFearlessTobi2022-08-151-30/+31
|
* yuzu: Add ui files for multiplayer roomsFearlessTobi2022-07-251-0/+637