summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/service.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* time: Implement GetStandardUserSystemClock, GetCurrentTime.bunnei2018-01-151-1/+4
* audio: Stub out AudOutU::ListAudioOuts.bunnei2018-01-151-0/+2
* hid: Implement IAppletResource::GetSharedMemoryHandle.bunnei2018-01-151-4/+1
* yuzu: Update license text to be consistent across project.bunnei2018-01-131-1/+1
* Remove settings issues in sdl and fix a few files that broke in mingwJames Rowe2018-01-131-2/+0
* NV: Implemented (with stubs) the vi:m service and some of its subservices.Subv2018-01-111-0/+4
* kernel: Fix implementation of ConvertSessionToDomain.bunnei2017-12-291-11/+2
* service: Add empty interface for pctl:a.bunnei2017-12-291-0/+2
* service: Halt on ReportUnimplementedFunction and improve output log.bunnei2017-12-281-4/+2
* service: Add empty interface for aoc:u.bunnei2017-12-281-0/+2
* service: Return proper result code for IPC::CommandType::Close.bunnei2017-11-011-2/+4
* service: Add CreatePort function (that does not register/install).bunnei2017-10-191-0/+10
* service: Print correct command ID on unimplemented function.bunnei2017-10-181-1/+1
* hle: Implement ConvertSessionToDomain, various cleanups.bunnei2017-10-151-12/+11
* hle: Add service stubs for apm and appletOE.bunnei2017-10-151-0/+4
* hle: Initial implementation of NX service framework and IPC.bunnei2017-10-151-72/+43
* Remove more 3DS-specific code.bunnei2017-10-131-2/+0
* Remove more 3DS-specific code.bunnei2017-10-131-9/+0
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-70/+2
* Services/NS: Port ns:s to the new service framework.Subv2017-09-161-2/+3
* Merge pull request #2790 from yuriks/remove-movefromYuri Kunde Schlesner2017-06-211-1/+1
|\
| * ResultVal: Remove MoveFrom()Yuri Kunde Schlesner2017-06-191-1/+1
* | Kernel/IPC: Make HLERequestContext usable from outside kernelYuri Kunde Schlesner2017-06-191-2/+1
|/
* Kernel: Basic support for IPC translation for HLE servicesYuri Kunde Schlesner2017-06-111-12/+5
* ServiceFramework: Use separate copy of command bufferYuri Kunde Schlesner2017-06-111-6/+20
* Service/sm: Convert 'srv:' to ServiceFrameworkYuri Kunde Schlesner2017-06-091-2/+3
* Service: Remove a few redundant namespace qualifiersYuri Kunde Schlesner2017-06-081-5/+5
* Service: Add new ServiceFramework framework for writing HLE servicesYuri Kunde Schlesner2017-06-081-1/+82
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-0/+1
* Service: Make service registration part of the sm implementationYuri Kunde Schlesner2017-06-061-8/+7
* Service: Move SRV interface to a new sm/ subdirectoryYuri Kunde Schlesner2017-06-061-2/+2
* Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner2017-06-061-8/+12
* HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner2017-06-061-12/+1
* Merge pull request #2308 from mailwl/ac-ibunnei2017-01-121-3/+3
|\
| * Service/AC: add ac:i servicemailwl2016-12-301-3/+3
* | Service/NFC: stub GetTagInRangeEventmailwl2016-12-301-0/+1
|/
* Service/NWM: add nwm servicesmailwl2016-12-221-3/+2
* Merge pull request #2314 from mailwl/accountbunnei2016-12-151-4/+2
|\
| * Service/ACT: move ACT services to foldermailwl2016-12-141-4/+2
* | Merge pull request #2249 from Subv/sessions_v3Yuri Kunde Schlesner2016-12-151-8/+34
|\ \ | |/ |/|
| * Fixed the codestyle to match our clang-format rules.Subv2016-12-141-9/+12
| * Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass.Subv2016-12-091-21/+1
| * Kernel/IPC: Small codestyle cleanupSubv2016-12-091-1/+1
| * Added a framework for partially handling Session disconnections.Subv2016-12-081-0/+10
| * Use std::move where appropriate.Subv2016-12-081-2/+5
| * Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, TranslateRequest and HandleSyncRequestImpl.Subv2016-12-051-4/+23
| * KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv2016-12-051-6/+8
| * A bit of a redesign.Subv2016-12-011-6/+11
| * IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.Subv2016-12-011-3/+5
| * Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and is now its own standalone class.Subv2016-12-011-8/+4
| * Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-5/+11
* | Add all services to the Service namespaceLioncash2016-12-111-17/+17
* | service: Add mvd and qtm servicesLioncash2016-12-081-0/+4
* | service: Add nfc servicesLioncash2016-12-081-30/+32
|/
* Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner2016-09-211-1/+1
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-17/+15
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-9/+14
* LDR: Implement CROwwylele2016-08-271-1/+1
* service: Add other DLP servicesLioncash2016-06-051-2/+3
* Update ACT:U and create ACT:A (#1809)András Domonkos2016-05-181-0/+2
* Merge pull request #1435 from mailwl/frd_ubunnei2016-04-061-2/+1
|\
| * frd:u: Initial stub some functionsmailwl2016-03-271-2/+1
* | Dummy implementation dlp:SRVR Service.exhalatio2016-04-021-0/+2
|/
* Reorganize the ndm service path for dummy implement functionJamePeng2016-03-141-2/+3
* Change trace/unimplemented service call logs to use hexarchshift2015-07-191-1/+1
* Services: Continue separation of services into their own folderspurpasmart962015-06-121-32/+26
* Remove every trailing whitespace from the project (but externals).Emmanuel Gil Peyrot2015-05-291-1/+1
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+1
* De-inline functions from Interface, removing them from service.hYuri Kunde Schlesner2015-04-141-0/+43
* IR: Move The IR services to their own folder and implement "GetHandles"purpasmart962015-04-041-4/+3
* Services: Stubs and minor changespurpasmart962015-04-031-8/+10
* Services: Moved the PTM and APT services to their own folderSubv2015-03-041-28/+22
* Services: Fixed "Tried to connect to named port err:f".Subv2015-02-161-1/+1
* Make Port/Service registration and querying more HW-accurateYuri Kunde Schlesner2015-02-021-75/+55
* Services: Stubbed more services.Subv2015-01-241-1/+15
* Merge pull request #493 from archshift/ptmplaybunnei2015-01-221-0/+4
|\
| * Stubbed cam:u servicearchshift2015-01-211-0/+2
| * Stubbed ptm:play servicearchshift2015-01-211-0/+2
* | Added HID_SPVR service and split HID_U implementation into service/hid/hid.xxxarchshift2015-01-211-1/+3
|/
* Services: Added some missing services.Subv2015-01-131-0/+6
* Kernel: Start using boost::intrusive_ptr for lifetime managementYuri Kunde Schlesner2015-01-091-1/+2
* Fix double-free in Service manager during shutdownYuri Kunde Schlesner2015-01-071-14/+0
* Stub the y2r:u servicearchshift2015-01-031-0/+2
* Kernel: New handle managerYuri Kunde Schlesner2014-12-281-1/+2
* Rename ObjectPool to HandleTableYuri Kunde Schlesner2014-12-281-2/+2
* More services & small clean upspurpasmart962014-12-261-2/+10
* CFG: Create a new subfolder cfg inside service to handle cfgSubv2014-12-211-2/+2
* License changepurpasmart962014-12-211-1/+1
* Merge pull request #283 from yuriks/archive-refactorbunnei2014-12-161-2/+2
|\
| * HLE: Rename namespaces to match move & fix initialization orderYuri Kunde Schlesner2014-12-161-1/+1
| * HLE: Move kernel/archive.* to service/fs/Yuri Kunde Schlesner2014-12-161-1/+1
* | Added stub for nim:aoc service...archshift2014-12-161-0/+2
* | Added stub for cecd:u service...archshift2014-12-161-0/+2
* | Added stub for ldr:ro service...archshift2014-12-161-0/+2
* | Added am:app service stub.archshift2014-12-161-0/+2
|/
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-2/+2
* HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner2014-11-241-1/+1
* Add more services and some fixes, along with more "override"purpasmart962014-11-211-0/+12
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-1/+1
* Add missing boss:U service, needed according to Nintendo Zone logs.archshift2014-11-171-0/+2
* Add FRD:U service and functionsarchshift2014-11-111-0/+2
* Added stub err:f service.archshift2014-11-021-0/+2
* Added a bunch of servicespurpasmart962014-11-011-0/+16
* Renamed souce files of services to match port namesGareth Poole2014-10-291-5/+5
* core: Prune redundant includesarchshift2014-09-091-5/+0
* core: Pass string by reference in FetchFromPortName and DeleteServiceLioncash2014-09-061-2/+2
* FS: Added stubbed code to intercept and decode file system service functions.bunnei2014-06-271-0/+2
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei2014-06-131-2/+2
* service: removed PT_A from, as this was just an alias for APT_Ubunnei2014-05-301-2/+0
* hle: cleaned up log messagesbunnei2014-05-301-2/+6
* - created a Kernel namespacebunnei2014-05-211-2/+2
* - updated service(s) to be KernelObject'sbunnei2014-05-191-15/+7
* renamed "UID" to "Handle" where appropriatebunnei2014-05-191-8/+8
* added class stub for HID:User servicebunnei2014-04-171-0/+2
* - added stubbed out GSP::Gpu service interfacebunnei2014-04-161-0/+4
* fixed naming for APT_Ubunnei2014-04-161-1/+1
* - extracted srv: calls from service.cpp and put in its own modulebunnei2014-04-161-80/+4
* added a stub for GetLockHandlebunnei2014-04-141-3/+7
* added framework for APT service (application and title launching service)bunnei2014-04-131-5/+24
* renamed class Interface_SRV to SRVbunnei2014-04-131-6/+6
* added some very initial command parsing for SRV Syncbunnei2014-04-131-5/+31
* cleanups to service HLEbunnei2014-04-131-6/+6
* - added HLE to connect to "srv:" servicebunnei2014-04-131-0/+115