summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/bcat (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-0/+1
* general: Use template deduction guides for lock_guardLioncash2020-10-251-1/+1
* Revert "core: Fix clang build"bunnei2020-10-213-15/+5
* Merge pull request #4796 from lioncash/clangLC2020-10-213-5/+15
|\
| * core: Fix clang buildLioncash2020-10-183-5/+15
* | 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
* ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465)David2020-08-031-1/+1
* bcat: Update function tables and add missing classes (#4172)VolcaEM2020-06-272-0/+5
* Replace externals with Conan (#3735)James Rowe2020-05-081-1/+1
* Merge pull request #3744 from lioncash/table2bunnei2020-04-261-0/+1
|\
| * service: Update function tablesLioncash2020-04-201-0/+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
* Merge pull request #3094 from lioncash/tablesbunnei2019-11-251-0/+6
|\
| * service: Update function tablesLioncash2019-11-121-0/+6
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)bunnei2019-11-253-4/+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-122-2/+2
|/
* kernel: events: Remove ResetType::Automatic.bunnei2019-11-031-2/+1
* bcat: Remove use of global system accessorsLioncash2019-10-155-27/+52
* Merge pull request #2951 from lioncash/globalZach Hilman2019-10-074-21/+37
|\
| * hle/service: Replace global system instance calls with instance-based onesLioncash2019-10-064-21/+37
* | bcat/module: Silence truncation warningsLioncash2019-10-061-3/+3
* | 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-052-2/+2
* 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-016-28/+45
* boxcat: Implement events global fieldZach Hilman2019-09-303-12/+14
* bcat: Implement DeliveryCacheProgressImpl structureZach Hilman2019-09-305-84/+310
* 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-302-2/+2
* bcat: Implement cmd 90201 ClearDeliveryCacheStorageZach Hilman2019-09-301-1/+23
* bcat: Implement cmd 30100 SetPassphraseZach Hilman2019-09-301-1/+33
* bcat: Implement cmd RequestSyncDeliveryCache and variantZach Hilman2019-09-301-2/+70
* bcat: Implement IDeliveryCacheProgressService commandsZach Hilman2019-09-301-0/+131
* bcat: Implement IDeliveryCacheFileService commandsZach Hilman2019-09-301-0/+117
* bcat: Implement IDeliveryCacheDirectoryService commandsZach Hilman2019-09-301-0/+99
* bcat: Implement IDeliveryCacheStorageService commandsZach Hilman2019-09-301-0/+58
* bcat: Add commands to create IDeliveryCacheStorageServiceZach Hilman2019-09-303-2/+32
* module: Create BCAT backend based upon Settings value on constructionZach Hilman2019-09-302-1/+16
* 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
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-1/+2
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-114-0/+6
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
* Service/BCAT: add module and servicesmailwl2018-05-284-0/+112