summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_session.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-11core: hle: kernel: Update KSynchronizationObject.bunnei1-10/+1
2020-09-14kernel: Remove all dependencies on the global system instanceLioncash1-2/+3
2020-04-17core: memory: Move to Core::Memory namespace.bunnei1-1/+2
2020-02-11Kernel: Refactor synchronization to better match REFernando Sahmkow1-0/+5
2020-02-11Kernel: Change WaitObject to Synchronization object. In order to better reflect RE.Fernando Sahmkow1-1/+1
2019-11-28kernel: Implement a more accurate IPC dispatch.bunnei1-9/+31
2019-11-27core: Prepare various classes for memory read/write migrationLioncash1-2/+2
2019-11-26kernel: Fix reference management for client/server session.bunnei1-9/+7
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-10/+5
2019-03-06kernel/server_session: Make data members privateLioncash1-12/+2
2019-01-01core/kernel: Remove unnecessary inclusionsLioncash1-0/+1
2018-08-29kernel: Eliminate kernel global stateLioncash1-1/+1
2018-07-31kernel: Remove unnecessary includesLioncash1-2/+0
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2017-06-29Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest.Subv1-2/+3
2017-06-26Kernel/Sessions: Clean up the list of pending request threads of a session when the client endpoint is closed.Subv1-0/+5
2017-06-25Kernel/ServerSession: Keep track of which threads have issued sync requests.Subv1-1/+1
2017-06-08Session: Remove/add some forward declarationsYuri Kunde Schlesner1-0/+1
2017-06-08Kernel: Ensure objects are kept alive during ClientSession disconnectionYuri Kunde Schlesner1-7/+13
2017-06-06HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner1-0/+2
2017-05-25Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner1-2/+1
2017-05-22Kernel/Sessions: Remove the ClientSession::Create function.Subv1-8/+0
2017-05-15Kernel: Remove a now unused enum and variable regarding a session's status.Subv1-1/+0
2017-05-15Kernel: Use a Session object to keep track of the status of a Client/Server session pair.Subv1-9/+15
2016-12-14Fixed the codestyle to match our clang-format rules.Subv1-3/+6
2016-12-08Added a framework for partially handling Session disconnections.Subv1-3/+12
2016-12-08Use std::move where appropriate.Subv1-1/+1
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv1-1/+1
2016-12-03Declare empty ServerSession and ClientSession constructors as default.Subv1-2/+2
2016-12-01Fixed the rebase mistakes.Subv1-3/+0
2016-12-01A bit of a redesign.Subv1-14/+2
2016-12-01IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.Subv1-4/+5
2016-12-01 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv1-0/+42