summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/lm (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-011-4/+4
* service: refactor server architectureLiam2023-02-212-4/+7
* general: Convert source file copyright comments over to SPDXMorph2022-04-232-6/+4
* core: Remove unused includesameerj2021-11-041-3/+0
* lm: Demote guest logs to LOG_DEBUGameerj2021-06-151-27/+20
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-3/+3
* lm: Make use of insert_or_assign() in Log()Lioncash2021-04-231-1/+1
* lm: Prevent redundant map lookups in Log()Lioncash2021-04-231-4/+5
* lm: Resolve -Wextra-semi warningLioncash2021-04-231-1/+1
* lm: Fix ReadLeb128Chloe Marcec2021-02-071-7/+9
* Print Process ID and Thread ID as hexChloe Marcec2021-01-241-2/+2
* Clamp string reads to buffer sizeChloe Marcec2021-01-231-3/+5
* Mark DestinationToString as staticChloe Marcec2021-01-201-1/+1
* Mark LogPacketHeaderEntry hash as noexceptChloe Marcec2021-01-201-1/+1
* lm: Recode LM serviceChloe Marcec2021-01-203-271/+286
* core: Remove unnecessary enum casts in log callsLioncash2020-12-081-1/+1
* service: Eliminate usages of the global system instanceLioncash2020-11-271-10/+6
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-0/+1
* lm: Silence no return value warningMorph2020-06-231-1/+2
* core: memory: Move to Core::Memory namespace.bunnei2020-04-171-4/+4
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classLioncash2019-11-271-5/+5
* core: Prepare various classes for memory read/write migrationLioncash2019-11-271-4/+9
* lm: Flush manager output on core shutdownZach Hilman2019-09-222-5/+11
* lm: Rename Initialize to Log and implement with manager/reporterZach Hilman2019-09-221-140/+22
* lm: Implement manager class to output to reporterZach Hilman2019-09-222-0/+233
* core: Add LM::Manager to systemZach Hilman2019-09-222-15/+16
* remove all occurance of specifying endianness inside BitFieldWeiyi Wang2019-02-061-1/+1
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-2/+2
* lm: Implement SetDestination by doing nothingLioncash2018-11-201-1/+12
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* lm: Use LOG_DEBUG for printing out trace logsLioncash2018-08-151-1/+1
* lm: Handle threads and modules within the loggerLioncash2018-08-151-1/+19
* lm: Amend name of ILoggerLioncash2018-08-011-4/+4
* lm: Move LM's class declaration into the cpp fileLioncash2018-07-262-37/+31
* lm: Amend names of Initialize() in Logger and Initialize() in LMLioncash2018-07-262-7/+7
* lm: Add missing function entry to Logger's function tableLioncash2018-07-261-0/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-6/+6
* lm: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-6/+6
* service: Use nested namespace specifiers where applicableLioncash2018-04-202-8/+4
* Service/lm: add support to multiline logsmailwl2018-02-131-20/+49
* logger: Add LM service logging category.bunnei2018-02-051-2/+2
* lm: Ensure log string is non-empty before checking back().bunnei2018-02-051-1/+1
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-2/+2
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-14/+4
* Services: Added a todo about returning interfaces as domain objects in lm, hid and time.Subv2018-01-231-0/+3
* LM: Don't create an unnecessary port in Initialize.Subv2018-01-222-15/+10
* lm: Minor logging fix to skip a byte.bunnei2018-01-181-0/+7
* lm: Fix IPC header for Initialize.bunnei2018-01-151-1/+1
* yuzu: Update license text to be consistent across project.bunnei2018-01-132-2/+2
* Services: Allow lm to log single-character messages.Subv2018-01-101-7/+3
* IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain objects in IPC requests.Subv2018-01-071-1/+1
* lm: Assert on unsupported multi-message.bunnei2018-01-061-0/+9
* lm: Improve Log() to format a useful string.bunnei2018-01-051-10/+75
* service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor.bunnei2017-12-282-4/+2
* lm: Implement lm::Initialize and Logger::log.bunnei2017-10-192-3/+67
* hle: Implement ConvertSessionToDomain, various cleanups.bunnei2017-10-151-5/+1
* hle: Add service stubs for apm and appletOE.bunnei2017-10-151-1/+1
* hle: Initial implementation of NX service framework and IPC.bunnei2017-10-152-0/+68