summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/backend/boxcat.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-09-29service: bcat: Remove BoxCat BCAT implementationMorph1-548/+0
2021-07-12boxcat: Silence -Wmaybe-uninitialized in httplib.hReinUsesLisp1-0/+3
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 ResultSuccessMorph1-2/+2
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-04-26service: Eliminate cases of member shadowingLioncash1-2/+2
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2020-12-07boxcat: Avoid unnecessary object copycomex1-1/+1
2020-10-21Revert "core: Fix clang build"bunnei1-9/+0
2020-10-18core: Fix clang buildLioncash1-0/+9
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
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash1-1/+1
2019-11-12service: Resolve sign conversion errorsLioncash1-1/+1
2019-10-15bcat: Remove use of global system accessorsLioncash1-10/+19
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 Hilman1-5/+6
2019-09-30boxcat: Implement events global fieldZach Hilman1-3/+2
2019-09-30bcat: Implement DeliveryCacheProgressImpl structureZach Hilman1-27/+120
2019-09-30boxcat: Use Etag header names for file digestZach Hilman1-10/+11
2019-09-30boxcat: Add downloading and client for launch parameter dataZach Hilman1-16/+75
2019-09-30bcat: Add BCAT backend for Boxcat serviceZach Hilman1-0/+351