summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_session.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-08-29kernel: Eliminate kernel global stateLioncash1-1/+1
2018-07-31kernel: Remove unnecessary includesLioncash1-2/+0
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2017-06-29Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest.Subv1-2/+3
2017-06-26Kernel/Sessions: Clean up the list of pending request threads of a session when the client endpoint is closed.Subv1-0/+5
2017-06-25Kernel/ServerSession: Keep track of which threads have issued sync requests.Subv1-1/+1
2017-06-08Session: Remove/add some forward declarationsYuri Kunde Schlesner1-0/+1
2017-06-08Kernel: Ensure objects are kept alive during ClientSession disconnectionYuri Kunde Schlesner1-7/+13
2017-06-06HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner1-0/+2
2017-05-25Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner1-2/+1
2017-05-22Kernel/Sessions: Remove the ClientSession::Create function.Subv1-8/+0
2017-05-15Kernel: Remove a now unused enum and variable regarding a session's status.Subv1-1/+0
2017-05-15Kernel: Use a Session object to keep track of the status of a Client/Server session pair.Subv1-9/+15
2016-12-14Fixed the codestyle to match our clang-format rules.Subv1-3/+6
2016-12-08Added a framework for partially handling Session disconnections.Subv1-3/+12
2016-12-08Use std::move where appropriate.Subv1-1/+1
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv1-1/+1
2016-12-03Declare empty ServerSession and ClientSession constructors as default.Subv1-2/+2
2016-12-01Fixed the rebase mistakes.Subv1-3/+0
2016-12-01A bit of a redesign.Subv1-14/+2
2016-12-01IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.Subv1-4/+5
2016-12-01 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv1-0/+42