aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/srv.cpp
AgeCommit message (Expand)Author
2017-06-06Service: Move SRV interface to a new sm/ subdirectoryYuri Kunde Schlesner
2017-05-24Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner
2016-12-14Merge pull request #2249 from Subv/sessions_v3Yuri Kunde Schlesner
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-11Add all services to the Service namespaceLioncash
2016-12-08Use std::move where appropriate.Subv
2016-12-05Return an error code when connecting to a saturated port.Subv
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all Se...Subv
2016-12-01Threads do not wait for the server endpoint to call AcceptSession before retu...Subv
2016-11-30Fixed the rebase mistakes.Subv
2016-11-30A bit of a redesign.Subv
2016-11-30 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Subv
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-08-02fix #1942 and adds a few IPC functions for descriptorsLectem
2016-05-31Fix parameter name in EnableNotificationmailwl
2016-05-31Fix mistakes, add output header codesmailwl
2016-05-31remove ugly functionmailwl
2016-05-31srv: Update according 3dbrewmailwl
2016-03-12svc: Move ResetType enum to the kernel event headerLioncash
2016-03-12svc: Make ResetType an enum classLioncash
2016-02-02services: Get rid of unnecessary includesLioncash
2015-07-17Ensure all kernel objects are released during shutdownYuri Kunde Schlesner
2015-05-07Common: Remove common.hYuri Kunde Schlesner
2015-02-02Kernel: Stop creating useless Handles during object creationYuri 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-30Kernel: Convert Event to not use HandlesYuri Kunde Schlesner
2015-01-21Event: Fixed some bugs and cleanup (Subv)bunnei
2015-01-10Logging: Log all called service functions (under trace). Compile out all trac...archshift
2015-01-05Services: Clean up a few things and add a few function namespurpasmart96
2014-12-25More services & small clean upspurpasmart96
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-24HLE: Revamp error handling throrough the HLE codeYuri Kunde Schlesner
2014-11-18Add static to some variablesLioncash
2014-11-17core: Mark some hle functions as staticLioncash
2014-11-01Added ReceiveNotification, PublishToSubscriber unimplemented functions to SRVarchshift
2014-09-08core: Prune redundant includesarchshift
2014-08-28srv::Initialize: Return "success" status code.bunnei
2014-08-05SRV: Updated GetProcSemaphore to create an event instead of a mutex.bunnei
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei
2014-06-02svc: added optional name field to Event and Mutex (used for debugging)bunnei
2014-05-29srv: fix to log unimplemented service (instead of crash)bunnei
2014-05-29hle: cleaned up log messagesbunnei
2014-05-29srv: changed a NOTICE_LOG to DEBUG_LOGbunnei
2014-05-26srv: added a real mutex for GetProcSemaphore (instead of stubbed)bunnei
2014-05-18renamed "UID" to "Handle" where appropriatebunnei