aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/hle_ipc.h
AgeCommit message (Expand)Author
2018-11-29hle_ipc: Refactor SleepClientThread to avoid ReadableEventZach Hilman
2018-11-29hle_ipc: Use event pair for SleepClientThreadZach Hilman
2018-10-29hle_ipc: Add member function for querying the existence of a domain headerLioncash
2018-10-29hle_ipc: Make GetDomainMessageHeader return a regular pointerLioncash
2018-10-20kernel/process: Make the handle table per-processLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-09hle_ipc: Make WriteToOutgoingCommandBuffer()'s reference parameter constLioncash
2018-08-01kernel: Move object class to its own source filesLioncash
2018-07-31kernel: Remove unnecessary includesLioncash
2018-07-23hle_ipc: Make constructors explicit where applicableLioncash
2018-07-19hle_ipc: Introduce generic WriteBuffer overload for multiple container typesLioncash
2018-07-18core/memory, core/hle/kernel: Use std::move where applicableLioncash
2018-07-17nvflinger: Fix for BufferQueue event handling.bunnei
2018-05-01ipc: Add support for PopIpcInterface() method.bunnei
2018-05-01GetSharedFontInOrderOfPriority (#381)David
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-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-01-24ipc_helpers: Make interface domain agnostic and add header validation.bunnei
2018-01-24hle: Integrate Domain handling into ServerSession.bunnei
2018-01-18Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...gdkchan
2018-01-16IPC: Push domain objects as move handles when not in a domain.Subv
2018-01-16clang-formatMerryMage
2018-01-13yuzu: Update license text to be consistent across project.bunnei
2018-01-11core: Fix recent GCC build breaks.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 Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...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-31service: Return proper result code for IPC::CommandType::Close.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-06-18Kernel/IPC: Make HLERequestContext usable from outside kernelYuri Kunde Schlesner
2017-06-11Kernel/IPC: Use boost::small_vector for HLE context objectsYuri 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-11ServiceFramework: Use separate copy of command bufferYuri Kunde Schlesner
2017-06-08Service: Add new ServiceFramework framework for writing HLE servicesYuri Kunde Schlesner
2017-06-06Kernel: Remove some unnecessary namespace qualificationsYuri 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