index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
network
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-07
service: bsd: Add keepalive socket option
tech-ticks
2022-03-19
core: Reduce unused includes
ameerj
2021-11-03
core: Remove unused includes
ameerj
2021-10-01
network: Do not log IP address
Morph
2021-09-11
common: Move error handling to error.cpp/h
Morph
2021-08-27
network_interface: Cleanup code
Morph
2021-08-27
network_interface: Replace default return value with std::nullopt
Morph
2021-08-16
network_interface: correct formatting
Sönke Holz
2021-08-16
network_interface: fix mingw-w64 build
spholz
2021-08-16
network: retrieve subnet mask and gateway info
Sönke Holz
2021-08-13
network: don't use reinterpret_cast in GetAvailableNetworkInterfaces
spholz
2021-08-13
network: fix mingw-w64 build
Sönke Holz
2021-08-13
network: don't use assert to check if no network interfaces are returned
Sönke Holz
2021-08-13
network: use Common::BitCast instead of std::bit_cast
Sönke Holz
2021-08-13
network: narrow down scope of "result" in win32 code for
Sönke Holz
2021-08-13
network: use explicit bool conversions in GetAvailableNetworkInterfaces
Sönke Holz
2021-08-13
network: initialize ip_addr in GetHostIPv4Address()
Sönke Holz
2021-08-12
network: correct formatting in network.cpp and network_interface.cpp
Sönke Holz
2021-08-12
configuration: add option to select network interface
spholz
2021-08-07
network: GetAndLogLastError: ignore Errno::AGAIN
Sönke Holz
2021-08-06
network: fix fcntl cmds
Sönke Holz
2021-08-02
network: fix ternary operator in Socket::SendTo
spholz
2021-02-28
[network] Error handling reform
comex
2020-12-09
Merge pull request #5142 from comex/xx-poll-events
Rodrigo Locatti
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-06
network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...
comex
2020-12-06
CMakeLists,network: Create YUZU_UNIX macro to replace __unix__
comex
2020-10-21
core: Fix clang build pt.3
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-07-22
network: add missing include for BSDs
Jan Beich
2020-07-19
core/network: Add network abstraction
ReinUsesLisp