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
/
server_session.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update clang format
James Rowe
2018-07-03
1
-1
/
+1
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-2
/
+2
*
Merge pull request #431 from lioncash/fmt
bunnei
2018-05-02
1
-1
/
+1
|
\
|
*
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-02
1
-1
/
+1
*
|
ipc: Add support for PopIpcInterface() method.
bunnei
2018-05-02
1
-0
/
+3
|
/
*
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-04-26
1
-3
/
+3
*
Clang Fixes
N00byKing
2018-03-19
1
-1
/
+2
*
Clean Warnings (?)
N00byKing
2018-03-19
1
-1
/
+1
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-1
/
+2
*
Fix: change check for domain order and existance of domain message header
mailwl
2018-02-20
1
-1
/
+1
*
IPC: add domain header to response if only it exists in request
mailwl
2018-02-20
1
-1
/
+1
*
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starvation.
Subv
2018-02-18
1
-41
/
+56
*
server_session: Fix scenario where all domain handlers are closed.
bunnei
2018-01-25
1
-3
/
+3
*
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-25
1
-1
/
+1
*
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-25
1
-5
/
+42
*
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-12-29
1
-2
/
+9
*
service: Return proper result code for IPC::CommandType::Close.
bunnei
2017-11-01
1
-5
/
+6
*
Merge pull request #2793 from Subv/replyandreceive
Sebastian Valle
2017-06-30
1
-6
/
+16
|
\
|
*
Kernel/ServerSession: Keep track of which threads have issued sync requests.
Subv
2017-06-25
1
-6
/
+16
*
|
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
2017-06-19
1
-1
/
+1
|
/
*
Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSession
Yuri Kunde Schlesner
2017-06-06
1
-11
/
+5
*
HLE: Move SessionRequestHandler from Service:: to Kernel::
Yuri Kunde Schlesner
2017-06-06
1
-2
/
+5
*
Kernel/Sessions: Remove the ClientSession::Create function.
Subv
2017-05-22
1
-1
/
+3
*
Kernel: Use a Session object to keep track of the status of a Client/Server session pair.
Subv
2017-05-15
1
-7
/
+22
*
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
1
-3
/
+3
*
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