aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/hle_ipc.cpp
AgeCommit message (Expand)Author
2018-05-17Added RequestWithContext & ControlWithContextDavid Marcec
2018-05-01GetSharedFontInOrderOfPriority (#381)David
2018-04-25kernel: Migrate logging macros to fmt-compatible onesLioncash
2018-03-31hle_ipc, fsp_srv: Cleanup logging.bunnei
2018-03-31hle_ipc: Do not ensure write buffer size.bunnei
2018-03-19Clean Warnings (?)N00byKing
2018-03-18hle_ipc: Add SleepClientThread to block current thread within HLE routines.bunnei
2018-03-18hle_ipc: Use shared_ptr instead of unique_ptr to allow copies.bunnei
2018-03-18hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.bunnei
2018-02-20Add warning if Domain request has no domain message headermailwl
2018-02-20Fix: change check for domain order and existance of domain message headermailwl
2018-02-20IPC: add domain header to response if only it exists in requestmailwl
2018-02-16Service/hid: stub some functionsmailwl
2018-02-14hle_ipc: Remove const from WriteBuffer size.bunnei
2018-02-14hle_ipc: Add GetReadBufferSize and check write buffer size.bunnei
2018-02-13hle_ipc: Add helper functions for reading and writing buffers.bunnei
2018-02-13hle_ipc: Add helper functions for reading and writing buffers.bunnei
2018-01-24hle: Integrate Domain handling into ServerSession.bunnei
2018-01-24hle: Remove Domain and SyncObject kernel objects.bunnei
2018-01-20Format: Run the new clang format on everythingJames Rowe
2018-01-19Fixes some cast warnings, partial port of citra #3064 (#106)River City Ransomware
2018-01-18Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...gdkchan
2018-01-17hle_ipc: Clang format.bunnei
2018-01-17ipc: Implement domain command CloseVirtualHandle.bunnei
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-10IPC: Corrected some definitions for the buffer C descriptor flags.Subv
2018-01-07IPC: Add functions to read the input move/copy objects from an IPC request.Subv
2018-01-07IPC: Don't attempt to read the command buffer if it holds a Close request.Subv
2018-01-07IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...Subv
2018-01-07IPC: Skip the entire u64 of the command id when receiving an IPC request.Subv
2018-01-07IPC: Use the correct size when pushing raw data to the command buffer and fix...Subv
2017-12-29kernel: Fix implementation of ConvertSessionToDomain.bunnei
2017-10-18hle_ipc: Only copy necessary fields for outgoing command buffer.bunnei
2017-10-18hle_ipc: Parse out buffer X/A/B/B descriptors from incoming command buffer.bunnei
2017-10-15hle: Implement ConvertSessionToDomain, various cleanups.bunnei
2017-10-14hle: Initial implementation of NX service framework and IPC.bunnei
2017-09-30Fixed type conversion ambiguityHuw Pascoe
2017-06-21Kernel/IPC: Support translation of null handlesYuri Kunde Schlesner
2017-06-18Kernel/IPC: Make HLERequestContext usable from outside kernelYuri Kunde Schlesner
2017-06-11Kernel: Allow clearing request_objects to re-use buffer spaceYuri Kunde Schlesner
2017-06-11Kernel: Basic support for IPC translation for HLE servicesYuri Kunde Schlesner
2017-06-11Kernel: Add methods in HLERequestContext abstracting handle creationYuri Kunde Schlesner
2017-06-08Service: Add new ServiceFramework framework for writing HLE servicesYuri Kunde Schlesner
2017-06-06Kernel: Add a dedicated SetHleHandler method to ServerPort/ServerSessionYuri Kunde Schlesner
2017-06-05HLE: Move SessionRequestHandler from Service:: to Kernel::Yuri Kunde Schlesner