summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/es (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01service: move hle_ipc from kernelLiam1-12/+12
2023-02-21service: refactor server architectureLiam2-8/+7
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj1-1/+1
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite1-1/+1
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-2/+2
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-2/+2
2022-11-23service: Make use of buffer element count helpersLioncash1-15/+12
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph2-6/+4
2021-09-27service/es: Update to 13.0.0german771-0/+6
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-10/+10
2020-11-27service: Eliminate usages of the global system instanceLioncash2-4/+8
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David1-1/+1
2020-07-01key_manager: Correct casing of instance()Lioncash1-1/+1
2020-06-27Use better names for "Unknown"sVolcaEM1-39/+39
2020-06-27Update function namesVolcaEM1-4/+4
2020-06-27es: Update function tableVolcaEM1-2/+41
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi1-1/+1
2020-04-18service: Remove unused RequestParser instancesLioncash1-1/+0
2020-04-17General: Resolve warnings related to missing declarationsLioncash1-0/+1
2019-11-12service: Update function tablesLioncash1-0/+2
2019-09-29Services::ES fix casting warningsFreddyFunk1-6/+6
2019-07-08key_manager: Convert Ticket union to std::variantZach Hilman1-2/+2
2019-07-08es: Populate/synthesize tickets on constructionZach Hilman1-2/+3
2019-07-08key_manager: Add structure for Ticket parsingZach Hilman1-9/+9
2019-07-08es: Implement ETicket GetPersonalizedTicketData (17)Zach Hilman1-1/+21
2019-07-08es: Implement ETicket GetCommonTicketData (16)Zach Hilman1-1/+20
2019-07-08es: Implement ETicket GetPersonalizedTicketSize (15)Zach Hilman1-1/+17
2019-07-08es: Implement ETicket GetCommonTicketSize (14)Zach Hilman1-1/+17
2019-07-08es: Implement ETicket ListPersonalizedTicket (12)Zach Hilman1-1/+24
2019-07-08es: Implement ETicket ListCommonTicket (11)Zach Hilman1-1/+24
2019-07-08es: Implement ETicket CountPersonalizedTicket (10)Zach Hilman1-1/+12
2019-07-08es: Implement ETicket CountCommonTicket (9)Zach Hilman1-1/+12
2019-07-08es: Implement ETicket GetTitleKey (8)Zach Hilman1-1/+27
2019-07-08es: Implement ETicket ImportTicket (1)Zach Hilman1-1/+45
2018-10-19es: Update service function tablesLioncash1-7/+11
2018-07-25service: Add the es serviceLioncash2-0/+73