summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/bcat_module.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01service: move hle_ipc from kernelLiam1-25/+23
2023-02-21service: refactor server architectureLiam1-9/+17
2023-02-14general: rename CurrentProcess to ApplicationProcessLiam1-5/+5
2022-12-29hle_ipc: Rename ReadBufferSpan to ReadBufferameerj1-1/+1
2022-12-25service: Use ReadBufferSpan where it is trivial to do soameerj1-1/+1
2022-11-23service: Make use of buffer element count helpersLioncash1-2/+2
2022-07-14service: btdrv,bcat,btm: Update service tables to 14.0.0german771-2/+2
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-5/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-11-04general: Get the current process program id directly from the systemMorph1-4/+3
2021-11-04general: Rename GetTitleID to GetProgramIDMorph1-3/+3
2021-11-04core: Remove unused includesameerj1-1/+0
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph1-2/+2
2021-09-29service: bcat: Remove BoxCat BCAT implementationMorph1-7/+0
2021-07-14service: Append service name prefix to common filenamesMorph1-1/+1
2021-06-29core, input_common: Miscellaneous fixeslat9nq1-1/+1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-19/+19
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-05-06hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei1-6/+4
2021-05-06hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei1-1/+1
2021-04-26service: Eliminate cases of member shadowingLioncash1-8/+14
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2021-04-09bcat_module: Update to 12.xgerman771-0/+2
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei1-1/+1
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei1-3/+3
2020-11-27service: Eliminate usages of the global system instanceLioncash1-20/+20
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
2020-10-21Revert "core: Fix clang build"bunnei1-2/+1
2020-10-18core: Fix clang buildLioncash1-1/+2
2020-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David1-1/+1
2020-06-27bcat: Update function tables and add missing classes (#4172)VolcaEM1-0/+3
2020-04-20service: Update function tablesLioncash1-0/+1
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei1-2/+2
2019-11-12service: Update function tablesLioncash1-0/+6
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash1-1/+1
2019-10-15bcat: Remove use of global system accessorsLioncash1-11/+13
2019-10-06bcat/module: Silence truncation warningsLioncash1-3/+3
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash1-15/+19
2019-10-05service/bcat: Silence -Wreorder and -WunusedReinUsesLisp1-1/+1
2019-10-01bcat: Add FSC accessors for BCAT dataZach Hilman1-11/+15
2019-09-30boxcat: Implement events global fieldZach Hilman1-4/+4
2019-09-30bcat: Implement DeliveryCacheProgressImpl structureZach Hilman1-45/+11
2019-09-30bcat: Expose CreateBackendFromSettings helper functionZach Hilman1-2/+0
2019-09-30bcat: Implement cmd 90201 ClearDeliveryCacheStorageZach Hilman1-1/+23
2019-09-30bcat: Implement cmd 30100 SetPassphraseZach Hilman1-1/+33
2019-09-30bcat: Implement cmd RequestSyncDeliveryCache and variantZach Hilman1-2/+70
2019-09-30bcat: Implement IDeliveryCacheProgressService commandsZach Hilman1-0/+131
2019-09-30bcat: Implement IDeliveryCacheFileService commandsZach Hilman1-0/+117
2019-09-30bcat: Implement IDeliveryCacheDirectoryService commandsZach Hilman1-0/+99
2019-09-30bcat: Implement IDeliveryCacheStorageService commandsZach Hilman1-0/+58
2019-09-30bcat: Add commands to create IDeliveryCacheStorageServiceZach Hilman1-2/+26
2019-09-30module: Create BCAT backend based upon Settings value on constructionZach Hilman1-1/+13
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-1/+2
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-05-28Service/BCAT: add module and servicesmailwl1-0/+53