summaryrefslogtreecommitdiff
path: root/src/core/hle/service/lm
AgeCommit message (Expand)Author
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2023-03-01service: move hle_ipc from kernelLiam
2023-02-21service: refactor server architectureLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-03core: Remove unused includesameerj
2021-06-14lm: Demote guest logs to LOG_DEBUGameerj
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-04-23lm: Make use of insert_or_assign() in Log()Lioncash
2021-04-23lm: Prevent redundant map lookups in Log()Lioncash
2021-04-23lm: Resolve -Wextra-semi warningLioncash
2021-02-07lm: Fix ReadLeb128Chloe Marcec
2021-01-25Print Process ID and Thread ID as hexChloe Marcec
2021-01-23Clamp string reads to buffer sizeChloe Marcec
2021-01-20Mark DestinationToString as staticChloe Marcec
2021-01-20Mark LogPacketHeaderEntry hash as noexceptChloe Marcec
2021-01-20lm: Recode LM serviceChloe Marcec
2020-12-07core: Remove unnecessary enum casts in log callsLioncash
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-11-08ipc_helpers: Remove usage of the global system instanceLioncash
2020-06-22lm: Silence no return value warningMorph
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2019-11-26core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash
2019-11-26core: Prepare various classes for memory read/write migrationLioncash
2019-09-22lm: Flush manager output on core shutdownZach Hilman
2019-09-22lm: Rename Initialize to Log and implement with manager/reporterZach Hilman
2019-09-22lm: Implement manager class to output to reporterZach Hilman
2019-09-22core: Add LM::Manager to systemZach Hilman
2019-02-06remove all occurance of specifying endianness inside BitFieldWeiyi Wang
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-19lm: Implement SetDestination by doing nothingLioncash
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-08-15lm: Use LOG_DEBUG for printing out trace logsLioncash
2018-08-15lm: Handle threads and modules within the loggerLioncash
2018-08-01lm: Amend name of ILoggerLioncash
2018-07-25lm: Move LM's class declaration into the cpp fileLioncash
2018-07-25lm: Amend names of Initialize() in Logger and Initialize() in LMLioncash
2018-07-25lm: Add missing function entry to Logger's function tableLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24lm: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-02-13Service/lm: add support to multiline logsmailwl
2018-02-04logger: Add LM service logging category.bunnei
2018-02-04lm: Ensure log string is non-empty before checking back().bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-22Services: Added a todo about returning interfaces as domain objects in lm, hi...Subv
2018-01-22LM: Don't create an unnecessary port in Initialize.Subv
2018-01-18lm: Minor logging fix to skip a byte.bunnei
2018-01-14lm: Fix IPC header for Initialize.bunnei