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_session.cpp
Age
Commit message (
Expand
)
Author
2018-12-31
core/kernel: Remove unnecessary inclusions
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-07-31
kernel: Remove unnecessary includes
Lioncash
2018-01-20
Format: Run the new clang format on everything
James Rowe
2017-06-29
Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSync...
Subv
2017-06-25
Kernel/Sessions: Clean up the list of pending request threads of a session wh...
Subv
2017-06-25
Kernel/ServerSession: Keep track of which threads have issued sync requests.
Subv
2017-06-08
Session: Remove/add some forward declarations
Yuri Kunde Schlesner
2017-06-08
Kernel: Ensure objects are kept alive during ClientSession disconnection
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-21
Kernel/Sessions: Remove the ClientSession::Create function.
Subv
2017-05-15
Kernel: Remove a now unused enum and variable regarding a session's status.
Subv
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
KServerPorts now have an HLE handler "template", which is inherited by all Se...
Subv
2016-12-02
Declare empty ServerSession and ClientSession constructors as default.
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/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv