summaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* vfs: Make type hierarchy objects classes instead of structsGravatar Lioncash2018-08-121-1/+1
* core: Port core to VfsFilesystem for file accessGravatar Zach Hilman2018-08-081-1/+6
* kernel: Move object class to its own source filesGravatar Lioncash2018-08-011-2/+1
* core: Make converting constructors explicit where applicableGravatar Lioncash2018-07-231-1/+1
* core: Relocate g_service_manager to the System classGravatar Lioncash2018-04-201-1/+1
* Format: Run the new clang format on everythingGravatar James Rowe2018-01-201-2/+2
* yuzu: Update license text to be consistent across project.Gravatar bunnei2018-01-131-1/+1
* kernel: Fix implementation of ConvertSessionToDomain.Gravatar bunnei2017-12-291-1/+1
* service: Return proper result code for IPC::CommandType::Close.Gravatar bunnei2017-10-311-1/+1
* service: Add CreatePort function (that does not register/install).Gravatar bunnei2017-10-181-0/+2
* hle: Initial implementation of NX service framework and IPC.Gravatar bunnei2017-10-141-80/+4
* Service: Add new ServiceFramework framework for writing HLE servicesGravatar Yuri Kunde Schlesner2017-06-081-0/+150
* Service: Remove unnecessary includes from service.hGravatar Yuri Kunde Schlesner2017-06-061-5/+7
* Service: Make service registration part of the sm implementationGravatar Yuri Kunde Schlesner2017-06-061-2/+0
* HLE: Move SessionRequestHandler from Service:: to Kernel::Gravatar Yuri Kunde Schlesner2017-06-051-43/+2
* Kernel: Move HandleTable to a separate fileGravatar Yuri Kunde Schlesner2017-05-291-1/+0
* IPC helpers exampleGravatar Lectem2016-12-261-0/+1
* Fixed the codestyle to match our clang-format rules.Gravatar Subv2016-12-141-8/+13
* Moved the HLE command buffer translation task to ServerSession instead of the...Gravatar Subv2016-12-091-20/+10
* Added a framework for partially handling Session disconnections.Gravatar Subv2016-12-081-0/+18
* Use std::move where appropriate.Gravatar Subv2016-12-081-156/+3
* HLE: Use a member variable instead of a virtual function to retrieve the max ...Gravatar Subv2016-12-051-5/+13
* Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...Gravatar Subv2016-12-051-6/+22
* KServerPorts now have an HLE handler "template", which is inherited by all Se...Gravatar Subv2016-12-051-4/+10
* Fixed the rebase mistakes.Gravatar Subv2016-11-301-25/+25
* A bit of a redesign.Gravatar Subv2016-11-301-5/+174
* IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...Gravatar Subv2016-11-301-1/+1
* Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...Gravatar Subv2016-11-301-8/+4
* fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...Gravatar Subv2016-11-301-1/+1
* Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Gravatar Subv2016-11-301-5/+16
* Set client SDK version to Service APIsGravatar mailwl2016-11-301-0/+12
* Remove empty newlines in #include blocks.Gravatar Emmanuel Gil Peyrot2016-09-211-3/+0
* Sources: Run clang-format on everything.Gravatar Emmanuel Gil Peyrot2016-09-181-5/+5
* Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-281-0/+2
* Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-281-1/+0
* 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-50/+5
* Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-031-0/+3
* Service: Store function names as const char* instead of std::stringGravatar Yuri Kunde Schlesner2015-02-021-6/+6
* Service: Clean-up InterfaceGravatar Yuri Kunde Schlesner2015-02-021-22/+9
* Make Port/Service registration and querying more HW-accurateGravatar Yuri Kunde Schlesner2015-02-021-24/+6
* Logging: Log all called service functions (under trace). Compile out all trac...Gravatar archshift2015-01-101-11/+20
* Fix double-free in Service manager during shutdownGravatar Yuri Kunde Schlesner2015-01-071-11/+4
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-281-2/+3
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-281-2/+2
* License changeGravatar purpasmart962014-12-201-1/+1
* Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-151-18/+8
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-131-7/+1
* Log the cmd_buff arguments when citra comes across an unimplemented functionGravatar archshift2014-11-241-12/+12
* Remove duplicated docs/update them for changed parameters.Gravatar Yuri Kunde Schlesner2014-11-241-10/+0