Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed the codestyle to match our clang-format rules. | Subv | 2016-12-14 | 1 | -10/+15 |
* | Moved the HLE command buffer translation task to ServerSession instead of the HLE handler superclass. | Subv | 2016-12-09 | 1 | -2/+13 |
* | Added a framework for partially handling Session disconnections. | Subv | 2016-12-08 | 1 | -2/+8 |
* | Use std::move where appropriate. | Subv | 2016-12-08 | 1 | -3/+4 |
* | KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it. | Subv | 2016-12-05 | 1 | -3/+3 |
* | Declare empty ServerSession and ClientSession constructors as default. | Subv | 2016-12-03 | 1 | -2/+2 |
* | Fixed the rebase mistakes. | Subv | 2016-12-01 | 1 | -1/+0 |
* | A bit of a redesign. | Subv | 2016-12-01 | 1 | -13/+12 |
* | fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. | Subv | 2016-12-01 | 1 | -1/+1 |
* | Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication. | Subv | 2016-12-01 | 1 | -0/+58 |