aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/client_session.h
AgeCommit message (Expand)Author
2018-08-01kernel: Move object class to its own source filesLioncash
2018-01-24hle: Integrate Domain handling into ServerSession.bunnei
2018-01-24hle: Remove Domain and SyncObject kernel objects.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2017-12-28kernel: Add SyncObject primitive, use it for ClientSession.bunnei
2017-06-29Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSync...Subv
2017-05-29Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner
2017-05-21Kernel/Sessions: Remove the ClientSession::Create function.Subv
2017-05-15Kernel: Remove a now unused enum and variable regarding a session's status.Subv
2017-05-15Kernel: Use a Session object to keep track of the status of a Client/Server s...Subv
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-08Added a framework for partially handling Session disconnections.Subv
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all Se...Subv
2016-11-30Fixed the rebase mistakes.Subv
2016-11-30A bit of a redesign.Subv
2016-11-30IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...Subv
2016-11-30 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Subv