aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/sm/sm.cpp
AgeCommit message (Expand)Author
2018-11-29Merge pull request #1801 from ogniK5377/log-before-executebunnei
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-24service/sm: Take std::string by const reference in UnregisterServiceLioncash
2018-11-03sm: Implement RegisterService and UnregisterServiceZach Hilman
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec
2018-09-14services/sm: Amend error code constantsLioncash
2018-09-06core/core: Remove unnecessary sm/controller includeLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-04-24sm: Move logging macros over to new fmt-compatible onesLioncash
2018-04-20core: Relocate g_service_manager to the System classLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-02-05Dont call UNIMPLEMENTED for 'empty services', just return error codeDavid Marcec
2018-01-24ResponseBuilder: Use a bit field for customizing instead of always_move_handles.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-19Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)David
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-07IPC: Take the number of domain objects as a parameter in MakeBuilder.Subv
2018-01-07SM: Fixed connecting to services with an 8-byte name, like appletOE.Subv
2018-01-07IPC: Fixed pushing ResultCodes into the command buffer.Subv
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...Subv
2018-01-07IPC: Skip the entire u64 of the command id when receiving an IPC request.Subv
2017-12-28service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei
2017-10-14hle: Add service stubs for apm and appletOE.bunnei
2017-10-14hle: Initial implementation of NX service framework and IPC.bunnei
2017-09-24HLE/SRV: Implemented RegisterService.Subv
2017-06-08Service/sm: Convert 'srv:' to ServiceFrameworkYuri Kunde Schlesner
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner
2017-06-06Service: Make service registration part of the sm implementationYuri Kunde Schlesner