summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_session.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed the codestyle to match our clang-format rules.Subv2016-12-141-3/+6
* Added a framework for partially handling Session disconnections.Subv2016-12-081-3/+12
* Use std::move where appropriate.Subv2016-12-081-1/+1
* KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv2016-12-051-1/+1
* Declare empty ServerSession and ClientSession constructors as default.Subv2016-12-031-2/+2
* Fixed the rebase mistakes.Subv2016-12-011-3/+0
* A bit of a redesign.Subv2016-12-011-14/+2
* IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.Subv2016-12-011-4/+5
* Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-0/+42