summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_port.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* hle: kernel: Migrate KClientPort to KAutoObject.bunnei2021-05-061-63/+0
* hle: kernel: Migrate KSession, KClientSession, and KServerSession to KAutoObject.bunnei2021-05-061-2/+2
* core: hle: kernel: object: Implement Finalize() virtual method.bunnei2021-01-291-0/+2
* kernel: Remove unnecessary includesLioncash2019-12-081-0/+2
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-251-6/+6
* kernel: Make handle type declarations constexprLioncash2019-04-111-1/+1
* Added forward define for ServerPortDavid Marcec2018-10-061-4/+2
* Ported #4296 from citraDavid Marcec2018-10-061-1/+5
* kernel: Eliminate kernel global stateLioncash2018-08-291-2/+3
* client_port: Make all data members privateLioncash2018-08-071-4/+10
* kernel: Move object class to its own source filesLioncash2018-08-021-1/+1
* Format: Run the new clang format on everythingJames Rowe2018-01-211-1/+1
* Kernel: Move HandleTable to a separate fileYuri Kunde Schlesner2017-05-301-0/+1
* Fixed the codestyle to match our clang-format rules.Subv2016-12-141-2/+3
* Return an error code when connecting to a saturated port.Subv2016-12-051-2/+2
* KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv2016-12-051-4/+6
* Fixed the rebase mistakes.Subv2016-12-011-17/+15
* A bit of a redesign.Subv2016-12-011-11/+1
* IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.Subv2016-12-011-9/+3
* Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and is now its own standalone class.Subv2016-12-011-8/+21
* Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv2016-12-011-6/+17
* Remove empty newlines in #include blocks.Emmanuel Gil Peyrot2016-09-211-2/+0
* Sources: Run clang-format on everything.Emmanuel Gil Peyrot2016-09-181-8/+14
* Kernel/SVC: Implemented svcCreatePort.Subv2016-06-111-0/+2
* Kernel: Added ClientPort and ServerPort classes.Subv2016-06-051-0/+34