summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/server_session.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core/kernel: Remove unnecessary inclusionsLioncash2019-01-011-0/+1
* hle_ipc: Add member function for querying the existence of a domain headerLioncash2018-10-301-1/+1
* hle_ipc: Make GetDomainMessageHeader return a regular pointerLioncash2018-10-301-1/+1
* kernel/process: Make the handle table per-processLioncash2018-10-201-2/+1
* kernel/thread: Make all instance variables privateLioncash2018-10-041-2/+2
* core/core: Replace includes with forward declarations where applicableLioncash2018-08-311-3/+3
* kernel: Eliminate kernel global stateLioncash2018-08-291-8/+9
* kernel/server_session: Add IsSession() member functionLioncash2018-08-151-1/+1
* server_session: Provide more useful information and don't crash on bad IPC request.bunnei2018-08-121-0/+8
* client_port: Make all data members privateLioncash2018-08-071-1/+1
* kernel: Remove unnecessary includesLioncash2018-07-311-0/+2
* thread: Convert ThreadStatus into an enum classLioncash2018-07-201-2/+2
* core/memory, core/hle/kernel: Use std::move where applicableLioncash2018-07-191-1/+2
* Update clang formatJames Rowe2018-07-031-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-2/+2
* Merge pull request #431 from lioncash/fmtbunnei2018-05-021-1/+1
|\
| * general: Make formatting of logged hex values more straightforwardLioncash2018-05-021-1/+1
* | ipc: Add support for PopIpcInterface() method.bunnei2018-05-021-0/+3
|/
* kernel: Migrate logging macros to fmt-compatible onesLioncash2018-04-261-3/+3
* Clang FixesN00byKing2018-03-191-1/+2
* Clean Warnings (?)N00byKing2018-03-191-1/+1
* core: Move process creation out of global state.bunnei2018-03-141-1/+2
* Fix: change check for domain order and existance of domain message headermailwl2018-02-201-1/+1
* IPC: add domain header to response if only it exists in requestmailwl2018-02-201-1/+1
* Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation.Subv2018-02-181-41/+56
* server_session: Fix scenario where all domain handlers are closed.bunnei2018-01-251-3/+3
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-1/+1
* hle: Integrate Domain handling into ServerSession.bunnei2018-01-251-5/+42
* kernel: Fix implementation of ConvertSessionToDomain.bunnei2017-12-291-2/+9
* service: Return proper result code for IPC::CommandType::Close.bunnei2017-11-011-5/+6
* Merge pull request #2793 from Subv/replyandreceiveSebastian Valle2017-06-301-6/+16
|\
| * Kernel/ServerSession: Keep track of which threads have issued sync requests.Subv2017-06-251-6/+16
* | ResultVal: Remove MoveFrom()Yuri Kunde Schlesner2017-06-191-1/+1
|/
* Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner2017-06-061-11/+5
* HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner2017-06-061-2/+5
* Kernel/Sessions: Remove the ClientSession::Create function.Subv2017-05-221-1/+3
* Kernel: Use a Session object to keep track of the status of a Client/Server session pair.Subv2017-05-151-7/+22
* Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.Subv2017-01-041-3/+3
* Fixed the codestyle to match our clang-format rules.Subv2016-12-141-10/+15
* Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass.Subv2016-12-091-2/+13
* Added a framework for partially handling Session disconnections.Subv2016-12-081-2/+8
* Use std::move where appropriate.Subv2016-12-081-3/+4
* KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv2016-12-051-3/+3
* Declare empty ServerSession and ClientSession constructors as default.Subv2016-12-031-2/+2
* Fixed the rebase mistakes.Subv2016-12-011-1/+0
* A bit of a redesign.Subv2016-12-011-13/+12
* fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-1/+1
* Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-0/+58