summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ldn/ldn.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-11service: ldn: Migrate and refractor service to new IPCNarr the Reg1-744/+58
2023-11-19Implemented qlaunch version of the controller appletFrozenAra1-1/+9
2023-10-01service: ldn: Implement lp2p:m and stub IMonitorServiceNarr the Reg1-2/+89
2023-03-01service: move hle_ipc from kernelLiam1-37/+37
2023-02-21service: refactor server architectureLiam1-7/+11
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-2/+2
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-2/+2
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-2/+2
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-2/+2
2022-11-23service: Make use of buffer element count helpersLioncash1-2/+2
2022-10-13kernel: remove KWritableEventLiam1-1/+1
2022-09-20Address some review commentsFearlessTobi1-2/+0
2022-09-09ldn: Initial implementationFearlessTobi1-99/+130
2022-08-12core: ldn: Address review comments part 2german771-268/+297
2022-08-08core: ldn: Address review commentsNarr the Reg1-35/+41
2022-08-07ldn: Add better stubs and more data typesFearlessTobi1-59/+372
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-8/+8
2021-05-26ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkServicegerman771-0/+141
2021-02-27core: hle: ldn: Error out on call to Initialization.bunnei1-1/+1
2021-02-14hle: service: ldn: IUserLocalCommunicationService: Improve the stub.bunnei1-5/+29
2021-02-14hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disabled.bunnei1-3/+5
2020-11-27service: Eliminate usages of the global system instanceLioncash1-14/+15
2020-06-27ldn: Update function tableVolcaEM1-0/+1
2020-02-16IUserLocalCommunicationService: add function Initialize2Nguyen Dac Nam1-1/+9
2020-02-16HLE: correct function name of IUserLocalCommunicationServiceNguyen Dac Nam1-1/+1
2019-04-11service: Update service function tablesLioncash1-4/+50
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-6/+6
2018-07-26service: Add ldn servicesLioncash1-0/+142