31 Commits (a26b51501b90175d989fe5eb63986f4141d78d33)

Author SHA1 Message Date
bunnei 5e4d01f80c ipc: Add support for PopIpcInterface() method. 8 years ago
Lioncash bd9414dd31 kernel: Migrate logging macros to fmt-compatible ones 8 years ago
N00byKing d3bdad2aaa Clang Fixes 8 years ago
N00byKing 1212e9e231 Clean Warnings (?) 8 years ago
bunnei f16763ed52 core: Move process creation out of global state. 8 years ago
mailwl 2ba8b89864 Fix: change check for domain order and existance of domain message header 8 years ago
mailwl e05f10cae8 IPC: add domain header to response if only it exists in request 8 years ago
Subv fbb0ef851c Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation. 8 years ago
bunnei c943b30b0a server_session: Fix scenario where all domain handlers are closed. 8 years ago
bunnei f328cb2c7c hle: Rename RequestBuilder to ResponseBuilder. 8 years ago
bunnei a3aadaea60 hle: Integrate Domain handling into ServerSession. 8 years ago
bunnei 9d04a45a90 kernel: Fix implementation of ConvertSessionToDomain. 8 years ago
bunnei 1edc9cc327 service: Return proper result code for IPC::CommandType::Close. 8 years ago
Subv d7538409fb Kernel/ServerSession: Keep track of which threads have issued sync requests. 9 years ago
Yuri Kunde Schlesner c27dad4cd1 ResultVal: Remove MoveFrom() 9 years ago
Yuri Kunde Schlesner 8a35f3634e Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession 9 years ago
Yuri Kunde Schlesner 41a3feea66 HLE: Move SessionRequestHandler from Service:: to Kernel:: 9 years ago
Subv 8e4b05c22a Kernel/Sessions: Remove the ClientSession::Create function. 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 90570c153b Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter. 9 years ago
Subv 3e80a1a1c1 Fixed the codestyle to match our clang-format rules. 9 years ago
Subv 6df6ad46c4 Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass. 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 96df92e98f fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. 10 years ago
Subv 302ef594a6 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. 10 years ago