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
/
hle
/
service
/
nwm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2778 from Subv/uds_more
Sebastian Valle
2017-06-27
3
-1
/
+432
|
\
|
*
UDS: Use the ToDS and FromDS fields to properly calculate the AAD used during encryption.
Subv
2017-06-26
1
-15
/
+32
|
*
UDS: Move the UDS keyslot used to generate the CCMP key to the AES::KeySlotID enum.
Subv
2017-06-26
1
-4
/
+1
|
*
UDS: Run clang-format.
Subv
2017-06-26
3
-51
/
+55
|
*
UDS: Added functions to encrypt and decrypt the data frames.
Subv
2017-06-26
3
-12
/
+156
|
*
UDS: Clarify comment about the first 4 bytes of the SecureData header.
Subv
2017-06-15
2
-1
/
+5
|
*
UDS: Return the correct error messages in SendTo when not connected to a network or trying to send to itself.
Subv
2017-06-15
1
-6
/
+13
|
*
UDS: Stub SendTo to generate the unencrypted data frame with the right headers.
Subv
2017-06-15
3
-1
/
+259
*
|
Merge pull request #2790 from yuriks/remove-movefrom
Yuri Kunde Schlesner
2017-06-21
1
-2
/
+2
|
\
\
|
*
|
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-19
1
-2
/
+2
|
|
/
*
/
UDS: Added a hook for updating the connection status when a client connects to the network.
Subv
2017-06-15
1
-0
/
+36
|
/
*
Services/UDS: Set the proper bit in the ConnectionStatus structure when creating a network. (#2738)
Sebastian Valle
2017-06-13
3
-5
/
+15
*
Merge pull request #2737 from Subv/decryptbeacondata
James Rowe
2017-06-07
1
-1
/
+97
|
\
|
*
Services/UDS: Implement DecryptBeaconData.
Subv
2017-06-06
1
-1
/
+97
*
|
Service: Remove unnecessary includes from service.h
Yuri Kunde Schlesner
2017-06-06
2
-4
/
+4
|
/
*
Services/UDS: Use the new IPC helper functions.
Subv
2017-05-15
1
-21
/
+10
*
Services/UDS: Implement RecvBeaconBroadcastData.
Subv
2017-05-15
1
-19
/
+69
*
Services/UDS: Generate the UDS beacons when the beacon callback fires.
Subv
2017-05-15
4
-7
/
+535
*
Services/UDS: Fixed a style mistake in GetChannel.
Sebastian Valle
2017-03-27
1
-2
/
+1
*
Services/UDS: Use consistent spelling for WiFi and simplify the GetChannel function.
Subv
2017-03-26
1
-4
/
+4
*
Services/UDS: Signal the connection event when closing down the network.
Subv
2017-03-26
1
-0
/
+1
*
Services/UDS: Do not allow trying to start up a network that only the host can connect to.
Subv
2017-03-26
1
-0
/
+3
*
Service/UDS: Schedule an event to broadcast the beacon frames every 102.4ms.
Subv
2017-03-26
2
-2
/
+58
*
Services/UDS: Store the entire NetworkInfo structure that was used to create the network.
Subv
2017-03-26
1
-13
/
+5
*
Services/UDS: Initial support for hosting local-wlan networks.
Subv
2017-03-26
2
-44
/
+336
*
Service/NWM: add nwm services
mailwl
2016-12-22
16
-0
/
+479