aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/service/srv.cpp
Commit message (Expand)AuthorAge
* Ensure all kernel objects are released during shutdownGravatar Yuri Kunde Schlesner2015-07-17
* Common: Remove common.hGravatar Yuri Kunde Schlesner2015-05-07
* Kernel: Stop creating useless Handles during object creationGravatar 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
* Kernel: Convert Event to not use HandlesGravatar Yuri Kunde Schlesner2015-01-30
* Event: Fixed some bugs and cleanup (Subv)Gravatar bunnei2015-01-21
* Logging: Log all called service functions (under trace). Compile out all trac...Gravatar archshift2015-01-10
* Services: Clean up a few things and add a few function namesGravatar purpasmart962015-01-05
* More services & small clean upsGravatar purpasmart962014-12-25
* 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
* HLE: Revamp error handling throrough the HLE codeGravatar Yuri Kunde Schlesner2014-11-24
* Add static to some variablesGravatar Lioncash2014-11-18
* core: Mark some hle functions as staticGravatar Lioncash2014-11-17
* Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRVGravatar archshift2014-11-01
* core: Prune redundant includesGravatar archshift2014-09-08
* srv::Initialize: Return "success" status code.Gravatar bunnei2014-08-28
* SRV: Updated GetProcSemaphore to create an event instead of a mutex.Gravatar bunnei2014-08-05
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-13
* svc: added optional name field to Event and Mutex (used for debugging)Gravatar bunnei2014-06-02
* srv: fix to log unimplemented service (instead of crash)Gravatar bunnei2014-05-29
* hle: cleaned up log messagesGravatar bunnei2014-05-29
* srv: changed a NOTICE_LOG to DEBUG_LOGGravatar bunnei2014-05-29
* srv: added a real mutex for GetProcSemaphore (instead of stubbed)Gravatar bunnei2014-05-26
* renamed "UID" to "Handle" where appropriateGravatar bunnei2014-05-18
* - moved Handle/Result definitions to kernel.hGravatar bunnei2014-05-18
* added stubbed GetProcSemaphore - does nothing but avoids an exceptionGravatar bunnei2014-05-16
* - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-07
* - refactored how service functions are calledGravatar bunnei2014-04-24
* fixed bug with printing std::string in log messagesGravatar bunnei2014-04-16
* updated service commentsGravatar bunnei2014-04-16
* - added stubbed out GSP::Gpu service interfaceGravatar bunnei2014-04-16
* restructured hle:services completely to use function lookup tablesGravatar bunnei2014-04-15