aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/server_session.cpp
AgeCommit message (Expand)Author
2018-07-19thread: Convert ThreadStatus into an enum classLioncash
2018-07-18core/memory, core/hle/kernel: Use std::move where applicableLioncash
2018-07-02Update clang formatJames Rowe
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-02Merge pull request #431 from lioncash/fmtbunnei
2018-05-02general: Make formatting of logged hex values more straightforwardLioncash
2018-05-01ipc: Add support for PopIpcInterface() method.bunnei
2018-04-25kernel: Migrate logging macros to fmt-compatible onesLioncash
2018-03-19Clang FixesN00byKing
2018-03-19Clean Warnings (?)N00byKing
2018-03-14core: Move process creation out of global state.bunnei
2018-02-20Fix: change check for domain order and existance of domain message headermailwl
2018-02-20IPC: add domain header to response if only it exists in requestmailwl
2018-02-18 Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starv...Subv
2018-01-24server_session: Fix scenario where all domain handlers are closed.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24hle: Integrate Domain handling into ServerSession.bunnei
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei
2017-10-31service: Return proper result code for IPC::CommandType::Close.bunnei
2017-06-29Merge pull request #2793 from Subv/replyandreceiveSebastian Valle
2017-06-25Kernel/ServerSession: Keep track of which threads have issued sync requests.Subv
2017-06-18ResultVal: Remove MoveFrom()Yuri Kunde Schlesner
2017-06-06Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner
2017-06-05HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner
2017-05-21Kernel/Sessions: Remove the ClientSession::Create function.Subv
2017-05-15Kernel: Use a Session object to keep track of the status of a Client/Server s...Subv
2017-01-04Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Subv
2016-12-14Fixed the codestyle to match our clang-format rules.Subv
2016-12-09Moved the HLE command buffer translation task to ServerSession instead of the...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-30fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...Subv
2016-11-30 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...Subv