| Commit message (Expand) | Author | Files | Lines |
2017-09-27 | Loaders: Don't automatically set the current process every time we load an application. | Subv | 1 | -10/+9 |
2017-09-25 | HLE/Archives: Allow multiple loaded applications to access their SelfNCCH archive independently. | Subv | 1 | -2/+1 |
2017-09-25 | Loader/NCCH: Add support for loading application updates (#2927) | Max Thomas | 1 | -259/+60 |
2017-09-24 | memory: Add GetCurrentPageTable/SetCurrentPageTable | MerryMage | 1 | -1/+1 |
2017-09-10 | Kernel/Memory: Give each Process its own page table. | Subv | 1 | -0/+1 |
2017-08-19 | Added missing parts in libnetwork (#2838) | B3n30 | 1 | -0/+8 |
2017-08-04 | loader: Expose program title. | bunnei | 1 | -0/+20 |
2017-07-18 | telemetry: Log performance, configuration, and system data. | bunnei | 1 | -2/+4 |
2017-06-03 | Made some changes from review comments: | TheKoopaKingdom | 1 | -7/+4 |
2017-06-03 | Fixed encrypted ROM error messages. | TheKoopaKingdom | 1 | -4/+11 |
2017-05-25 | telemetry: Log a few simple data fields throughout core. | bunnei | 1 | -0/+3 |
2017-03-08 | loader/ncch: less verbose log for loading game list. only log program ID when booting | wwylele | 1 | -3/+6 |
2017-02-13 | loader: use self NCCH archive | wwylele | 1 | -3/+3 |
2017-01-04 | Fix some warnings (#2399) | Jonathan Hao | 1 | -1/+1 |
2016-12-15 | loader: Implement ReadProgramId | MerryMage | 1 | -0/+12 |
2016-12-07 | Config: auto-select region and language | wwylele | 1 | -0/+22 |
2016-11-28 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 1 | -7/+8 |
2016-11-20 | Kernel/Loader: Grab the system mode from the NCCH ExHeader. | Subv | 1 | -0/+9 |
2016-10-20 | Fix typos | Ricardo de Almeida Gonzaga | 1 | -1/+1 |
2016-09-21 | Use negative priorities to avoid special-casing the self-include | Yuri Kunde Schlesner | 1 | -1/+1 |
2016-09-21 | Remove empty newlines in #include blocks. | Emmanuel Gil Peyrot | 1 | -3/+1 |
2016-09-18 | Sources: Run clang-format on everything. | Emmanuel Gil Peyrot | 1 | -27/+35 |
2016-05-21 | Loader, Frontends: Refactor loader creation and game loading | Emmanuel Gil Peyrot | 1 | -1/+8 |
2016-05-07 | Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1). | Subv | 1 | -0/+3 |
2016-05-04 | add icon & title to game list | wwylele | 1 | -3/+19 |
2016-04-23 | ncch: Use correct format specifier (for long long uint) | Sam Spilsbury | 1 | -1/+1 |
2016-04-14 | ncch:only decompress .code section | wwylele | 1 | -2/+2 |
2016-04-05 | Common: Remove Common::make_unique, use std::make_unique | MerryMage | 1 | -1/+0 |
2016-03-05 | Loader/NCCH: Log the program ID during loading | Yuri Kunde Schlesner | 1 | -1/+2 |
2015-10-11 | Loader: Change NCCH header types to be explicitly little-endian | Gareth Poole | 1 | -2/+1 |
2015-10-11 | Loader: Implement encryption check | Gareth Poole | 1 | -0/+5 |
2015-07-14 | Loader: Remove unnecessary pointer indirection to IOFile | Yuri Kunde Schlesner | 1 | -21/+21 |
2015-07-14 | FS: Stream RomFS from file instead of loading all of it to memory | condut | 1 | -4/+9 |
2015-07-12 | Core: Properly configure address space when loading a binary | Yuri Kunde Schlesner | 1 | -4/+28 |
2015-07-08 | Loader: Remove log line causing warning | aroulin | 1 | -1/+0 |
2015-06-28 | CitraQt: Cleanup includes. | Emmanuel Gil Peyrot | 1 | -1/+2 |
2015-05-15 | Core/ResourceLimits: Implemented the basic structure of ResourceLimits. | Subv | 1 | -0/+5 |
2015-05-15 | Memmap: Re-organize memory function in two files | Yuri Kunde Schlesner | 1 | -1/+1 |
2015-05-09 | Loader: Add missing include | Yuri Kunde Schlesner | 1 | -0/+1 |
2015-05-09 | Kernel: Remove g_program_id | Yuri Kunde Schlesner | 1 | -4/+0 |
2015-05-09 | Kernel: Introduce skeleton Process class to hold process data | Yuri Kunde Schlesner | 1 | -2/+18 |
2015-05-07 | Common: Remove common.h | Yuri Kunde Schlesner | 1 | -0/+2 |
2015-04-28 | Services/Loader: Use more sensible log formats for certain functions | purpasmart96 | 1 | -10/+23 |
2015-01-15 | Loader: Clean up the NCCH AppLoader. | Emmanuel Gil Peyrot | 1 | -51/+48 |
2015-01-15 | Loader: Guess filetype from the magic, or fallback to the extension. | Emmanuel Gil Peyrot | 1 | -2/+17 |
2015-01-15 | Loader: Don’t assume the file hasn’t been read before. | Emmanuel Gil Peyrot | 1 | -4/+7 |
2015-01-15 | Loader: Keep a reference to the file and pass it to the correct AppLoader, instead of loading it multiple times. | Emmanuel Gil Peyrot | 1 | -106/+84 |
2015-01-15 | Loader: Initialize the default NCCH values in the class declaration, not in the constructor. | Emmanuel Gil Peyrot | 1 | -4/+0 |
2015-01-15 | Loader: Never forget to change is_loaded. | Emmanuel Gil Peyrot | 1 | -3/+2 |
2015-01-15 | Loader: Don’t duplicate the docstring into the cpp file. | Emmanuel Gil Peyrot | 1 | -41/+0 |
2015-01-15 | Loader: Fix indentation, whitespace, and a few other such cosmetic stuff. | Emmanuel Gil Peyrot | 1 | -1/+1 |
2014-12-21 | License change | purpasmart96 | 1 | -1/+1 |
2014-12-18 | Filesystem/Archives: Implemented the SaveData archive | Subv | 1 | -0/+4 |
2014-12-13 | Convert old logging calls to new logging macros | Yuri Kunde Schlesner | 1 | -17/+17 |
2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated | Emmanuel Gil Peyrot | 1 | -3/+3 |
2014-11-18 | core: Mark some hle functions as static | Lioncash | 1 | -2/+2 |
2014-09-17 | Common: Rename the File namespace to FileUtil, to match the filename and prevent collisions. | Emmanuel Gil Peyrot | 1 | -3/+3 |
2014-09-06 | ncch: inline declare some variables in LZSS_Decompress | Lioncash | 1 | -7/+5 |
2014-07-05 | NCCH: Updated ExeFS memory allocation to be safer. | bunnei | 1 | -1/+6 |
2014-07-05 | Loader: Updated read methods to be const | bunnei | 1 | -53/+65 |
2014-06-27 | Loader: Refactored interface such that data is no longer stored by loader. | bunnei | 1 | -43/+34 |
2014-06-25 | Loader: Refactored loading functions to only read data from binary if called. | bunnei | 1 | -53/+89 |
2014-06-25 | Loader: Refactored use of const. | bunnei | 1 | -5/+5 |
2014-06-25 | NCCH: Added RomFS loading. | bunnei | 1 | -1/+28 |
2014-06-25 | NCCH: Fixes reduce unnecessary logging and load logo/banner/etc. sections correctly. | bunnei | 1 | -20/+25 |
2014-06-25 | Loader: Implemented AppLoader interface for abstracting application loading. | bunnei | 1 | -203/+105 |
2014-06-17 | NCCH: Changed decompression to load .code directly into memory rather than an intermediate buffer. | bunnei | 1 | -9/+3 |
2014-06-17 | Loader: Added support for booting NCCH executables. | bunnei | 1 | -0/+348 |