index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
client_port.cpp
Age
Commit message (
Expand
)
Author
2018-10-06
Added forward define for ServerPort
David Marcec
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-06
client_port: Make all data members private
Lioncash
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-31
kernel: Remove unnecessary includes
Lioncash
2018-01-20
Format: Run the new clang format on everything
James Rowe
2017-06-06
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-05
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-15
Kernel: Use a Session object to keep track of the status of a Client/Server s...
Subv
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-08
Added a framework for partially handling Session disconnections.
Subv
2016-12-08
Use std::move where appropriate.
Subv
2016-12-05
Return an error code when connecting to a saturated port.
Subv
2016-12-05
Split SessionRequestHandler::HandleSyncRequest into HandleSyncRequest, Transl...
Subv
2016-12-05
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-11-30
Fixed the rebase mistakes.
Subv
2016-11-30
A bit of a redesign.
Subv
2016-11-30
IPC/HLE: Associate the ClientSessions with their parent port's HLE interface ...
Subv
2016-11-30
Kernel/HLE: Service::Interface no longer inherits from any Kernel object, and...
Subv
2016-11-30
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-06-05
Kernel: Added ClientPort and ServerPort classes.
Subv