12 Commits (464dc927afc5c28e20d16a9cbb67e9b2e60e9fd6)

Author SHA1 Message Date
Subv 8e4b05c22a Kernel/Sessions: Remove the ClientSession::Create function. 9 years ago
Subv f98eb7d315 Kernel: Remove a now unused enum and variable regarding a session's status. 9 years ago
Subv 9c496013b3 Kernel: Use a Session object to keep track of the status of a Client/Server session pair. 9 years ago
Subv 3e80a1a1c1 Fixed the codestyle to match our clang-format rules. 9 years ago
Subv 17d8d69c6e Added a framework for partially handling Session disconnections. 9 years ago
Subv 021e732815 Use std::move where appropriate. 9 years ago
Subv 977039e722 KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it. 9 years ago
Subv 4703561c9e Declare empty ServerSession and ClientSession constructors as default. 9 years ago
Subv 4c4f50dfaf Fixed the rebase mistakes. 9 years ago
Subv 4f2326c8a9 A bit of a redesign. 9 years ago
Subv d2305d375f IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists. 10 years ago
Subv 302ef594a6 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. 10 years ago