summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_session.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: hle: kernel: object: Implement Finalize() virtual method.bunnei2021-01-291-0/+2
* core: hle: kernel: Rename Thread to KThread.bunnei2021-01-291-2/+2
* core: hle: kernel: Update KSynchronizationObject.bunnei2021-01-111-6/+2
* kernel: Remove all dependencies on the global system instanceLioncash2020-09-141-1/+6
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-2/+2
* Kernel: Refactor synchronization to better match REFernando Sahmkow2020-02-111-0/+2
* Kernel: Change WaitObject to Synchronization object. In order to better reflect RE.Fernando Sahmkow2020-02-111-2/+2
* kernel: Implement a more accurate IPC dispatch.bunnei2019-11-281-6/+15
* core: Prepare various classes for memory read/write migrationLioncash2019-11-271-1/+5
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-4/+4
* kernel: Make handle type declarations constexprLioncash2019-04-111-1/+1
* kernel/client_session: Make data members privateLioncash2019-03-061-4/+5
* core/kernel: Remove unnecessary inclusionsLioncash2019-01-011-2/+2
* kernel: Eliminate kernel global stateLioncash2018-08-291-2/+3
* kernel: Move object class to its own source filesLioncash2018-08-021-1/+1
* hle: Integrate Domain handling into ServerSession.bunnei2018-01-251-1/+2
* hle: Remove Domain and SyncObject kernel objects.bunnei2018-01-251-2/+1
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* kernel: Add SyncObject primitive, use it for ClientSession.bunnei2017-12-291-8/+3
* Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest.Subv2017-06-291-1/+3
* Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner2017-05-301-2/+1
* Kernel/Sessions: Remove the ClientSession::Create function.Subv2017-05-221-7/+0
* Kernel: Remove a now unused enum and variable regarding a session's status.Subv2017-05-151-7/+0
* Kernel: Use a Session object to keep track of the status of a Client/Server session pair.Subv2017-05-151-5/+6
* Fixed the codestyle to match our clang-format rules.Subv2016-12-141-5/+6
* Added a framework for partially handling Session disconnections.Subv2016-12-081-2/+9
* KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv2016-12-051-9/+12
* Fixed the rebase mistakes.Subv2016-12-011-8/+9
* A bit of a redesign.Subv2016-12-011-4/+1
* IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.Subv2016-12-011-0/+6
* Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-0/+50