summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/es (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-011-12/+12
* service: refactor server architectureLiam2023-02-212-8/+7
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-1/+1
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-1/+1
* hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2022-12-291-2/+2
* service: Use ReadBufferSpan where it is trivial to do soameerj2022-12-251-2/+2
* service: Make use of buffer element count helpersLioncash2022-11-231-15/+12
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-2/+2
* general: Convert source file copyright comments over to SPDXMorph2022-04-232-6/+4
* service/es: Update to 13.0.0german772021-09-271-0/+6
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-10/+10
* service: Eliminate usages of the global system instanceLioncash2020-11-272-4/+8
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David2020-08-031-1/+1
* key_manager: Correct casing of instance()Lioncash2020-07-011-1/+1
* Merge pull request #3967 from FearlessTobi/keys-singletonDavid2020-07-011-1/+1
|\
| * crypto: Make KeyManager a singleton classFearlessTobi2020-05-201-1/+1
* | Use better names for "Unknown"sVolcaEM2020-06-271-39/+39
* | Update function namesVolcaEM2020-06-271-4/+4
* | es: Update function tableVolcaEM2020-06-271-2/+41
|/
* Merge pull request #3697 from lioncash/declarationsbunnei2020-04-231-0/+1
|\
| * General: Resolve warnings related to missing declarationsLioncash2020-04-171-0/+1
* | service: Remove unused RequestParser instancesLioncash2020-04-181-1/+0
|/
* service: Update function tablesLioncash2019-11-121-0/+2
* Services::ES fix casting warningsFreddyFunk2019-09-291-6/+6
* key_manager: Convert Ticket union to std::variantZach Hilman2019-07-081-2/+2
* es: Populate/synthesize tickets on constructionZach Hilman2019-07-081-2/+3
* key_manager: Add structure for Ticket parsingZach Hilman2019-07-081-9/+9
* es: Implement ETicket GetPersonalizedTicketData (17)Zach Hilman2019-07-081-1/+21
* es: Implement ETicket GetCommonTicketData (16)Zach Hilman2019-07-081-1/+20
* es: Implement ETicket GetPersonalizedTicketSize (15)Zach Hilman2019-07-081-1/+17
* es: Implement ETicket GetCommonTicketSize (14)Zach Hilman2019-07-081-1/+17
* es: Implement ETicket ListPersonalizedTicket (12)Zach Hilman2019-07-081-1/+24
* es: Implement ETicket ListCommonTicket (11)Zach Hilman2019-07-081-1/+24
* es: Implement ETicket CountPersonalizedTicket (10)Zach Hilman2019-07-081-1/+12
* es: Implement ETicket CountCommonTicket (9)Zach Hilman2019-07-081-1/+12
* es: Implement ETicket GetTitleKey (8)Zach Hilman2019-07-081-1/+27
* es: Implement ETicket ImportTicket (1)Zach Hilman2019-07-081-1/+45
* es: Update service function tablesLioncash2018-10-191-7/+11
* service: Add the es serviceLioncash2018-07-252-0/+73