summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01service: move hle_ipc from kernelLiam2-28/+26
2023-02-21service: refactor server architectureLiam2-11/+18
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-10-13kernel: remove KWritableEventLiam1-1/+1
2022-07-14service: btdrv,bcat,btm: Update service tables to 14.0.0german771-2/+2
2022-06-27core: Replace all instances of ResultCode with Resultgerman773-8/+8
2022-04-23general: Convert source file copyright comments over to SPDXMorph6-18/+12
2021-12-18core: hle: Remove global HLE lock.bunnei2-16/+1
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 includesameerj2-2/+0
2021-10-02service: Replace service event creation with ServiceContext::CreateEventMorph3-15/+21
2021-09-29service: bcat: Remove BoxCat BCAT implementationMorph3-619/+0
2021-07-14service: Append service name prefix to common filenamesMorph3-2/+2
2021-07-12boxcat: Silence -Wmaybe-uninitialized in httplib.hReinUsesLisp1-0/+3
2021-06-29core, input_common: Miscellaneous fixeslat9nq1-1/+1
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph1-2/+2
2021-06-13general: Remove extraneous includesMorph1-1/+0
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph1-1/+1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph4-24/+24
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-26/+42
2021-05-16core: Make variable shadowing a compile-time errorLioncash1-2/+11
2021-05-06hle: kernel: Rename Process to KProcess.bunnei1-1/+1
2021-05-06hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei3-12/+10
2021-05-06hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei1-0/+1
2021-05-06hle: kernel: Migrate KEvent to KAutoObject.bunnei2-9/+8
2021-05-06hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2-2/+2
2021-05-04service: Resolve cases of member field shadowingLioncash2-5/+5
2021-04-26service: Eliminate cases of member shadowingLioncash2-10/+16
2021-04-15common: Move settings to common from core.bunnei2-2/+2
2021-04-09bcat_module: Update to 12.xgerman771-0/+2
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2-9/+13
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei3-3/+3
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei3-6/+6
2020-12-07boxcat: Avoid unnecessary object copycomex1-1/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash2-23/+20
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash1-0/+1
2020-10-25general: Use template deduction guides for lock_guardLioncash1-1/+1
2020-10-21Revert "core: Fix clang build"bunnei3-15/+5
2020-10-18core: Fix clang buildLioncash3-5/+15
2020-10-17service: bcat: Check client connection before interacting with socket.bunnei1-0/+10
2020-10-13core/CMakeLists: Make some warnings errorsLioncash1-3/+7
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-10/+10
2020-08-13General: Tidy up clang-format warnings part 2Lioncash1-4/+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)VolcaEM2-0/+5
2020-05-08Replace externals with Conan (#3735)James Rowe1-1/+1
2020-04-20service: Update function tablesLioncash1-0/+1
2020-04-17General: Resolve warnings related to missing declarationsLioncash1-6/+1
2020-02-19httplib compatibilityBrian Clinkenbeard1-3/+4
2020-02-12bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase()Lioncash1-1/+1
2020-02-12bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()Lioncash1-1/+1
2019-11-25kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei3-4/+4
2019-11-12service: Update function tablesLioncash1-0/+6
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash2-2/+2
2019-11-12service: Resolve sign conversion errorsLioncash1-1/+1
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei1-2/+1
2019-10-15bcat: Remove use of global system accessorsLioncash5-27/+52
2019-10-06bcat/module: Silence truncation warningsLioncash1-3/+3
2019-10-06bcat: Take std::function instance by value in NullBackend's constructorLioncash2-2/+2
2019-10-06bcat: In-class initialize ProgressServiceBackend's impl memberLioncash2-2/+2
2019-10-06bcat: Make ProgressServiceBackend's constructor take a std::string_viewLioncash2-3/+7
2019-10-06bcat: Make ProgressServiceBackend's GetEvent() constLioncash2-2/+2
2019-10-06boxcat: Silence an unused variable warningLioncash1-1/+2
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash4-21/+37
2019-10-05service/bcat: Silence -Wreorder and -WunusedReinUsesLisp2-2/+2
2019-10-02qt: Add service dialogZach Hilman1-6/+5
2019-10-01boxcat: Use updated game-asset API URL and tagsZach Hilman1-6/+6
2019-10-01bcat: Add FSC accessors for BCAT dataZach Hilman6-28/+45
2019-09-30boxcat: Implement events global fieldZach Hilman3-12/+14
2019-09-30bcat: Implement DeliveryCacheProgressImpl structureZach Hilman5-84/+310
2019-09-30boxcat: Use Etag header names for file digestZach Hilman1-10/+11
2019-09-30boxcat: Add downloading and client for launch parameter dataZach Hilman2-16/+77
2019-09-30bcat: Add backend function for BCAT Indirect (launch parameter)Zach Hilman2-0/+11
2019-09-30bcat: Expose CreateBackendFromSettings helper functionZach Hilman2-2/+2
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 Hilman3-2/+32
2019-09-30module: Create BCAT backend based upon Settings value on constructionZach Hilman2-1/+16
2019-09-30bcat: Add BCAT backend for Boxcat serviceZach Hilman2-0/+407
2019-09-30bcat: Add backend class to generify the functions of BCATZach Hilman2-0/+100
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 applicableLioncash4-0/+6
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-05-28Service/BCAT: add module and servicesmailwl4-0/+112