| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | glue: Implement arp:w and arp:r services | 2019-06-24 | 3 | -2/+330 | ||
| * | | | | | glue: Add errors for glue/arp services | 2019-06-24 | 4 | -2/+65 | ||
| * | | | | | glue: Add scaffolding for bgtc:t and bgtc:sc services | 2019-06-24 | 2 | -0/+73 | ||
| * | | | | | arp: Move to glue services | 2019-06-24 | 2 | -91/+0 | ||
| * | | | | | glue: Add manager to keep track of application registry | 2019-06-24 | 3 | -0/+121 | ||
| * | | | | | registered_cache: Add getter to determine source slot in content provider union | 2019-06-24 | 2 | -0/+17 | ||
| * | | | | | patch_manager: Add getter for title version | 2019-06-24 | 2 | -2/+14 | ||
| |/ / / / | ||||||
| * | | | | Update reporter.cpp | 2019-06-22 | 1 | -5/+5 | ||
| * | | | | Merge pull request #2602 from lioncash/cast | 2019-06-21 | 1 | -3/+3 | ||
| |\ \ \ \ | ||||||
| | * | | | | service/acc: Silence truncation warnings | 2019-06-21 | 1 | -3/+3 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #2575 from DarkLordZach/process-id-types | 2019-06-21 | 5 | -9/+27 | ||
| |\ \ \ \ | ||||||
| | * | | | | kernel: Differentiate kernel and user processes when picking ID | 2019-06-10 | 5 | -9/+27 | ||
| | | |_|/ | |/| | | ||||||
| * | | | | Merge pull request #2546 from DarkLordZach/kips | 2019-06-21 | 10 | -119/+521 | ||
| |\ \ \ \ | ||||||
| | * | | | | kernel_executable: Optimize BLZ decompression | 2019-06-06 | 2 | -10/+13 | ||
| | * | | | | game_list: Accept *.kip as a file extension of executables | 2019-06-05 | 1 | -1/+1 | ||
| | * | | | | loader: Add recognition for KIP file type | 2019-06-05 | 2 | -0/+11 | ||
| | * | | | | loader: Add KIP and INI file parser-specific errors | 2019-06-05 | 2 | -1/+9 | ||
| | * | | | | loader: Add AppLoader_KIP for KIP files | 2019-06-05 | 3 | -0/+135 | ||
| | * | | | | program_metadata: Add function to load meta from raw parameters | 2019-06-05 | 2 | -0/+20 | ||
| | * | | | | partition_data_manager: Remove KIP processing and use FileSys | 2019-06-05 | 1 | -118/+13 | ||
| | * | | | | file_sys: Add classes to parse KIP1 and INI1 files | 2019-06-05 | 3 | -0/+330 | ||
| * | | | | | Merge pull request #2482 from DarkLordZach/prepo | 2019-06-21 | 30 | -53/+796 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | loader: Move NSO module tracking to AppLoader | 2019-05-26 | 21 | -70/+135 | ||
| | * | | | | prepo: Save reports from PlayReport service | 2019-05-25 | 1 | -2/+23 | ||
| | * | | | | fatal: Save report on fatal:u call | 2019-05-25 | 1 | -21/+5 | ||
| | * | | | | service: Save report on unimplemented function call | 2019-05-25 | 1 | -0/+3 | ||
| | * | | | | applets/error: Save report on error applet | 2019-05-25 | 1 | -5/+14 | ||
| | * | | | | applets: Save report on stubbed applet | 2019-05-25 | 4 | -15/+49 | ||
| | * | | | | svc: Save report on call to svcBreak | 2019-05-25 | 1 | -1/+7 | ||
| | * | | | | core: Add Reporter class to take/save reports | 2019-05-25 | 5 | -1/+416 | ||
| | * | | | | settings: Add 'Reporting Services' config option | 2019-05-25 | 1 | -0/+1 | ||
| | * | | | | arm_interface: Expand backtrace generation | 2019-05-25 | 2 | -7/+194 | ||
| | * | | | | core: Track load offsets of NSO modules | 2019-05-25 | 3 | -0/+18 | ||
| * | | | | | Merge pull request #2596 from FernandoS27/revert-2590 | 2019-06-20 | 1 | -1/+1 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Revert PR 2590. | 2019-06-19 | 1 | -1/+1 | ||
| * | | | | | | Merge pull request #2595 from jonsn0w/patch-1 | 2019-06-20 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | Update content_archive.cpp | 2019-06-19 | 1 | -2/+2 | ||
| * | | | | | | Merge pull request #2591 from lioncash/record | 2019-06-19 | 4 | -398/+0 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | core: Remove unused CiTrace source files | 2019-06-18 | 4 | -398/+0 | ||
| * | | | | | | | Merge pull request #2590 from lioncash/event | 2019-06-19 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | service/audio/audren_u: Correct event reset type for the system event | 2019-06-18 | 1 | -1/+1 | ||
| | |/ / / / / | ||||||
| * | | | | | | Addressed issues | 2019-06-17 | 4 | -9/+14 | ||
| * | | | | | | Signalled accumulated_suspended_tick_changed_event on creation based on RE | 2019-06-16 | 1 | -0/+1 | ||
| * | | | | | | Cleanup | 2019-06-16 | 11 | -29/+38 | ||
| * | | | | | | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Part... | 2019-06-16 | 8 | -8/+79 | ||
| * | | | | | | Merge pull request #2581 from lioncash/hex | 2019-06-15 | 9 | -28/+33 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | common/hex_util: Combine HexVectorToString() and HexArrayToString() | 2019-06-12 | 9 | -28/+33 | ||
| | | |_|_|_|/ | |/| | | | | ||||||
| * | | | | | | Merge pull request #2582 from lioncash/reserved | 2019-06-14 | 1 | -1/+0 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | file_sys/ips_layer: Remove unnecessary reserve() call | 2019-06-12 | 1 | -1/+0 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #2580 from lioncash/redundant | 2019-06-12 | 1 | -3/+1 | ||
| |\ \ \ \ \ \ | ||||||