summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/service.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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