Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed the codestyle to match our clang-format rules. | Subv | 2016-12-14 | 1 | -3/+6 |
* | Added a framework for partially handling Session disconnections. | Subv | 2016-12-08 | 1 | -3/+12 |
* | Use std::move where appropriate. | Subv | 2016-12-08 | 1 | -1/+1 |
* | KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it. | Subv | 2016-12-05 | 1 | -1/+1 |
* | Declare empty ServerSession and ClientSession constructors as default. | Subv | 2016-12-03 | 1 | -2/+2 |
* | Fixed the rebase mistakes. | Subv | 2016-12-01 | 1 | -3/+0 |
* | A bit of a redesign. | Subv | 2016-12-01 | 1 | -14/+2 |
* | IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists. | Subv | 2016-12-01 | 1 | -4/+5 |
* | Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. | Subv | 2016-12-01 | 1 | -0/+42 |