summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat/backend/boxcat.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Eliminate cases of member shadowingLioncash2021-04-261-2/+2
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* boxcat: Avoid unnecessary object copycomex2020-12-071-1/+1
* Revert "core: Fix clang build"bunnei2020-10-211-9/+0
* Merge pull request #4796 from lioncash/clangLC2020-10-211-0/+9
|\
| * core: Fix clang buildLioncash2020-10-181-0/+9
* | 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
* 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
|/
* bcat: Remove use of global system accessorsLioncash2019-10-151-10/+19
* 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-011-5/+6
* boxcat: Implement events global fieldZach Hilman2019-09-301-3/+2
* bcat: Implement DeliveryCacheProgressImpl structureZach Hilman2019-09-301-27/+120
* boxcat: Use Etag header names for file digestZach Hilman2019-09-301-10/+11
* boxcat: Add downloading and client for launch parameter dataZach Hilman2019-09-301-16/+75
* bcat: Add BCAT backend for Boxcat serviceZach Hilman2019-09-301-0/+351