summaryrefslogtreecommitdiff
path: root/src/core/hle/service/bcat (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: news: Stub remaining functionsGravatar german772024-02-117-13/+54
* service: bcat: Address review issuesGravatar Narr the Reg2024-02-1026-139/+147
* service: bcat: Implement news interfacesGravatar Narr the Reg2024-02-1013-0/+413
* service: bcat: Migrate and refractor service to new IPCGravatar Narr the Reg2024-02-1021-733/+835
* vfs: Move vfs files to their own directoryGravatar FearlessTobi2024-01-252-2/+2
* service: move hle_ipc from kernelGravatar Liam2023-03-012-28/+26
* service: refactor server architectureGravatar Liam2023-02-212-11/+18
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-5/+5
* service: Make use of buffer element count helpersGravatar Lioncash2022-11-231-2/+2
* kernel: remove KWritableEventGravatar Liam2022-10-121-1/+1
* service: btdrv,bcat,btm: Update service tables to 14.0.0Gravatar german772022-07-141-2/+2
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-263-8/+8
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-236-18/+12
* core: hle: Remove global HLE lock.Gravatar bunnei2021-12-172-16/+1
* general: Get the current process program id directly from the systemGravatar Morph2021-11-041-4/+3
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-3/+3
* core: Remove unused includesGravatar ameerj2021-11-032-2/+0
* service: Replace service event creation with ServiceContext::CreateEventGravatar Morph2021-10-013-15/+21
* service: bcat: Remove BoxCat BCAT implementationGravatar Morph2021-09-293-619/+0
* service: Append service name prefix to common filenamesGravatar Morph2021-07-143-2/+2
* boxcat: Silence -Wmaybe-uninitialized in httplib.hGravatar ReinUsesLisp2021-07-121-0/+3
* core, input_common: Miscellaneous fixesGravatar lat9nq2021-06-281-1/+1
* common: fs: Remove [[nodiscard]] attribute on Remove* functionsGravatar Morph2021-06-221-2/+2
* general: Remove extraneous includesGravatar Morph2021-06-131-1/+0
* general: Replace RESULT_UNKNOWN with ResultUnknownGravatar Morph2021-06-021-1/+1
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-024-24/+24
* common: fs: Rework the Common Filesystem interface to make use of std::filesy...Gravatar Morph2021-05-251-26/+42
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-2/+11
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-1/+1
* hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.Gravatar bunnei2021-05-053-12/+10
* hle: kernel: Ensure all kernel objects with KAutoObject are properly created.Gravatar bunnei2021-05-051-0/+1
* hle: kernel: Migrate KEvent to KAutoObject.Gravatar bunnei2021-05-052-9/+8
* hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.Gravatar bunnei2021-05-052-2/+2
* service: Resolve cases of member field shadowingGravatar Lioncash2021-05-042-5/+5
* service: Eliminate cases of member shadowingGravatar Lioncash2021-04-262-10/+16
* common: Move settings to common from core.Gravatar bunnei2021-04-142-2/+2
* bcat_module: Update to 12.xGravatar german772021-04-081-0/+2
* hle: kernel: Reimplement KReadableEvent and KWritableEvent.Gravatar bunnei2021-02-052-9/+13
* hle: kernel: Rename WritableEvent to KWritableEvent.Gravatar bunnei2021-02-053-3/+3
* hle: kernel: Rename ReadableEvent to KReadableEvent.Gravatar bunnei2021-02-053-6/+6
* boxcat: Avoid unnecessary object copyGravatar comex2020-12-061-1/+1
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-262-23/+20
* ipc_helpers: Remove usage of the global system instanceGravatar Lioncash2020-11-081-0/+1
* general: Use template deduction guides for lock_guardGravatar Lioncash2020-10-251-1/+1
* Revert "core: Fix clang build"Gravatar bunnei2020-10-203-15/+5
* Merge pull request #4796 from lioncash/clangGravatar LC2020-10-203-5/+15
|\
| * core: Fix clang buildGravatar Lioncash2020-10-173-5/+15
* | service: bcat: Check client connection before interacting with socket.Gravatar bunnei2020-10-161-0/+10
|/
* core/CMakeLists: Make some warnings errorsGravatar Lioncash2020-10-131-3/+7
* common/fileutil: Convert namespace to Common::FSGravatar Lioncash2020-08-161-10/+10