index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
network
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
configuration: add option to select network interface
spholz
2021-08-12
4
-22
/
+164
*
network: GetAndLogLastError: ignore Errno::AGAIN
Sönke Holz
2021-08-07
1
-1
/
+5
*
network: fix fcntl cmds
Sönke Holz
2021-08-06
1
-2
/
+2
*
network: fix ternary operator in Socket::SendTo
spholz
2021-08-02
1
-1
/
+1
*
[network] Error handling reform
comex
2021-02-28
2
-95
/
+84
*
Merge pull request #5142 from comex/xx-poll-events
Rodrigo Locatti
2020-12-09
2
-31
/
+37
|
\
|
*
network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum class PollEvents`
comex
2020-12-07
2
-31
/
+37
*
|
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-08
1
-6
/
+6
*
|
CMakeLists,network: Create YUZU_UNIX macro to replace __unix__
comex
2020-12-07
2
-5
/
+5
|
/
*
core: Fix clang build pt.3
Lioncash
2020-10-22
1
-1
/
+1
*
Revert "core: Fix clang build"
bunnei
2020-10-21
3
-26
/
+23
*
core: Fix clang build
Lioncash
2020-10-18
3
-23
/
+26
*
core/CMakeLists: Make some warnings errors
Lioncash
2020-10-13
1
-24
/
+24
*
network: add missing include for BSDs
Jan Beich
2020-07-23
1
-0
/
+2
*
core/network: Add network abstraction
ReinUsesLisp
2020-07-19
3
-0
/
+833