summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2790 from yuriks/remove-movefromGravatar Yuri Kunde Schlesner2017-06-201-1/+1
|\
| * ResultVal: Remove MoveFrom()Gravatar Yuri Kunde Schlesner2017-06-181-1/+1
* | Kernel/IPC: Make HLERequestContext usable from outside kernelGravatar Yuri Kunde Schlesner2017-06-181-2/+1
|/
* Kernel: Basic support for IPC translation for HLE servicesGravatar Yuri Kunde Schlesner2017-06-111-12/+5
* ServiceFramework: Use separate copy of command bufferGravatar Yuri Kunde Schlesner2017-06-111-6/+20
* Service/sm: Convert 'srv:' to ServiceFrameworkGravatar Yuri Kunde Schlesner2017-06-081-2/+3
* Service: Remove a few redundant namespace qualifiersGravatar Yuri Kunde Schlesner2017-06-081-5/+5
* Service: Add new ServiceFramework framework for writing HLE servicesGravatar Yuri Kunde Schlesner2017-06-081-1/+82
* Service: Remove unnecessary includes from service.hGravatar Yuri Kunde Schlesner2017-06-061-0/+1
* Service: Make service registration part of the sm implementationGravatar Yuri Kunde Schlesner2017-06-061-8/+7
* Service: Move SRV interface to a new sm/ subdirectoryGravatar Yuri Kunde Schlesner2017-06-061-2/+2
* Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionGravatar Yuri Kunde Schlesner2017-06-061-8/+12
* HLE: Move SessionRequestHandler from Service:: to Kernel::Gravatar Yuri Kunde Schlesner2017-06-051-12/+1
* Merge pull request #2308 from mailwl/ac-iGravatar bunnei2017-01-121-3/+3
|\
| * Service/AC: add ac:i serviceGravatar mailwl2016-12-301-3/+3
* | Service/NFC: stub GetTagInRangeEventGravatar mailwl2016-12-301-0/+1
|/
* Service/NWM: add nwm servicesGravatar mailwl2016-12-221-3/+2
* Merge pull request #2314 from mailwl/accountGravatar bunnei2016-12-151-4/+2
|\
| * Service/ACT: move ACT services to folderGravatar mailwl2016-12-141-4/+2
* | Merge pull request #2249 from Subv/sessions_v3Gravatar Yuri Kunde Schlesner2016-12-141-8/+34
|\ \ | |/ |/|
| * Fixed the codestyle to match our clang-format rules.Gravatar Subv2016-12-141-9/+12
| * Moved the HLE command buffer translation task to ServerSession instead of the...Gravatar Subv2016-12-091-21/+1
| * Kernel/IPC: Small codestyle cleanupGravatar Subv2016-12-091-1/+1
| * Added a framework for partially handling Session disconnections.Gravatar Subv2016-12-081-0/+10
| * Use std::move where appropriate.Gravatar Subv2016-12-081-2/+5
| * Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...Gravatar Subv2016-12-051-4/+23
| * KServerPorts now have an HLE handler "template", which is inherited by all Se...Gravatar Subv2016-12-051-6/+8
| * A bit of a redesign.Gravatar Subv2016-11-301-6/+11
| * IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...Gravatar Subv2016-11-301-3/+5
| * Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...Gravatar Subv2016-11-301-8/+4
| * Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Gravatar Subv2016-11-301-5/+11
* | Add all services to the Service namespaceGravatar Lioncash2016-12-111-17/+17
* | service: Add mvd and qtm servicesGravatar Lioncash2016-12-081-0/+4
* | service: Add nfc servicesGravatar Lioncash2016-12-081-30/+32
|/
* Use negative priorities to avoid special-casing the self-includeGravatar Yuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-17/+15
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-9/+14
* LDR: Implement CROGravatar wwylele2016-08-271-1/+1
* service: Add other DLP servicesGravatar Lioncash2016-06-041-2/+3
* Update ACT:U and create ACT:A (#1809)Gravatar AndrĂ¡s Domonkos2016-05-171-0/+2
* Merge pull request #1435 from mailwl/frd_uGravatar bunnei2016-04-051-2/+1
|\
| * frd:u: Initial stub some functionsGravatar mailwl2016-03-271-2/+1
* | Dummy implementation dlp:SRVR Service.Gravatar exhalatio2016-04-031-0/+2
|/
* Reorganize the ndm service path for dummy implement functionGravatar JamePeng2016-03-151-2/+3
* Change trace/unimplemented service call logs to use hexGravatar archshift2015-07-191-1/+1
* Services: Continue separation of services into their own foldersGravatar purpasmart962015-06-111-32/+26
* Remove every trailing whitespace from the project (but externals).Gravatar Emmanuel Gil Peyrot2015-05-291-1/+1
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-071-1/+1
* De-inline functions from Interface, removing them from service.hGravatar Yuri Kunde Schlesner2015-04-141-0/+43
* IR: Move The IR services to their own folder and implement "GetHandles"Gravatar purpasmart962015-04-031-4/+3