summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/backend (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-07boxcat: Avoid unnecessary object copycomex1-1/+1
2020-10-25general: Use template deduction guides for lock_guardLioncash1-1/+1
2020-10-21Revert "core: Fix clang build"bunnei2-13/+4
2020-10-18core: Fix clang buildLioncash2-4/+13
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-05-08Replace externals with Conan (#3735)James Rowe1-1/+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)bunnei2-2/+2
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash1-1/+1
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 accessorsLioncash4-16/+39
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-05service/bcat: Silence -Wreorder and -WunusedReinUsesLisp1-1/+1
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 Hilman2-10/+11
2019-09-30boxcat: Implement events global fieldZach Hilman2-8/+10
2019-09-30bcat: Implement DeliveryCacheProgressImpl structureZach Hilman4-39/+299
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 Hilman1-0/+2
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