summaryrefslogtreecommitdiff
path: root/src/core/hle/service/bcat
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-11service: news: Stub remaining functionsgerman77
2024-02-10service: bcat: Address review issuesNarr the Reg
2024-02-10service: bcat: Implement news interfacesNarr the Reg
2024-02-10service: bcat: Migrate and refractor service to new IPCNarr the Reg
2024-01-25vfs: Move vfs files to their own directoryFearlessTobi
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2023-02-13general: rename CurrentProcess to ApplicationProcessLiam
2022-11-23service: Make use of buffer element count helpersLioncash
2022-10-12kernel: remove KWritableEventLiam
2022-07-14service: btdrv,bcat,btm: Update service tables to 14.0.0german77
2022-06-26core: Replace all instances of ResultCode with Resultgerman77
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-12-17core: hle: Remove global HLE lock.bunnei
2021-11-04general: Get the current process program id directly from the systemMorph
2021-11-04general: Rename GetTitleID to GetProgramIDMorph
2021-11-03core: Remove unused includesameerj
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
2021-09-29service: bcat: Remove BoxCat BCAT implementationMorph
2021-07-14service: Append service name prefix to common filenamesMorph
2021-07-12boxcat: Silence -Wmaybe-uninitialized in httplib.hReinUsesLisp
2021-06-28core, input_common: Miscellaneous fixeslat9nq
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph
2021-06-13general: Remove extraneous includesMorph
2021-06-02general: Replace RESULT_UNKNOWN with ResultUnknownMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-16core: Make variable shadowing a compile-time errorLioncash
2021-05-05hle: kernel: Rename Process to KProcess.bunnei
2021-05-05hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Ensure all kernel objects with KAutoObject are properly created.bunnei
2021-05-05hle: kernel: Migrate KEvent to KAutoObject.bunnei
2021-05-05hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.bunnei
2021-05-04service: Resolve cases of member field shadowingLioncash
2021-04-26service: Eliminate cases of member shadowingLioncash
2021-04-14common: Move settings to common from core.bunnei
2021-04-08bcat_module: Update to 12.xgerman77
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