index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
bcat
/
backend
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-10
service: bcat: Migrate and refractor service to new IPC
Narr the Reg
2024-01-25
vfs: Move vfs files to their own directory
FearlessTobi
2022-10-12
kernel: remove KWritableEvent
Liam
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-12-17
core: hle: Remove global HLE lock.
bunnei
2021-11-03
core: Remove unused includes
ameerj
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-09-29
service: bcat: Remove BoxCat BCAT implementation
Morph
2021-07-12
boxcat: Silence -Wmaybe-uninitialized in httplib.h
ReinUsesLisp
2021-06-22
common: fs: Remove [[nodiscard]] attribute on Remove* functions
Morph
2021-06-13
general: Remove extraneous includes
Morph
2021-06-02
general: Replace RESULT_UNKNOWN with ResultUnknown
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-25
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-16
core: Make variable shadowing a compile-time error
Lioncash
2021-05-05
hle: kernel: Migrate KReadableEvent and KWritableEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Ensure all kernel objects with KAutoObject are properly created.
bunnei
2021-05-05
hle: kernel: Migrate KEvent to KAutoObject.
bunnei
2021-05-05
hle: kernel: Refactor IPC interfaces to not use std::shared_ptr.
bunnei
2021-04-26
service: Eliminate cases of member shadowing
Lioncash
2021-04-14
common: Move settings to common from core.
bunnei
2021-02-05
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename WritableEvent to KWritableEvent.
bunnei
2021-02-05
hle: kernel: Rename ReadableEvent to KReadableEvent.
bunnei
2020-12-06
boxcat: Avoid unnecessary object copy
comex
2020-10-25
general: Use template deduction guides for lock_guard
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-20
Merge pull request #4796 from lioncash/clang
LC
2020-10-17
core: Fix clang build
Lioncash
2020-10-16
service: bcat: Check client connection before interacting with socket.
bunnei
2020-10-13
core/CMakeLists: Make some warnings errors
Lioncash
2020-08-16
common/fileutil: Convert namespace to Common::FS
Lioncash
2020-08-13
General: Tidy up clang-format warnings part 2
Lioncash
2020-05-08
Replace externals with Conan (#3735)
James Rowe
2020-04-16
General: Resolve warnings related to missing declarations
Lioncash
2020-02-18
httplib compatibility
Brian Clinkenbeard
2020-02-12
bcat/backend: Make formatting of passphrase consistent in NullBackend::SetPas...
Lioncash
2020-02-12
bcat/backend: Prevent fmt exception in debug log within NullBackend::Clear()
Lioncash
2019-11-24
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-15
Merge pull request #3091 from lioncash/core-conversion
bunnei
2019-11-12
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
service: Resolve sign conversion errors
Lioncash
2019-11-03
kernel: events: Remove ResetType::Automatic.
bunnei
2019-10-15
bcat: Remove use of global system accessors
Lioncash
2019-10-06
bcat: Take std::function instance by value in NullBackend's constructor
Lioncash
2019-10-06
bcat: In-class initialize ProgressServiceBackend's impl member
Lioncash
2019-10-06
bcat: Make ProgressServiceBackend's constructor take a std::string_view
Lioncash
[next]