index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
client_session.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-28
1
-9
/
+31
*
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-27
1
-2
/
+2
*
kernel: Fix reference management for client/server session.
bunnei
2019-11-26
1
-9
/
+7
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-10
/
+5
*
kernel/server_session: Make data members private
Lioncash
2019-03-06
1
-12
/
+2
*
core/kernel: Remove unnecessary inclusions
Lioncash
2019-01-01
1
-0
/
+1
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-1
/
+1
*
kernel: Remove unnecessary includes
Lioncash
2018-07-31
1
-2
/
+0
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-1
/
+1
*
Kernel/SVC: Pass the current thread as a parameter to ClientSession::SendSyncRequest.
Subv
2017-06-29
1
-2
/
+3
*
Kernel/Sessions: Clean up the list of pending request threads of a session when the client endpoint is closed.
Subv
2017-06-26
1
-0
/
+5
*
Kernel/ServerSession: Keep track of which threads have issued sync requests.
Subv
2017-06-25
1
-1
/
+1
*
Session: Remove/add some forward declarations
Yuri Kunde Schlesner
2017-06-08
1
-0
/
+1
*
Kernel: Ensure objects are kept alive during ClientSession disconnection
Yuri Kunde Schlesner
2017-06-08
1
-7
/
+13
*
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-06-06
1
-0
/
+2
*
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-25
1
-2
/
+1
*
Kernel/Sessions: Remove the ClientSession::Create function.
Subv
2017-05-22
1
-8
/
+0
*
Kernel: Remove a now unused enum and variable regarding a session's status.
Subv
2017-05-15
1
-1
/
+0
*
Kernel: Use a Session object to keep track of the status of a Client/Server session pair.
Subv
2017-05-15
1
-9
/
+15
*
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