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
/
ipc_helpers.h
Age
Commit message (
Expand
)
Author
2018-08-01
kernel: Move object class to its own source files
Lioncash
2018-07-25
Merge pull request #800 from lioncash/set
bunnei
2018-07-24
ipc_helper: Add helper member function for popping enum values to RequestParser
Lioncash
2018-07-23
hle_ipc: Make constructors explicit where applicable
Lioncash
2018-07-23
ipc_helpers: Make member variables of ResponseBuilder private
Lioncash
2018-07-20
ipc_helpers: Add PushEnum() member function to ResponseBuilder
Lioncash
2018-05-01
ipc: Add support for PopIpcInterface() method.
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-01-24
ResponseBuilder: Use a bit field for customizing instead of always_move_handles.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
ipc_helpers: Make interface domain agnostic and add header validation.
bunnei
2018-01-24
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-24
hle: Remove Domain and SyncObject kernel objects.
bunnei
2018-01-22
IPC: Don't create an unnecessary port when using PushIpcInterface outside of ...
Subv
2018-01-21
fsp_srv: Various improvements to IStorage:Read implementation.
bunnei
2018-01-18
Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...
gdkchan
2018-01-16
IPC: Push domain objects as move handles when not in a domain.
Subv
2018-01-10
IPC: Allow passing arguments to the Interfaces when using PushIpcInterface
Subv
2018-01-07
IPC: Take the number of domain objects as a parameter in MakeBuilder.
Subv
2018-01-07
IPC: Fixed pushing ResultCodes into the command buffer.
Subv
2018-01-07
IPC: Add functions to read the input move/copy objects from an IPC request.
Subv
2018-01-07
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
Subv
2018-01-07
IPC: Use the correct size when pushing raw data to the command buffer and fix...
Subv
2017-12-29
kernel: Fix implementation of ConvertSessionToDomain.
bunnei
2017-10-17
ipc_helpers: Fix alignment (was wrong as a result of a dynarmic bug).
bunnei
2017-10-15
hle: Implement ConvertSessionToDomain, various cleanups.
bunnei
2017-10-14
hle: Initial implementation of NX service framework and IPC.
bunnei
2017-09-30
Fixed type conversion ambiguity
Huw Pascoe
2017-06-11
Kernel: Allow clearing request_objects to re-use buffer space
Yuri Kunde Schlesner
2017-06-11
IPC: Add Pop/PushObjects methods to RequestParser/Builder
Yuri Kunde Schlesner
2017-06-11
IPC: Add basic HLERequestContext support to RequestParser/Builder
Yuri Kunde Schlesner
2017-05-29
Kernel: Move HandleTable to a separate file
Yuri Kunde Schlesner
2017-03-18
IPCHelper Skip method + address comments for apt
Lectem
2017-03-18
fix #2560 and other comments
Lectem
2017-03-18
move push out of class body and add u8 u16 bool specializations
Lectem
2017-03-18
refactor APT service to use the new IPC helpers
Lectem
2017-02-05
fix wwylele's comment and use typename in templates
Lectem
2016-12-26
move Pop methods out of class body
Lectem
2016-12-26
IPC helpers
Lectem