aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/service.h
AgeCommit message (Expand)Author
2015-06-28Core: Cleanup file_sys includes.Emmanuel Gil Peyrot
2015-06-28Common: Cleanup key_map includes.Emmanuel Gil Peyrot
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-04-14De-inline functions from Interface, removing them from service.hYuri Kunde Schlesner
2015-03-03Services: Moved the PTM and APT services to their own folderSubv
2015-02-02Service: Store function names as const char* instead of std::stringYuri Kunde Schlesner
2015-02-02Service: Clean-up InterfaceYuri Kunde Schlesner
2015-02-02Make Port/Service registration and querying more HW-accurateYuri Kunde Schlesner
2015-01-10Logging: Log all called service functions (under trace). Compile out all trac...archshift
2015-01-07Fix double-free in Service manager during shutdownYuri Kunde Schlesner
2014-12-28Kernel: New handle managerYuri Kunde Schlesner
2014-12-28Rename ObjectPool to HandleTableYuri Kunde Schlesner
2014-12-20License changepurpasmart96
2014-12-15Remove SyncRequest from K::Object and create a new K::Session typeYuri Kunde Schlesner
2014-12-13Convert old logging calls to new logging macrosYuri Kunde Schlesner
2014-11-24Log the cmd_buff arguments when citra comes across an unimplemented functionarchshift
2014-11-24Remove duplicated docs/update them for changed parameters.Yuri Kunde Schlesner
2014-11-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-10-26Add `override` keyword through the code.Yuri Kunde Schlesner
2014-09-06core: Pass string by reference in FetchFromPortName and DeleteServiceLioncash
2014-08-17Core: Alter the kernel string functions to use std::string instead of const c...Lioncash
2014-06-14Merge branch 'threading' of https://github.com/bunnei/citrabunnei
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei
2014-06-13Kernel: Updated several member functions to be constbunnei
2014-06-04service: added a error log messages for unimplemented WaitSynchronizationbunnei
2014-05-30service: cleaned up log messagesbunnei
2014-05-29service: added additional hack to return success on unimplemented service callsbunnei
2014-05-28service: changed interface to return 0 (no error) when a service method is u...bunnei
2014-05-26kernel: added WaitSynchronization method to Kernel::Objectbunnei
2014-05-26kernel: updated SyncRequest to take boolean thread wait result as a parameterbunnei
2014-05-26service: Renamed Sync to SyncRequestbunnei
2014-05-22service: fixed typo that MSVC did not catch as an errorbunnei
2014-05-20service: removed redundant include of common_types.hbunnei
2014-05-20renamed "syscall" module to "svc" (more accurate naming)bunnei
2014-05-20- created a Kernel namespacebunnei
2014-05-18- renamed NewHandle to CreateHandlebunnei
2014-05-18- updated service(s) to be KernelObject'sbunnei
2014-05-18renamed "UID" to "Handle" where appropriatebunnei
2014-05-18- moved Handle/Result definitions to kernel.hbunnei
2014-05-07- removed HLE mem "hack" and replaced with kernel mem regionbunnei
2014-04-27fixed weird spacingbunnei
2014-04-24- refactored how service functions are calledbunnei
2014-04-16- added stubbed out GSP::Gpu service interfacebunnei
2014-04-15restructured hle:services completely to use function lookup tablesbunnei
2014-04-15- extracted srv: calls from service.cpp and put in its own modulebunnei
2014-04-13added framework for APT service (application and title launching service)bunnei
2014-04-12cleanups to service HLEbunnei
2014-04-12- added HLE to connect to "srv:" servicebunnei
2014-04-11- renamed hle_syscall to just syscallbunnei