aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/client_session.cpp
AgeCommit message (Expand)Author
2018-12-31core/kernel: Remove unnecessary inclusionsLioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-07-31kernel: Remove unnecessary includesLioncash
2018-01-20Format: Run the new clang format on everythingJames Rowe
2017-06-29Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSync...Subv
2017-06-25Kernel/Sessions: Clean up the list of pending request threads of a session wh...Subv
2017-06-25Kernel/ServerSession: Keep track of which threads have issued sync requests.Subv
2017-06-08Session: Remove/add some forward declarationsYuri Kunde Schlesner
2017-06-08Kernel: Ensure objects are kept alive during ClientSession disconnectionYuri Kunde Schlesner
2017-06-05HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner
2017-05-24Kernel: Centralize error definitions in errors.hYuri 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-08Use std::move where appropriate.Subv
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all Se...Subv
2016-12-02Declare empty ServerSession and ClientSession constructors as default.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