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
/
nifm
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-30
core: support offline web applet
Liam
1
-1
/
+11
2023-10-08
service: Stub multiple functions to increase stability of album applet
Narr the Reg
2
-1
/
+12
2023-07-17
network: Forward declarations
Morph
2
-3
/
+5
2023-04-22
Silence nifm spam
Kelebek1
1
-3
/
+3
2023-03-01
service: move hle_ipc from kernel
Liam
2
-34
/
+34
2023-02-21
service: refactor server architecture
Liam
2
-10
/
+12
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
1
-1
/
+1
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
1
-1
/
+1
2023-01-02
service: nifm: Initialize request state
german77
1
-0
/
+1
2023-01-02
service: nifm: Match documentation names
german77
1
-31
/
+56
2022-12-29
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
1
-1
/
+1
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
1
-1
/
+1
2022-11-29
service: nifm: Update stubs for Submit/GetRequestState/GetResult
Morph
1
-7
/
+34
2022-08-15
core, yuzu: Address first part of review comments
FearlessTobi
1
-0
/
+1
2022-08-15
core, network: Add ability to proxy socket packets
FearlessTobi
2
-163
/
+205
2022-07-25
yuzu: Add ui files for multiplayer rooms
FearlessTobi
1
-2
/
+2
2022-06-29
service: nifm: Stub GetInternetConnectionStatus
german77
1
-1
/
+41
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2
-6
/
+4
2022-03-19
core: Reduce unused includes
ameerj
1
-1
/
+0
2021-11-04
core: Remove unused includes
ameerj
1
-1
/
+0
2021-10-02
service: Replace service event creation with ServiceContext::CreateEvent
Morph
1
-8
/
+24
2021-08-27
service: nifm: Populate fields in GetCurrentNetworkProfile
Morph
1
-29
/
+37
2021-08-27
service: nifm: Cleanup GetCurrentIpConfigInfo
Morph
1
-26
/
+21
2021-08-16
network: retrieve subnet mask and gateway info
Sönke Holz
1
-8
/
+16
2021-08-13
nifm: use operator*() instead of .value() to get value of std::optional
Sönke Holz
1
-2
/
+2
2021-08-13
nifm: treat a missing host IP address as a non-critical error
Sönke Holz
1
-2
/
+2
2021-08-12
configuration: add option to select network interface
spholz
1
-15
/
+21
2021-08-07
network: GetCurrentIpConfigInfo: return host IP address
Sönke Holz
1
-1
/
+4
2021-06-28
general: Make most settings a BasicSetting
lat9nq
1
-3
/
+3
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-20
/
+20
2021-05-16
nifm, ssl: Fix incorrect response sizes
Morph
1
-1
/
+1
2021-05-06
fixup! hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
1
-2
/
+0
2021-05-06
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
1
-0
/
+3
2021-05-06
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
1
-7
/
+6
2021-04-15
common: Move settings to common from core.
bunnei
1
-1
/
+1
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
1
-5
/
+8
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
1
-3
/
+3
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
1
-1
/
+1
2021-01-31
nifm: Stub GetCurrentIpConfigInfo
Morph
1
-1
/
+29
2021-01-31
nifm: Stub GetCurrentNetworkProfile
Morph
1
-1
/
+41
2021-01-31
nifm: Add several structs
Morph
1
-0
/
+87
2021-01-31
nifm: Fix GetAppletInfo stub
Morph
1
-1
/
+5
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
2
-18
/
+15
2020-10-20
Added remaining params
David Marcec
1
-1
/
+4
2020-10-20
nifm: GetAppletInfo stub
David Marcec
1
-1
/
+8
2020-07-28
services/nifm: Implement GetCurrentIpAddress
ReinUsesLisp
1
-1
/
+12
2020-05-21
clang-format
VolcaEM
1
-1
/
+2
2020-05-21
nifm: correct assert in CreateTemporaryNetworkProfile
VolcaEM
1
-1
/
+1
2019-11-12
service: Update function tables
Lioncash
1
-0
/
+8
2019-11-07
nifm: Only return that there's an internet connection when there's a BCATServer
Fernando Sahmkow
1
-3
/
+17
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
1
-4
/
+2
2019-09-30
nifm: Signal to applications that internet access is available
Zach Hilman
1
-3
/
+10
2019-09-22
Deglobalize System: Nifm
David Marcec
2
-13
/
+23
2019-05-18
core/kernel/object: Rename ResetType enum members
Lioncash
1
-2
/
+2
2019-04-11
service: Update service function tables
Lioncash
1
-0
/
+4
2018-11-29
kernel/event: Reference ReadableEvent from WritableEvent
Zach Hilman
1
-10
/
+6
2018-11-29
core: Port all current usages of Event to Readable/WritableEvent
Zach Hilman
1
-5
/
+13
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
1
-8
/
+21
2018-10-19
nifm: Update service function tables
Lioncash
1
-0
/
+1
2018-09-21
Revert GetRequestState
David Marcec
1
-1
/
+1
2018-09-20
Fixed submit
David Marcec
1
-2
/
+1
2018-09-20
Added IRequest::Submit
David Marcec
1
-1
/
+8
2018-09-19
Reworked incorrect nifm stubs (#1355)
David
1
-3
/
+10
2018-08-29
kernel: Eliminate kernel global state
Lioncash
1
-2
/
+4
2018-07-25
service/nifm: Deduplicate interface code
Lioncash
8
-135
/
+30
2018-07-19
hle/service: Make constructors explicit where applicable
Lioncash
1
-1
/
+1
2018-07-12
Added IsWirelessCommunicationEnabled, IsEthernetCommunicationEnabled, IsAnyInternetRequestAccepted
David Marcec
1
-3
/
+21
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-12
/
+12
2018-06-06
nifm: Stub out IRequest::SetConnectionConfirmationOption.
bunnei
1
-1
/
+10
2018-04-24
nifm: Move logging macros over to new fmt-compatible ones
Lioncash
1
-11
/
+11
2018-04-20
service: Use nested namespace specifiers where applicable
Lioncash
8
-32
/
+16
2018-04-03
nifm: GetResult does not return a data field.
bunnei
1
-2
/
+1
2018-03-16
IGeneralService: fix function list
mailwl
1
-2
/
+3
2018-03-16
Service/NIFM: stub cancel function
mailwl
1
-1
/
+6
2018-03-16
Service/NIFM: convert to module
mailwl
8
-122
/
+75
2018-02-22
Stub more functions
mailwl
1
-3
/
+29
2018-02-05
logger: Add NIFM service logging category.
bunnei
4
-11
/
+11
2018-02-03
Service:nifm: add nifm:a, nifm:s and nifm:u services
mailwl
8
-0
/
+368