aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp
AgeCommit message (Expand)Author
2017-10-18service: Add CreatePort function (that does not register/install).bunnei
2017-10-17service: Print correct command ID on unimplemented function.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-10-12Remove more 3DS-specific code.bunnei
2017-10-12Remove more 3DS-specific code.bunnei
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei
2017-09-16Services/NS: Port ns:s to the new service framework.Subv
2017-06-20Merge pull request #2790 from yuriks/remove-movefromYuri Kunde Schlesner
2017-06-18ResultVal: Remove MoveFrom()Yuri Kunde Schlesner
2017-06-18Kernel/IPC: Make HLERequestContext usable from outside kernelYuri Kunde Schlesner
2017-06-11Kernel: Basic support for IPC translation for HLE servicesYuri Kunde Schlesner
2017-06-11ServiceFramework: Use separate copy of command bufferYuri Kunde Schlesner
2017-06-08Service/sm: Convert 'srv:' to ServiceFrameworkYuri Kunde Schlesner
2017-06-08Service: Remove a few redundant namespace qualifiersYuri Kunde Schlesner
2017-06-08Service: Add new ServiceFramework framework for writing HLE servicesYuri 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
2017-06-06Service: Move SRV interface to a new sm/ subdirectoryYuri Kunde Schlesner
2017-06-06Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner
2017-06-05HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner
2017-01-12Merge pull request #2308 from mailwl/ac-ibunnei
2016-12-30Service/NFC: stub GetTagInRangeEventmailwl
2016-12-30Service/AC: add ac:i servicemailwl
2016-12-22Service/NWM: add nwm servicesmailwl
2016-12-15Merge pull request #2314 from mailwl/accountbunnei
2016-12-14Merge pull request #2249 from Subv/sessions_v3Yuri Kunde Schlesner
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-14Service/ACT: move ACT services to foldermailwl
2016-12-11Add all services to the Service namespaceLioncash
2016-12-09Moved the HLE command buffer translation task to ServerSession instead of the...Subv
2016-12-09Kernel/IPC: Small codestyle cleanupSubv
2016-12-08Added a framework for partially handling Session disconnections.Subv
2016-12-08Use std::move where appropriate.Subv
2016-12-08service: Add mvd and qtm servicesLioncash
2016-12-08service: Add nfc servicesLioncash
2016-12-05Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...Subv
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all Se...Subv
2016-11-30A bit of a redesign.Subv
2016-11-30IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...Subv
2016-11-30Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...Subv
2016-11-30 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Subv
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-27LDR: Implement CROwwylele
2016-06-04service: Add other DLP servicesLioncash
2016-05-17Update ACT:U and create ACT:A (#1809)AndrĂ¡s Domonkos
2016-04-05Merge pull request #1435 from mailwl/frd_ubunnei