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
*
SVC: Correct SendSyncRequest.
Fernando Sahmkow
2020-06-27
1
-5
/
+10
*
hle_ipc: Eliminate core memory globals
Lioncash
2020-05-03
1
-2
/
+2
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-2
/
+3
*
Core: Address Feedback
Fernando Sahmkow
2020-02-14
1
-1
/
+1
*
Kernel: Refactor synchronization to better match RE
Fernando Sahmkow
2020-02-11
1
-0
/
+10
*
Kernel: Change WaitObject to Synchronization object. In order to better reflect RE.
Fernando Sahmkow
2020-02-11
1
-1
/
+1
*
kernel: Implement a more accurate IPC dispatch.
bunnei
2019-11-28
1
-74
/
+43
*
core/memory: Migrate over GetPointer()
Lioncash
2019-11-27
1
-1
/
+2
*
core: Prepare various classes for memory read/write migration
Lioncash
2019-11-27
1
-1
/
+2
*
kernel: Fix reference management for client/server session.
bunnei
2019-11-26
1
-9
/
+9
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
2019-11-25
1
-7
/
+8
*
HLE/IPC: HLEContext can memorize the client thread and use it for SleepClientThread
Weiyi Wang
2019-05-18
1
-1
/
+1
*
kernel/server_session: Remove obsolete TODOs
Lioncash
2019-04-10
1
-7
/
+2
*
kernel/server_session: Return a std::pair from CreateSessionPair()
Lioncash
2019-04-06
1
-1
/
+1
*
kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const
Lioncash
2019-04-02
1
-1
/
+1
*
kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional
Lioncash
2019-03-08
1
-31
/
+32
*
kernel/server_session: Make data members private
Lioncash
2019-03-06
1
-0
/
+28
*
core/kernel: Remove unnecessary inclusions
Lioncash
2019-01-01
1
-0
/
+1
*
hle_ipc: Add member function for querying the existence of a domain header
Lioncash
2018-10-30
1
-1
/
+1
*
hle_ipc: Make GetDomainMessageHeader return a regular pointer
Lioncash
2018-10-30
1
-1
/
+1
*
kernel/process: Make the handle table per-process
Lioncash
2018-10-20
1
-2
/
+1
*
kernel/thread: Make all instance variables private
Lioncash
2018-10-04
1
-2
/
+2
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-3
/
+3
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-8
/
+9
*
kernel/server_session: Add IsSession() member function
Lioncash
2018-08-15
1
-1
/
+1
*
server_session: Provide more useful information and don't crash on bad IPC request.
bunnei
2018-08-12
1
-0
/
+8
*
client_port: Make all data members private
Lioncash
2018-08-07
1
-1
/
+1
*
kernel: Remove unnecessary includes
Lioncash
2018-07-31
1
-0
/
+2
*
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-20
1
-2
/
+2
*
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-19
1
-1
/
+2
*
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