summaryrefslogtreecommitdiff
path: root/src/core/hle/service/es
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-09-05core: Add support for loading NSPs with personalized tickets. (#10048)Steveice10
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2023-02-03Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj
2023-02-02Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...liamwhite
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj
2022-11-23service: Make use of buffer element count helpersLioncash
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-09-26service/es: Update to 13.0.0german77
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...David
2020-07-01key_manager: Correct casing of instance()Lioncash
2020-07-01Merge pull request #3967 from FearlessTobi/keys-singletonDavid
2020-06-27Use better names for "Unknown"sVolcaEM
2020-06-27Update function namesVolcaEM
2020-06-27es: Update function tableVolcaEM
2020-05-20crypto: Make KeyManager a singleton classFearlessTobi
2020-04-23Merge pull request #3697 from lioncash/declarationsbunnei
2020-04-17service: Remove unused RequestParser instancesLioncash
2020-04-16General: Resolve warnings related to missing declarationsLioncash
2019-11-12service: Update function tablesLioncash
2019-09-29Services::ES fix casting warningsFreddyFunk
2019-07-07key_manager: Convert Ticket union to std::variantZach Hilman
2019-07-07es: Populate/synthesize tickets on constructionZach Hilman
2019-07-07key_manager: Add structure for Ticket parsingZach Hilman
2019-07-07es: Implement ETicket GetPersonalizedTicketData (17)Zach Hilman
2019-07-07es: Implement ETicket GetCommonTicketData (16)Zach Hilman
2019-07-07es: Implement ETicket GetPersonalizedTicketSize (15)Zach Hilman
2019-07-07es: Implement ETicket GetCommonTicketSize (14)Zach Hilman
2019-07-07es: Implement ETicket ListPersonalizedTicket (12)Zach Hilman
2019-07-07es: Implement ETicket ListCommonTicket (11)Zach Hilman
2019-07-07es: Implement ETicket CountPersonalizedTicket (10)Zach Hilman
2019-07-07es: Implement ETicket CountCommonTicket (9)Zach Hilman
2019-07-07es: Implement ETicket GetTitleKey (8)Zach Hilman
2019-07-07es: Implement ETicket ImportTicket (1)Zach Hilman
2018-10-19es: Update service function tablesLioncash
2018-07-25service: Add the es serviceLioncash