summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-012-28/+26
* service: refactor server architectureLiam2023-02-212-11/+18
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-5/+5
* service: Make use of buffer element count helpersLioncash2022-11-231-2/+2
* kernel: remove KWritableEventLiam2022-10-131-1/+1
* service: btdrv,bcat,btm: Update service tables to 14.0.0german772022-07-141-2/+2
* core: Replace all instances of ResultCode with Resultgerman772022-06-273-8/+8
* general: Convert source file copyright comments over to SPDXMorph2022-04-236-18/+12
* core: hle: Remove global HLE lock.bunnei2021-12-182-16/+1
* general: Get the current process program id directly from the systemMorph2021-11-041-4/+3
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-3/+3
* core: Remove unused includesameerj2021-11-042-2/+0
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-023-15/+21
* service: bcat: Remove BoxCat BCAT implementationMorph2021-09-293-619/+0
* service: Append service name prefix to common filenamesMorph2021-07-143-2/+2
* boxcat: Silence -Wmaybe-uninitialized in httplib.hReinUsesLisp2021-07-121-0/+3
* core, input_common: Miscellaneous fixeslat9nq2021-06-291-1/+1
* common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph2021-06-221-2/+2
* general: Remove extraneous includesMorph2021-06-131-1/+0
* general: Replace RESULT_UNKNOWN with ResultUnknownMorph2021-06-021-1/+1
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-024-24/+24
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-26/+42
* core: Make variable shadowing a compile-time errorLioncash2021-05-161-2/+11
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-063-12/+10
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei2021-05-061-0/+1
* hle: kernel: Migrate KEvent to KAutoObject.bunnei2021-05-062-9/+8
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei2021-05-062-2/+2
* service: Resolve cases of member field shadowingLioncash2021-05-042-5/+5
* service: Eliminate cases of member shadowingLioncash2021-04-262-10/+16
* common: Move settings to common from core.bunnei2021-04-152-2/+2
* bcat_module: Update to 12.xgerman772021-04-091-0/+2
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-052-9/+13
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-053-3/+3
* hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-053-6/+6
* boxcat: Avoid unnecessary object copycomex2020-12-071-1/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-272-23/+20
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-0/+1
* general: Use template deduction guides for lock_guardLioncash2020-10-251-1/+1
* Revert "core: Fix clang build"bunnei2020-10-213-15/+5
* Merge pull request #4796 from lioncash/clangLC2020-10-213-5/+15
|\
| * core: Fix clang buildLioncash2020-10-183-5/+15
* | service: bcat: Check client connection before interacting with socket.bunnei2020-10-171-0/+10
|/
* core/CMakeLists: Make some warnings errorsLioncash2020-10-131-3/+7
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-10/+10
* General: Tidy up clang-format warnings part 2Lioncash2020-08-131-4/+2
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David2020-08-031-1/+1
* bcat: Update function tables and add missing classes (#4172)VolcaEM2020-06-272-0/+5
* Replace externals with Conan (#3735)James Rowe2020-05-081-1/+1
* Merge pull request #3744 from lioncash/table2bunnei2020-04-261-0/+1
|\
| * service: Update function tablesLioncash2020-04-201-0/+1
* | General: Resolve warnings related to missing declarationsLioncash2020-04-171-6/+1
|/
* httplib compatibilityBrian Clinkenbeard2020-02-191-3/+4
* bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPassphrase()Lioncash2020-02-121-1/+1
* bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()Lioncash2020-02-121-1/+1
* Merge pull request #3094 from lioncash/tablesbunnei2019-11-251-0/+6
|\
| * service: Update function tablesLioncash2019-11-121-0/+6
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-253-4/+4
* | Merge pull request #3091 from lioncash/core-conversionbunnei2019-11-151-1/+1
|\ \
| * | service: Resolve sign conversion errorsLioncash2019-11-121-1/+1
| |/
* / core: Migrate off deprecated mbedtls functionsLioncash2019-11-122-2/+2
|/
* kernel: events: Remove ResetType::Automatic.bunnei2019-11-031-2/+1
* bcat: Remove use of global system accessorsLioncash2019-10-155-27/+52
* Merge pull request #2951 from lioncash/globalZach Hilman2019-10-074-21/+37
|\
| * hle/service: Replace global system instance calls with instance-based onesLioncash2019-10-064-21/+37
* | bcat/module: Silence truncation warningsLioncash2019-10-061-3/+3
* | bcat: Take std::function instance by value in NullBackend's constructorLioncash2019-10-062-2/+2
* | bcat: In-class initialize ProgressServiceBackend's impl memberLioncash2019-10-062-2/+2
* | bcat: Make ProgressServiceBackend's constructor take a std::string_viewLioncash2019-10-062-3/+7
* | bcat: Make ProgressServiceBackend's GetEvent() constLioncash2019-10-062-2/+2
* | boxcat: Silence an unused variable warningLioncash2019-10-061-1/+2
|/
* service/bcat: Silence -Wreorder and -WunusedReinUsesLisp2019-10-052-2/+2
* qt: Add service dialogZach Hilman2019-10-021-6/+5
* boxcat: Use updated game-asset API URL and tagsZach Hilman2019-10-011-6/+6
* bcat: Add FSC accessors for BCAT dataZach Hilman2019-10-016-28/+45
* boxcat: Implement events global fieldZach Hilman2019-09-303-12/+14
* bcat: Implement DeliveryCacheProgressImpl structureZach Hilman2019-09-305-84/+310
* boxcat: Use Etag header names for file digestZach Hilman2019-09-301-10/+11
* boxcat: Add downloading and client for launch parameter dataZach Hilman2019-09-302-16/+77
* bcat: Add backend function for BCAT Indirect (launch parameter)Zach Hilman2019-09-302-0/+11
* bcat: Expose CreateBackendFromSettings helper functionZach Hilman2019-09-302-2/+2
* bcat: Implement cmd 90201 ClearDeliveryCacheStorageZach Hilman2019-09-301-1/+23
* bcat: Implement cmd 30100 SetPassphraseZach Hilman2019-09-301-1/+33
* bcat: Implement cmd RequestSyncDeliveryCache and variantZach Hilman2019-09-301-2/+70
* bcat: Implement IDeliveryCacheProgressService commandsZach Hilman2019-09-301-0/+131
* bcat: Implement IDeliveryCacheFileService commandsZach Hilman2019-09-301-0/+117
* bcat: Implement IDeliveryCacheDirectoryService commandsZach Hilman2019-09-301-0/+99
* bcat: Implement IDeliveryCacheStorageService commandsZach Hilman2019-09-301-0/+58
* bcat: Add commands to create IDeliveryCacheStorageServiceZach Hilman2019-09-303-2/+32
* module: Create BCAT backend based upon Settings value on constructionZach Hilman2019-09-302-1/+16
* bcat: Add BCAT backend for Boxcat serviceZach Hilman2019-09-302-0/+407
* bcat: Add backend class to generify the functions of BCATZach Hilman2019-09-302-0/+100
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-1/+2
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-114-0/+6
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
* Service/BCAT: add module and servicesmailwl2018-05-284-0/+112