aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/bcat
AgeCommit message (Expand)Author
2021-02-05hle: kernel: Reimplement KReadableEvent and KWritableEvent.bunnei
2021-02-05hle: kernel: Rename WritableEvent to KWritableEvent.bunnei
2021-02-05hle: kernel: Rename ReadableEvent to KReadableEvent.bunnei
2020-12-06boxcat: Avoid unnecessary object copycomex
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash
2020-10-25general: Use template deduction guides for lock_guardLioncash
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-08-03ipc: Allow all trivially copyable objects to be passed directly into WriteBuf...David
2020-06-26bcat: Update function tables and add missing classes (#4172)VolcaEM
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