index
:
dolphin
4.0-hotfixes
master
release-prep-2407
release-prep-2409
release-prep-2412
release-prep-2503
release-prep-2503a
release-prep-2506
release-prep-2506a
release-prep-2509
release-prep-2512
release-prep-2603
release-prep-2603a
release-prep-2606
stable
GameCube and Wii emulator
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Core
/
Common
/
Network.cpp
Age
Commit message (
Expand
)
Author
2024-10-10
Modernize `std::copy` with ranges
mitaclaw
2024-05-03
Replace Common::BitCast with std::bit_cast
Pokechu22
2023-07-12
Common/Network: Use StrErrorWrapper
Sepalani
2023-01-30
Common/Network: Resolve -Wexpansion-to-defined warning
Lioncash
2022-08-24
Common/Network: Add StrNetworkError helper function
Sepalani
2022-08-22
Move SocketManager's DecodeError to Common
Sepalani
2022-07-10
Common/Network: Update IP checksum since total_len might have changed
Sepalani
2022-07-10
Common/Network: Make Build() methods const
Sepalani
2022-07-10
Common/Network: Remove unused offset variables
Sepalani
2022-07-10
Common/Network: Remove unnecessary size checks
Sepalani
2022-07-10
Common/Network: Add InsertObj helper
Sepalani
2022-07-10
Common/Network: Use member initializer list
Sepalani
2022-07-10
Common/Network: Remove unused constructors
Sepalani
2022-07-09
Refactoring of the code to match dolphin style
schthack
2022-07-02
BBA: Added BuiltIn device that allow BBA emulation without the need of a TapD...
schthack
2022-06-08
NetworkCaptureLogger: Move ErrorState struct to Common/Network
Sepalani
2022-05-23
Common/Network: Use std::array in IPv4Header.
Admiral H. Curtiss
2022-01-16
Use Common::ToLower and Common::ToUpper
Pokechu22
2021-07-05
treewide: convert GPLv2+ license info to SPDX tags
Pierre Bourdon
2021-01-30
NetworkCaptureLogger: PCAP support added
Sepalani
2019-12-06
Common/Network: Use std::nullopt in StringToMacAddress
Lioncash
2019-12-06
Common/Network: Remove unused header inclusions
Lioncash
2019-12-06
Common/Network: Make StringToMacAddress use a string_view
Lioncash
2019-06-14
Common: Use fmt where applicable
Lioncash
2018-06-10
Common/Network: Get rid of out parameters for MAC address utilities
Lioncash
2018-05-31
Common: Add Random utilities
Léo Lam
2017-01-17
Common: Namespace Network.h/.cpp
Lioncash
2016-06-24
Reformat all the things. Have fun with merge conflicts.
Pierre Bourdon
2016-01-31
Common: Use C++ random generator for generating MAC addresses
Stenzek
2015-12-22
Including missing headers required for non-pch builds and other architectures
Ryan Houdek
2015-09-28
Fix building with PCH disabled.
Rohit Nirmal
2015-05-25
Set copyright year to when a file was created
Tillmann Karras
2015-05-25
Update license headers to GPLv2+
Tillmann Karras
2014-03-07
Fix MAC address reading on Windows.
Matthew Parlane