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
*
network_interface: Cleanup code
Morph
2021-08-27
1
-76
/
+83
*
network_interface: Replace default return value with std::nullopt
Morph
2021-08-27
1
-6
/
+6
*
network_interface: correct formatting
Sönke Holz
2021-08-16
1
-1
/
+1
*
network_interface: fix mingw-w64 build
spholz
2021-08-16
1
-1
/
+1
*
network: retrieve subnet mask and gateway info
Sönke Holz
2021-08-16
4
-16
/
+121
*
network: don't use reinterpret_cast in GetAvailableNetworkInterfaces
spholz
2021-08-13
1
-7
/
+4
*
network: fix mingw-w64 build
Sönke Holz
2021-08-13
1
-4
/
+4
*
network: don't use assert to check if no network interfaces are returned
Sönke Holz
2021-08-13
1
-2
/
+4
*
network: use Common::BitCast instead of std::bit_cast
Sönke Holz
2021-08-13
1
-2
/
+3
*
network: narrow down scope of "result" in win32 code for
Sönke Holz
2021-08-13
1
-4
/
+5
*
network: use explicit bool conversions in GetAvailableNetworkInterfaces
Sönke Holz
2021-08-13
1
-1
/
+1
*
network: initialize ip_addr in GetHostIPv4Address()
Sönke Holz
2021-08-13
1
-1
/
+1
*
network: correct formatting in network.cpp and network_interface.cpp
Sönke Holz
2021-08-12
2
-8
/
+6
*
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