summaryrefslogtreecommitdiffstats
path: root/src/core/hle/kernel/client_port.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-02-13kernel: Unify result codes (#5890)Chloe1-2/+2
2021-01-11core: hle: kernel: Update KSynchronizationObject.bunnei1-3/+0
2020-06-27General: Cleanup legacy code.Fernando Sahmkow1-1/+1
2019-12-08kernel: Remove unnecessary includesLioncash1-1/+0
2019-11-28kernel: Implement a more accurate IPC dispatch.bunnei1-9/+5
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-3/+4
2019-04-06kernel/server_session: Return a std::pair from CreateSessionPair()Lioncash1-6/+4
2019-03-11kernel/server_port: Make data members privateLioncash1-4/+5
2018-10-06Added forward define for ServerPortDavid Marcec1-0/+4
2018-08-29kernel: Eliminate kernel global stateLioncash1-2/+2
2018-08-07client_port: Make all data members privateLioncash1-2/+10
2018-08-02kernel: Move object class to its own source filesLioncash1-1/+1
2018-07-31kernel: Remove unnecessary includesLioncash1-1/+2
2018-01-21Format: Run the new clang format on everythingJames Rowe1-1/+1
2017-06-06Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner1-7/+4
2017-06-06HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner1-0/+1
2017-05-25Kernel: Centralize error definitions in errors.hYuri Kunde Schlesner1-2/+2
2017-05-15Kernel: Use a Session object to keep track of the status of a Client/Server session pair.Subv1-8/+5
2016-12-14Fixed the codestyle to match our clang-format rules.Subv1-2/+4
2016-12-08Added a framework for partially handling Session disconnections.Subv1-2/+6
2016-12-08Use std::move where appropriate.Subv1-1/+4
2016-12-05Return an error code when connecting to a saturated port.Subv1-2/+9
2016-12-05Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, TranslateRequest and HandleSyncRequestImpl.Subv1-0/+1
2016-12-05KServerPorts now have an HLE handler "template", which is inherited by all ServerSessions created from it.Subv1-1/+9
2016-12-01Fixed the rebase mistakes.Subv1-1/+0
2016-12-01A bit of a redesign.Subv1-14/+0
2016-12-01IPC/HLE: Associate the ClientSessions with their parent port's HLE interface if it exists.Subv1-9/+1
2016-12-01Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and is now its own standalone class.Subv1-0/+23
2016-12-01 Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inter Process Communication.Subv1-0/+7
2016-09-21Use negative priorities to avoid special-casing the self-includeYuri Kunde Schlesner1-1/+1
2016-09-21Remove empty newlines in #include blocks.Emmanuel Gil Peyrot1-2/+1
2016-09-19Manually tweak source formatting and then re-run clang-formatYuri Kunde Schlesner1-4/+2
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot1-2/+4
2016-06-05Kernel: Added ClientPort and ServerPort classes.Subv1-0/+16