summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/backend (follow)
Commit message (Expand)AuthorAgeFilesLines
* kernel: remove KWritableEventLiam2022-10-131-1/+1
* core: Replace all instances of ResultCode with Resultgerman772022-06-272-3/+3
* general: Convert source file copyright comments over to SPDXMorph2022-04-232-6/+4
* core: hle: Remove global HLE lock.bunnei2021-12-182-16/+1
* core: Remove unused includesameerj2021-11-041-1/+0
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-022-13/+19
* service: bcat: Remove BoxCat BCAT implementationMorph2021-09-292-612/+0
* boxcat: Silence -Wmaybe-uninitialized in httplib.hReinUsesLisp2021-07-121-0/+3
* 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-023-5/+5
* 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: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei2021-05-062-6/+6
* 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-061-1/+1
* service: Eliminate cases of member shadowingLioncash2021-04-261-2/+2
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei2021-02-052-9/+13
* hle: kernel: Rename WritableEvent to KWritableEvent.bunnei2021-02-052-2/+2
* hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei2021-02-052-3/+3
* boxcat: Avoid unnecessary object copycomex2020-12-071-1/+1
* general: Use template deduction guides for lock_guardLioncash2020-10-251-1/+1
* Revert "core: Fix clang build"bunnei2020-10-212-13/+4
* Merge pull request #4796 from lioncash/clangLC2020-10-212-4/+13
|\
| * core: Fix clang buildLioncash2020-10-182-4/+13
* | 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
* Replace externals with Conan (#3735)James Rowe2020-05-081-1/+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
* kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-252-2/+2
* 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-121-1/+1
|/
* kernel: events: Remove ResetType::Automatic.bunnei2019-11-031-2/+1
* bcat: Remove use of global system accessorsLioncash2019-10-154-16/+39
* 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-051-1/+1
* 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-012-10/+11
* boxcat: Implement events global fieldZach Hilman2019-09-302-8/+10
* bcat: Implement DeliveryCacheProgressImpl structureZach Hilman2019-09-304-39/+299
* 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-301-0/+2
* 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