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
/
server_session.cpp
Age
Commit message (
Expand
)
Author
2018-10-29
hle_ipc: Add member function for querying the existence of a domain header
Lioncash
2018-10-29
hle_ipc: Make GetDomainMessageHeader return a regular pointer
Lioncash
2018-10-20
kernel/process: Make the handle table per-process
Lioncash
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
2018-08-31
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-15
kernel/server_session: Add IsSession() member function
Lioncash
2018-08-11
server_session: Provide more useful information and don't crash on bad IPC re...
bunnei
2018-08-06
client_port: Make all data members private
Lioncash
2018-07-31
kernel: Remove unnecessary includes
Lioncash
2018-07-19
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-18
core/memory, core/hle/kernel: Use std::move where applicable
Lioncash
2018-07-02
Update clang format
James Rowe
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-02
Merge pull request #431 from lioncash/fmt
bunnei
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-05-01
ipc: Add support for PopIpcInterface() method.
bunnei
2018-04-25
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-03-19
Clang Fixes
N00byKing
2018-03-19
Clean Warnings (?)
N00byKing
2018-03-14
core: Move process creation out of global state.
bunnei
2018-02-20
Fix: change check for domain order and existance of domain message header
mailwl
2018-02-20
IPC: add domain header to response if only it exists in request
mailwl
2018-02-18
Kernel/IPC: Add a small delay after each SyncRequest to prevent thread starv...
Subv
2018-01-24
server_session: Fix scenario where all domain handlers are closed.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
hle: Integrate Domain handling into ServerSession.
bunnei
2017-12-29
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-10-31
service: Return proper result code for IPC::CommandType::Close.
bunnei
2017-06-29
Merge pull request #2793 from Subv/replyandreceive
Sebastian Valle
2017-06-25
Kernel/ServerSession: Keep track of which threads have issued sync requests.
Subv
2017-06-18
ResultVal: Remove MoveFrom()
Yuri Kunde Schlesner
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-21
Kernel/Sessions: Remove the ClientSession::Create function.
Subv
2017-05-15
Kernel: Use a Session object to keep track of the status of a Client/Server s...
Subv
2017-01-04
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2016-12-14
Fixed the codestyle to match our clang-format rules.
Subv
2016-12-09
Moved the HLE command buffer translation task to ServerSession instead of the...
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
fixup! Kernel/IPC: Use Ports and Sessions as the fundamental building block ...
Subv
2016-11-30
Kernel/IPC: Use Ports and Sessions as the fundamental building block of Inte...
Subv