Lioncash
|
f06461d208
|
Common/Network: Make StringToMacAddress use a string_view
This function only ever reads the contents of the string in a non-owning
manner, so we can change the parameter over to being a string view.
|
2019-12-06 09:45:25 -05:00 |
Lioncash
|
ce69201f33
|
Common/Network: Get rid of out parameters for MAC address utilities
Given we have std::array and std::optional, we can use these in
conjunction with one another to avoid the need for out parameters.
|
2018-06-10 15:43:26 -04:00 |
Lioncash
|
f1542c8e5a
|
Common: Namespace Network.h/.cpp
Necessary to avoid namespace clashes with IOS HLE's namespace name.
|
2017-01-17 20:46:48 -05:00 |
Pierre Bourdon
|
3570c7f03a
|
Reformat all the things. Have fun with merge conflicts.
|
2016-06-24 10:43:46 +02:00 |
Tillmann Karras
|
30ebb2459e
|
Set copyright year to when a file was created
|
2015-05-25 13:22:31 +02:00 |
Tillmann Karras
|
cefcb0ace9
|
Update license headers to GPLv2+
|
2015-05-25 13:22:31 +02:00 |
Matthew Parlane
|
57f2eda130
|
Fix MAC address reading on Windows.
|
2014-03-07 21:40:59 +13:00 |