summaryrefslogtreecommitdiff
path: root/src/core/hle/service/bcat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace externals with Conan (#3735)Gravatar James Rowe2020-05-081-1/+1
* Merge pull request #3744 from lioncash/table2Gravatar bunnei2020-04-261-0/+1
|\
| * service: Update function tablesGravatar Lioncash2020-04-201-0/+1
* | General: Resolve warnings related to missing declarationsGravatar Lioncash2020-04-161-6/+1
|/
* httplib compatibilityGravatar Brian Clinkenbeard2020-02-181-3/+4
* bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPas...Gravatar Lioncash2020-02-121-1/+1
* bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()Gravatar Lioncash2020-02-121-1/+1
* Merge pull request #3094 from lioncash/tablesGravatar bunnei2019-11-241-0/+6
|\
| * service: Update function tablesGravatar Lioncash2019-11-121-0/+6
* | kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...Gravatar bunnei2019-11-243-4/+4
* | Merge pull request #3091 from lioncash/core-conversionGravatar bunnei2019-11-151-1/+1
|\ \
| * | service: Resolve sign conversion errorsGravatar Lioncash2019-11-121-1/+1
| |/
* / core: Migrate off deprecated mbedtls functionsGravatar Lioncash2019-11-122-2/+2
|/
* kernel: events: Remove ResetType::Automatic.Gravatar bunnei2019-11-031-2/+1
* bcat: Remove use of global system accessorsGravatar Lioncash2019-10-155-27/+52
* Merge pull request #2951 from lioncash/globalGravatar Zach Hilman2019-10-064-21/+37
|\
| * hle/service: Replace global system instance calls with instance-based onesGravatar Lioncash2019-10-064-21/+37
* | bcat/module: Silence truncation warningsGravatar Lioncash2019-10-061-3/+3
* | bcat: Take std::function instance by value in NullBackend's constructorGravatar Lioncash2019-10-062-2/+2
* | bcat: In-class initialize ProgressServiceBackend's impl memberGravatar Lioncash2019-10-062-2/+2
* | bcat: Make ProgressServiceBackend's constructor take a std::string_viewGravatar Lioncash2019-10-062-3/+7
* | bcat: Make ProgressServiceBackend's GetEvent() constGravatar Lioncash2019-10-062-2/+2
* | boxcat: Silence an unused variable warningGravatar Lioncash2019-10-061-1/+2
|/
* service/bcat: Silence -Wreorder and -WunusedGravatar ReinUsesLisp2019-10-042-2/+2
* qt: Add service dialogGravatar Zach Hilman2019-10-021-6/+5
* boxcat: Use updated game-asset API URL and tagsGravatar Zach Hilman2019-10-011-6/+6
* bcat: Add FSC accessors for BCAT dataGravatar Zach Hilman2019-10-016-28/+45
* boxcat: Implement events global fieldGravatar Zach Hilman2019-09-303-12/+14
* bcat: Implement DeliveryCacheProgressImpl structureGravatar Zach Hilman2019-09-305-84/+310
* boxcat: Use Etag header names for file digestGravatar Zach Hilman2019-09-301-10/+11
* boxcat: Add downloading and client for launch parameter dataGravatar Zach Hilman2019-09-302-16/+77
* bcat: Add backend function for BCAT Indirect (launch parameter)Gravatar Zach Hilman2019-09-302-0/+11
* bcat: Expose CreateBackendFromSettings helper functionGravatar Zach Hilman2019-09-302-2/+2
* bcat: Implement cmd 90201 ClearDeliveryCacheStorageGravatar Zach Hilman2019-09-301-1/+23
* bcat: Implement cmd 30100 SetPassphraseGravatar Zach Hilman2019-09-301-1/+33
* bcat: Implement cmd RequestSyncDeliveryCache and variantGravatar Zach Hilman2019-09-301-2/+70
* bcat: Implement IDeliveryCacheProgressService commandsGravatar Zach Hilman2019-09-301-0/+131
* bcat: Implement IDeliveryCacheFileService commandsGravatar Zach Hilman2019-09-301-0/+117
* bcat: Implement IDeliveryCacheDirectoryService commandsGravatar Zach Hilman2019-09-301-0/+99
* bcat: Implement IDeliveryCacheStorageService commandsGravatar Zach Hilman2019-09-301-0/+58
* bcat: Add commands to create IDeliveryCacheStorageServiceGravatar Zach Hilman2019-09-303-2/+32
* module: Create BCAT backend based upon Settings value on constructionGravatar Zach Hilman2019-09-302-1/+16
* bcat: Add BCAT backend for Boxcat serviceGravatar Zach Hilman2019-09-302-0/+407
* bcat: Add backend class to generify the functions of BCATGravatar Zach Hilman2019-09-302-0/+100
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-1/+2
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-104-0/+6
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-1/+1
* Service/BCAT: add module and servicesGravatar mailwl2018-05-284-0/+112