summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/server_session.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-06-25Kernel/ServerSession: Keep track of which threads have issued sync requests.Subv1-6/+16
2017-06-19ResultVal: Remove MoveFrom()Yuri Kunde Schlesner1-1/+1
2017-06-06Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner1-11/+5
2017-06-06HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner1-2/+5
2017-05-22Kernel/Sessions: Remove the ClientSession::Create function.Subv1-1/+3
2017-05-15Kernel: Use a Session object to keep track of the status of a Client/Server session pair.Subv1-7/+22
2017-01-04Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Subv1-3/+3
2016-12-14Fixed the codestyle to match our clang-format rules.Subv1-10/+15
2016-12-09Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass.Subv1-2/+13
2016-12-08Added a framework for partially handling Session disconnections.Subv1-2/+8
2016-12-08Use std::move where appropriate.Subv1-3/+4
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv1-3/+3
2016-12-03Declare empty ServerSession and ClientSession constructors as default.Subv1-2/+2
2016-12-01Fixed the rebase mistakes.Subv1-1/+0
2016-12-01A bit of a redesign.Subv1-13/+12
2016-12-01fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv1-1/+1
2016-12-01 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv1-0/+58