aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/bcat/backend/boxcat.cpp
AgeCommit message (Expand)Author
2021-07-12boxcat: Silence -Wmaybe-uninitialized in httplib.hReinUsesLisp
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph
2021-06-13general: Remove extraneous includesMorph
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-04-26service: Eliminate cases of member shadowingLioncash
2021-04-14common: Move settings to common from core.bunnei
2020-12-06boxcat: Avoid unnecessary object copycomex
2020-10-20Revert "core: Fix clang build"bunnei
2020-10-20Merge pull request #4796 from lioncash/clangLC
2020-10-17core: Fix clang buildLioncash
2020-10-16service: bcat: Check client connection before interacting with socket.bunnei
2020-10-13core/CMakeLists: Make some warnings errorsLioncash
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash
2020-08-13General: Tidy up clang-format warnings part 2Lioncash
2020-05-08Replace externals with Conan (#3735)James Rowe
2020-04-16General: Resolve warnings related to missing declarationsLioncash
2020-02-18httplib compatibilityBrian Clinkenbeard
2019-11-15Merge pull request #3091 from lioncash/core-conversionbunnei
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-10-15bcat: Remove use of global system accessorsLioncash
2019-10-06boxcat: Silence an unused variable warningLioncash
2019-10-04service/bcat: Silence -Wreorder and -WunusedReinUsesLisp
2019-10-02qt: Add service dialogZach Hilman
2019-10-01boxcat: Use updated game-asset API URL and tagsZach Hilman
2019-10-01bcat: Add FSC accessors for BCAT dataZach Hilman
2019-09-30boxcat: Implement events global fieldZach Hilman
2019-09-30bcat: Implement DeliveryCacheProgressImpl structureZach Hilman
2019-09-30boxcat: Use Etag header names for file digestZach Hilman
2019-09-30boxcat: Add downloading and client for launch parameter dataZach Hilman
2019-09-30bcat: Add BCAT backend for Boxcat serviceZach Hilman