summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-10-13partition_data_manager: Remove unused std::map instance within DecryptPackage2()Lioncash
2018-10-13partition_data_manager: Take package2_keys by const referenceLioncash
2018-10-13partition_data_manager: Move IV data to where it's needed in DecryptPackage2()Lioncash
2018-10-13partition_data_manager: Remove commented out codeLioncash
2018-10-13key_manager/partition_data_manager: Silence truncation compiler warningsLioncash
2018-10-13partition_data_manager: Dehardcode array boundsLioncash
2018-10-13partition_data_manager: Take VirtualFile by const reference in constructorLioncash
2018-10-13partition_data_manager: Amend constructor initializer list orderLioncash
2018-10-13partition_data_manager: Remove unused includesLioncash
2018-10-13key_manager: Use std::vector's insert() instead of std::copy with a back_inse...Lioncash
2018-10-13key_manager: Brace long conditional bodyLioncash
2018-10-13key_manager: Don't assume file seeks and reads will always succeedLioncash
2018-10-13key_manager: Remove unnecessary seek in DeriveSDSeed()Lioncash
2018-10-12patch_manager: Move non-Program RomFS patch log to DebugZach Hilman
2018-10-12content_archive: Move get key log to Trace levelZach Hilman
2018-10-12Merge pull request #1409 from DarkLordZach/key-derivationbunnei
2018-10-12Merge pull request #1483 from lioncash/codesetbunnei
2018-10-12Merge pull request #1481 from lioncash/typobunnei
2018-10-12Merge pull request #1467 from ogniK5377/svcbreak-type-fixbunnei
2018-10-12kernel/process: Make CodeSet a regular non-inherited objectLioncash
2018-10-12Merge pull request #1478 from ogniK5377/remap-invalidhandle-remapbunnei
2018-10-12Merge pull request #1482 from lioncash/initbunnei
2018-10-12Merge pull request #1479 from ogniK5377/nmap-revampedbunnei
2018-10-12thread: Remove unnecessary memset from ResetThreadContext()Lioncash
2018-10-12Returned an error before processing other remapsDavid Marcec
2018-10-12Made the minimum alignment more clearDavid Marcec
2018-10-12svc: Fix typos in sanitizing checks for MapMemory/UnmapMemoryLioncash
2018-10-12WipDavid Marcec
2018-10-11Merge pull request #1474 from ogniK5377/hwopus-decodeinterleavedwithperformancebunnei
2018-10-11Merge pull request #1472 from lioncash/sanbunnei
2018-10-12Dynamically decide handheld variant based on supported npad id priorityDavid Marcec
2018-10-11Added error codes for nvmapDavid Marcec
2018-10-11Passing an invalid nmap handle to Remap should throw an errorDavid Marcec
2018-10-11nvhost_as_gpu: Flush CPU VAddr on UnmapBuffer.bunnei
2018-10-10core/CMakeLists: Make all web_service-related libraries privateLioncash
2018-10-11HwOpus, Implemented DecodeInterleavedWithPerformanceDavid Marcec
2018-10-10core/CMakeLists: Use target_compile_definitions instead of add_definitions fo...Lioncash
2018-10-10svc: Add missing address range sanitizing checks to MapMemory/UnmapMemoryLioncash
2018-10-11Added BeginPermitVibrationSession and EndPermitVibrationSessionDavid Marcec
2018-10-10Added GetLedPattern and HandheldVariantDavid Marcec
2018-10-10kernel/thread: Use a regular pointer for the owner/current processLioncash
2018-10-10Kirby expects handheld controllers to be at position 8David Marcec
2018-10-09Merge pull request #1461 from lioncash/warnbunnei
2018-10-09Merge pull request #1464 from lioncash/uniquebunnei
2018-10-10Added the ability to "disconnect" individual npadsDavid Marcec
2018-10-10Removed unneeded forward declarationsDavid Marcec
2018-10-10Addressed changes for better hidDavid Marcec
2018-10-10"Better Hid" rework part 1David Marcec
2018-10-10Changed all casts in svc_wrap.h to be static_cast insteadDavid Marcec
2018-10-10Use a better name than "dont_kill_application"David Marcec