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
/
lm
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
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-06-14
lm: Demote guest logs to LOG_DEBUG
ameerj
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-04-23
lm: Make use of insert_or_assign() in Log()
Lioncash
2021-04-23
lm: Prevent redundant map lookups in Log()
Lioncash
2021-04-23
lm: Resolve -Wextra-semi warning
Lioncash
2021-02-07
lm: Fix ReadLeb128
Chloe Marcec
2021-01-25
Print Process ID and Thread ID as hex
Chloe Marcec
2021-01-23
Clamp string reads to buffer size
Chloe Marcec
2021-01-20
Mark DestinationToString as static
Chloe Marcec
2021-01-20
Mark LogPacketHeaderEntry hash as noexcept
Chloe Marcec
2021-01-20
lm: Recode LM service
Chloe Marcec
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-06-22
lm: Silence no return value warning
Morph
2020-04-17
core: memory: Move to Core::Memory namespace.
bunnei
2019-11-26
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
core: Prepare various classes for memory read/write migration
Lioncash
2019-09-22
lm: Flush manager output on core shutdown
Zach Hilman
2019-09-22
lm: Rename Initialize to Log and implement with manager/reporter
Zach Hilman
2019-09-22
lm: Implement manager class to output to reporter
Zach Hilman
2019-09-22
core: Add LM::Manager to system
Zach Hilman
2019-02-06
remove all occurance of specifying endianness inside BitField
Weiyi Wang
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-19
lm: Implement SetDestination by doing nothing
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-15
lm: Use LOG_DEBUG for printing out trace logs
Lioncash
2018-08-15
lm: Handle threads and modules within the logger
Lioncash
2018-08-01
lm: Amend name of ILogger
Lioncash
2018-07-25
lm: Move LM's class declaration into the cpp file
Lioncash
2018-07-25
lm: Amend names of Initialize() in Logger and Initialize() in LM
Lioncash
2018-07-25
lm: Add missing function entry to Logger's function table
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-24
lm: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-02-13
Service/lm: add support to multiline logs
mailwl
2018-02-04
logger: Add LM service logging category.
bunnei
2018-02-04
lm: Ensure log string is non-empty before checking back().
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
2018-01-22
Services: Added a todo about returning interfaces as domain objects in lm, hi...
Subv
2018-01-22
LM: Don't create an unnecessary port in Initialize.
Subv
2018-01-18
lm: Minor logging fix to skip a byte.
bunnei
2018-01-14
lm: Fix IPC header for Initialize.
bunnei
[next]