aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/bcat
AgeCommit message (Expand)Author
2020-05-08Replace externals with Conan (#3735)James Rowe
2020-04-26Merge pull request #3744 from lioncash/table2bunnei
2020-04-20service: Update function tablesLioncash
2020-04-16General: Resolve warnings related to missing declarationsLioncash
2020-02-18httplib compatibilityBrian Clinkenbeard
2020-02-12bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPas...Lioncash
2020-02-12bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()Lioncash
2019-11-24Merge pull request #3094 from lioncash/tablesbunnei
2019-11-24kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...bunnei
2019-11-15Merge pull request #3091 from lioncash/core-conversionbunnei
2019-11-12service: Update function tablesLioncash
2019-11-12core: Migrate off deprecated mbedtls functionsLioncash
2019-11-12service: Resolve sign conversion errorsLioncash
2019-11-03kernel: events: Remove ResetType::Automatic.bunnei
2019-10-15bcat: Remove use of global system accessorsLioncash
2019-10-06Merge pull request #2951 from lioncash/globalZach Hilman
2019-10-06bcat/module: Silence truncation warningsLioncash
2019-10-06bcat: Take std::function instance by value in NullBackend's constructorLioncash
2019-10-06bcat: In-class initialize ProgressServiceBackend's impl memberLioncash
2019-10-06bcat: Make ProgressServiceBackend's constructor take a std::string_viewLioncash
2019-10-06bcat: Make ProgressServiceBackend's GetEvent() constLioncash
2019-10-06boxcat: Silence an unused variable warningLioncash
2019-10-06hle/service: Replace global system instance calls with instance-based onesLioncash
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 backend function for BCAT Indirect (launch parameter)Zach Hilman
2019-09-30bcat: Expose CreateBackendFromSettings helper functionZach Hilman
2019-09-30bcat: Implement cmd 90201 ClearDeliveryCacheStorageZach Hilman
2019-09-30bcat: Implement cmd 30100 SetPassphraseZach Hilman
2019-09-30bcat: Implement cmd RequestSyncDeliveryCache and variantZach Hilman
2019-09-30bcat: Implement IDeliveryCacheProgressService commandsZach Hilman
2019-09-30bcat: Implement IDeliveryCacheFileService commandsZach Hilman
2019-09-30bcat: Implement IDeliveryCacheDirectoryService commandsZach Hilman
2019-09-30bcat: Implement IDeliveryCacheStorageService commandsZach Hilman
2019-09-30bcat: Add commands to create IDeliveryCacheStorageServiceZach Hilman
2019-09-30module: Create BCAT backend based upon Settings value on constructionZach Hilman
2019-09-30bcat: Add BCAT backend for Boxcat serviceZach Hilman
2019-09-30bcat: Add backend class to generify the functions of BCATZach Hilman
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-05-28Service/BCAT: add module and servicesmailwl