summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/service.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Core: Cleanup file_sys includes.Emmanuel Gil Peyrot2015-06-281-0/+2
* Common: Cleanup key_map includes.Emmanuel Gil Peyrot2015-06-281-1/+0
* Common: Remove common.hYuri Kunde Schlesner2015-05-071-1/+1
* De-inline functions from Interface, removing them from service.hYuri Kunde Schlesner2015-04-141-50/+5
* Services: Moved the PTM and APT services to their own folderSubv2015-03-041-0/+3
* Service: Store function names as const char* instead of std::stringYuri Kunde Schlesner2015-02-021-6/+6
* Service: Clean-up InterfaceYuri Kunde Schlesner2015-02-021-22/+9
* Make Port/Service registration and querying more HW-accurateYuri Kunde Schlesner2015-02-021-24/+6
* Logging: Log all called service functions (under trace). Compile out all trace logs under release for performance.archshift2015-01-101-11/+20
* Fix double-free in Service manager during shutdownYuri Kunde Schlesner2015-01-071-11/+4
* Kernel: New handle managerYuri Kunde Schlesner2014-12-281-2/+3
* Rename ObjectPool to HandleTableYuri Kunde Schlesner2014-12-281-2/+2
* License changepurpasmart962014-12-211-1/+1
* Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner2014-12-151-18/+8
* Convert old logging calls to new logging macrosYuri Kunde Schlesner2014-12-131-7/+1
* Log the cmd_buff arguments when citra comes across an unimplemented functionarchshift2014-11-251-12/+12
* Remove duplicated docs/update them for changed parameters.Yuri Kunde Schlesner2014-11-241-10/+0
* HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner2014-11-241-6/+6
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot2014-11-191-7/+7
* Add `override` keyword through the code.Yuri Kunde Schlesner2014-10-261-5/+5
* core: Pass string by reference in FetchFromPortName and DeleteServiceLioncash2014-09-061-2/+2
* Core: Alter the kernel string functions to use std::string instead of const char*.Lioncash2014-08-181-5/+5
* Merge branch 'threading' of https://github.com/bunnei/citrabunnei2014-06-141-10/+30
|\
| * HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei2014-06-131-1/+1
| * Kernel: Updated several member functions to be constbunnei2014-06-131-2/+2
| * service: added a error log messages for unimplemented WaitSynchronizationbunnei2014-06-051-0/+1
| * service: cleaned up log messagesbunnei2014-05-301-2/+2
| * service: added additional hack to return success on unimplemented service callsbunnei2014-05-301-2/+10
| * service: changed interface to return 0 (no error) when a service method is unimplemented - hack to make apps boot furtherbunnei2014-05-291-2/+2
| * kernel: added WaitSynchronization method to Kernel::Objectbunnei2014-05-271-0/+10
| * kernel: updated SyncRequest to take boolean thread wait result as a parameterbunnei2014-05-271-3/+4
| * service: Renamed Sync to SyncRequestbunnei2014-05-271-1/+1
* | service: fixed typo that MSVC did not catch as an errorbunnei2014-05-231-1/+1
|/
* service: removed redundant include of common_types.hbunnei2014-05-211-1/+0
* renamed "syscall" module to "svc" (more accurate naming)bunnei2014-05-211-1/+1
* - created a Kernel namespacebunnei2014-05-211-6/+6
* - renamed NewHandle to CreateHandlebunnei2014-05-191-5/+7
* - updated service(s) to be KernelObject'sbunnei2014-05-191-36/+15
* renamed "UID" to "Handle" where appropriatebunnei2014-05-191-12/+10
* - moved Handle/Result definitions to kernel.hbunnei2014-05-191-5/+7
* - removed HLE mem "hack" and replaced with kernel mem regionbunnei2014-05-081-1/+11
* fixed weird spacingbunnei2014-04-281-1/+1
* - refactored how service functions are calledbunnei2014-04-251-8/+32
* - added stubbed out GSP::Gpu service interfacebunnei2014-04-161-4/+6
* restructured hle:services completely to use function lookup tablesbunnei2014-04-161-2/+26
* - extracted srv: calls from service.cpp and put in its own modulebunnei2014-04-161-8/+11
* added framework for APT service (application and title launching service)bunnei2014-04-131-0/+1
* cleanups to service HLEbunnei2014-04-131-2/+2
* - added HLE to connect to "srv:" servicebunnei2014-04-131-2/+55
* - renamed hle_syscall to just syscallbunnei2014-04-121-0/+60