summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_session.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: Move object class to its own source filesLioncash2018-08-021-1/+1
* hle: Integrate Domain handling into ServerSession.bunnei2018-01-251-1/+2
* hle: Remove Domain and SyncObject kernel objects.bunnei2018-01-251-2/+1
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* kernel: Add SyncObject primitive, use it for ClientSession.bunnei2017-12-291-8/+3
* Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest.Subv2017-06-291-1/+3
* Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner2017-05-301-2/+1
* Kernel/Sessions: Remove the ClientSession::Create function.Subv2017-05-221-7/+0
* Kernel: Remove a now unused enum and variable regarding a session's status.Subv2017-05-151-7/+0
* Kernel: Use a Session object to keep track of the status of a Client/Server session pair.Subv2017-05-151-5/+6
* Fixed the codestyle to match our clang-format rules.Subv2016-12-141-5/+6
* Added a framework for partially handling Session disconnections.Subv2016-12-081-2/+9
* KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv2016-12-051-9/+12
* Fixed the rebase mistakes.Subv2016-12-011-8/+9
* A bit of a redesign.Subv2016-12-011-4/+1
* IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.Subv2016-12-011-0/+6
* Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-0/+50