aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/service.h
Commit message (Expand)AuthorAge
* Core: Cleanup file_sys includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* Common: Cleanup key_map includes.Gravatar Emmanuel Gil Peyrot2015-06-28
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* De-inline functions from Interface, removing them from service.hGravatar Yuri Kunde Schlesner2015-04-14
* Services: Moved the PTM and APT services to their own folderGravatar Subv2015-03-03
* Service: Store function names as const char* instead of std::stringGravatar Yuri Kunde Schlesner2015-02-02
* Service: Clean-up InterfaceGravatar Yuri Kunde Schlesner2015-02-02
* Make Port/Service registration and querying more HW-accurateGravatar Yuri Kunde Schlesner2015-02-02
* Logging: Log all called service functions (under trace). Compile out all trac...Gravatar archshift2015-01-10
* Fix double-free in Service manager during shutdownGravatar Yuri Kunde Schlesner2015-01-07
* Kernel: New handle managerGravatar Yuri Kunde Schlesner2014-12-28
* Rename ObjectPool to HandleTableGravatar Yuri Kunde Schlesner2014-12-28
* License changeGravatar purpasmart962014-12-20
* Remove SyncRequest from K::Object and create a new K::Session typeGravatar Yuri Kunde Schlesner2014-12-15
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
* Log the cmd_buff arguments when citra comes across an unimplemented functionGravatar archshift2014-11-24
* Remove duplicated docs/update them for changed parameters.Gravatar Yuri Kunde Schlesner2014-11-24
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* Add `override` keyword through the code.Gravatar Yuri Kunde Schlesner2014-10-26
* core: Pass string by reference in FetchFromPortName and DeleteServiceGravatar Lioncash2014-09-06
* Core: Alter the kernel string functions to use std::string instead of const c...Gravatar Lioncash2014-08-17
* Merge branch 'threading' of https://github.com/bunnei/citraGravatar bunnei2014-06-14
|\
| * HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-13
| * Kernel: Updated several member functions to be constGravatar bunnei2014-06-13
| * service: added a error log messages for unimplemented WaitSynchronizationGravatar bunnei2014-06-04
| * service: cleaned up log messagesGravatar bunnei2014-05-30
| * service: added additional hack to return success on unimplemented service callsGravatar bunnei2014-05-29
| * service: changed interface to return 0 (no error) when a service method is u...Gravatar bunnei2014-05-28
| * kernel: added WaitSynchronization method to Kernel::ObjectGravatar bunnei2014-05-26
| * kernel: updated SyncRequest to take boolean thread wait result as a parameterGravatar bunnei2014-05-26
| * service: Renamed Sync to SyncRequestGravatar bunnei2014-05-26
* | service: fixed typo that MSVC did not catch as an errorGravatar bunnei2014-05-22
|/
* service: removed redundant include of common_types.hGravatar bunnei2014-05-20
* renamed "syscall" module to "svc" (more accurate naming)Gravatar bunnei2014-05-20
* - created a Kernel namespaceGravatar bunnei2014-05-20
* - renamed NewHandle to CreateHandleGravatar bunnei2014-05-18
* - updated service(s) to be KernelObject'sGravatar bunnei2014-05-18
* renamed "UID" to "Handle" where appropriateGravatar bunnei2014-05-18
* - moved Handle/Result definitions to kernel.hGravatar bunnei2014-05-18
* - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-07
* fixed weird spacingGravatar bunnei2014-04-27
* - refactored how service functions are calledGravatar bunnei2014-04-24
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-16
* restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-15
* - extracted srv: calls from service.cpp and put in its own moduleGravatar bunnei2014-04-15
* added framework for APT service (application and title launching service)Gravatar bunnei2014-04-13
* cleanups to service HLEGravatar bunnei2014-04-12
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-12
* - renamed hle_syscall to just syscallGravatar bunnei2014-04-11