| Commit message (Expand) | Author | Files | Lines |
2024-02-25 | acc: add account manager for acc:u1 | Liam | 1 | -8/+15 |
2023-11-05 | service: acc: Ensure proper profile size | german77 | 1 | -9/+47 |
2023-10-17 | service: hle: Allow to access read buffer A and X directly | german77 | 1 | -6/+6 |
2023-10-17 | service: acc: Implement functions needed for profile select (#11653) | Narr the Reg | 1 | -1/+42 |
2023-08-08 | core: remove ResultVal type | Liam | 1 | -5/+6 |
2023-07-23 | core: implement GetGaiStringErrorRequest, IContextRegistrar | Liam | 1 | -1/+2 |
2023-03-12 | general: fix spelling mistakes | Liam | 1 | -1/+1 |
2023-03-07 | hle: rename legacy errors to Results | Liam | 1 | -16/+10 |
2023-03-01 | service: move hle_ipc from kernel | Liam | 1 | -34/+34 |
2023-02-25 | core: Update service function tables to 16.0.0+ | Narr the Reg | 1 | -0/+8 |
2023-02-21 | service: refactor server architecture | Liam | 1 | -10/+13 |
2023-02-14 | remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency | arades79 | 1 | -1/+1 |
2023-02-14 | add static lifetime to constexpr values to force compile time evaluation where possible | arades79 | 1 | -1/+1 |
2023-02-14 | general: rename CurrentProcess to ApplicationProcess | Liam | 1 | -2/+2 |
2022-12-29 | hle_ipc: Rename ReadBufferSpan to ReadBuffer | ameerj | 1 | -3/+3 |
2022-12-25 | service: Use ReadBufferSpan where it is trivial to do so | ameerj | 1 | -3/+3 |
2022-11-23 | general: fix compile for Apple Clang | Liam | 1 | -0/+1 |
2022-11-03 | core: hle: service: acc: Fix ListOpenContextStoredUsers/StoreOpenContext. | bunnei | 1 | -21/+13 |
2022-08-27 | core/acc: Make CheckAvailability use LOG_DEBUG | FearlessTobi | 1 | -1/+1 |
2022-07-14 | service: ac: Replace intances of ProfileData with UserData | german77 | 1 | -10/+10 |
2022-06-27 | core: Replace all instances of ResultCode with Result | german77 | 1 | -7/+7 |
2022-04-23 | general: Convert source file copyright comments over to SPDX | Morph | 1 | -3/+2 |
2022-03-19 | core: Reduce unused includes | ameerj | 1 | -1/+0 |
2022-02-05 | general: Rename NewUUID to UUID, and remove the previous UUID impl | Morph | 1 | -29/+28 |
2022-02-05 | profile: Migrate to the new UUID implementation | Morph | 1 | -46/+47 |
2021-11-04 | general: Get the current process program id directly from the system | Morph | 1 | -4/+2 |
2021-11-04 | general: Rename GetTitleID to GetProgramID | Morph | 1 | -2/+2 |
2021-11-04 | service/acc: Rename Unknown160 to InitializeApplicationInfoV2 | german77 | 1 | -1/+1 |
2021-11-04 | service: acc: Stub acc:u0 '160' | Morph | 1 | -0/+7 |
2021-11-04 | core: Remove unused includes | ameerj | 1 | -2/+0 |
2021-09-22 | common/uuid: Add validity checking functions to interface | Lioncash | 1 | -2/+1 |
2021-09-08 | Addressed issues | Chloe Marcec | 1 | -7/+6 |
2021-09-06 | account: EnsureTokenIdCacheAsync | Chloe Marcec | 1 | -19/+48 |
2021-07-27 | common: uuid: Return a lower-case hex string in Format | Morph | 1 | -11/+11 |
2021-07-14 | service: Append service name prefix to common filenames | Morph | 1 | -1/+1 |
2021-06-02 | general: Replace RESULT_UNKNOWN with ResultUnknown | Morph | 1 | -3/+3 |
2021-06-02 | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 1 | -27/+27 |
2021-05-26 | common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) | Morph | 1 | -11/+17 |
2021-05-06 | hle: kernel: Rename Process to KProcess. | bunnei | 1 | -1/+1 |
2021-04-23 | acc/lbl: Remove unused variables | Lioncash | 1 | -4/+0 |
2021-04-07 | dauth_o: Update to 11.x | Morph | 1 | -6/+11 |
2021-02-21 | acc: Stub GetNintendoAccountUserResourceCacheForApplication | Morph | 1 | -1/+17 |
2021-01-19 | acc: Stub StoreSaveDataThumbnail | Chloe Marcec | 1 | -3/+58 |
2021-01-15 | core: Silence Wclass-memaccess warnings | ReinUsesLisp | 1 | -1/+1 |
2020-11-27 | service: Eliminate usages of the global system instance | Lioncash | 1 | -40/+48 |
2020-11-18 | patch_manager: Remove usages of the global system instance | Lioncash | 1 | -2/+4 |
2020-11-08 | ipc_helpers: Remove usage of the global system instance | Lioncash | 1 | -0/+1 |
2020-10-15 | service: acc: Stub IManagerForApplication::StoreOpenContext. | bunnei | 1 | -1/+7 |
2020-09-21 | acc: Stub LoadOpenContext | Morph | 1 | -0/+11 |
2020-08-16 | common/fileutil: Convert namespace to Common::FS | Lioncash | 1 | -4/+4 |
2020-08-03 | ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) | David | 1 | -4/+2 |
2020-06-28 | acc: ListOpenContextStoredUsers partial stub | David Marcec | 1 | -0/+9 |
2020-06-22 | account: Update function tables and add missing classes (#4145) | VolcaEM | 1 | -0/+341 |
2020-04-29 | acc: Return a unique value per account for GetAccountId | David Marcec | 1 | -5/+8 |
2020-04-29 | acc: Fix InitializeApplicationInfo | David Marcec | 1 | -21/+14 |
2020-04-28 | Updated comment to reflect ListQualifiedUsers better | David Marcec | 1 | -1/+3 |
2020-04-28 | account: ListQualifiedUsers | David Marcec | 1 | -0/+9 |
2020-01-04 | core: Initialize several structs that make use of Common::UUID. | bunnei | 1 | -1/+1 |
2019-11-12 | service: Resolve sign conversion errors | Lioncash | 1 | -3/+3 |
2019-09-22 | service/acc: Lower log severity from INFO to DEBUG | FearlessTobi | 1 | -7/+7 |
2019-07-03 | acc_su: Implement GetProfileEditor (205) | Zach Hilman | 1 | -0/+11 |
2019-07-03 | acc: Implement IProfileEditor-specific commands 'Store' and 'StoreWithImage' | Zach Hilman | 1 | -1/+73 |
2019-07-03 | acc: Add IProfileCommon for IProfile and IProfileEditor | Zach Hilman | 1 | -8/+31 |
2019-06-28 | Addressed issues | David Marcec | 1 | -17/+10 |
2019-06-27 | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted | David Marcec | 1 | -3/+77 |
2019-06-21 | service/acc: Silence truncation warnings | Lioncash | 1 | -3/+3 |
2019-06-17 | Addressed issues | David Marcec | 1 | -6/+11 |
2019-06-16 | Cleanup | David Marcec | 1 | -10/+13 |
2019-06-16 | Impl'd IsUserAccountSwitchLocked, SetAudioOutVolume, GetAudioOutVolume & Partial impl of GetAccumulatedSuspendedTickChangedEvent | David Marcec | 1 | -1/+28 |
2019-06-07 | constants: Extract backup JPEG used by account services | Zach Hilman | 1 | -16/+4 |
2019-04-25 | common: Extract UUID to its own class | Zach Hilman | 1 | -9/+9 |
2019-04-11 | service: Update service function tables | Lioncash | 1 | -0/+4 |
2018-11-26 | profile_manager: Save and load ProfileData from disk | Zach Hilman | 1 | -13/+4 |
2018-11-26 | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 1 | -2/+3 |
2018-11-14 | service/acc: Correct error case within TrySelectUserWithoutInteraction() | Lioncash | 1 | -2/+4 |
2018-11-07 | fixed spelling error | David Marcec | 1 | -1/+1 |
2018-11-07 | Added missing log | David Marcec | 1 | -0/+1 |
2018-11-07 | Implement acc:TrySelectUserWithoutInteraction | David Marcec | 1 | -0/+21 |
2018-10-25 | service/acc: Move fallback image to file scope | Lioncash | 1 | -14/+13 |
2018-10-25 | service/acc: Silence compiler warnings | Lioncash | 1 | -5/+8 |
2018-10-25 | service/acc: Early return in failure case in LoadImage() | Lioncash | 1 | -8/+8 |
2018-10-24 | acc: Fix account UUID duplication error | Zach Hilman | 1 | -2/+7 |
2018-10-24 | profile_manager: Load user icons, names, and UUIDs from system save | Zach Hilman | 1 | -18/+13 |
2018-10-24 | acc: Load user images from config dir | Zach Hilman | 1 | -9/+45 |
2018-09-19 | Fixed GetAccountId stub, Added error code for OpenDirectory and added ActivateNpadWithRevision | David Marcec | 1 | -5/+4 |
2018-09-18 | Implemented GetImageSize | David Marcec | 1 | -1/+9 |
2018-08-21 | acc: Replace profile_manager include with a forward declaration | Lioncash | 1 | -1/+3 |
2018-08-21 | acc: Simplify WriteBuffer call within LoadImage() | Lioncash | 1 | -3/+3 |
2018-08-21 | acc: Correct IProfile's constructor initializer list order | Lioncash | 1 | -1/+1 |
2018-08-21 | acc: Remove unused DEFAULT_USER_ID | Lioncash | 1 | -3/+0 |
2018-08-11 | Removed un-needed count from ListOpenUsers and ListAllUsers | David Marcec | 1 | -4/+2 |
2018-08-11 | Code cleanup for profile manager | David Marcec | 1 | -2/+5 |
2018-08-11 | Added GetOpenUserCount | David Marcec | 1 | -1/+2 |
2018-08-11 | Added missing ListAllUsers count | David Marcec | 1 | -1/+2 |
2018-08-11 | First round of account changes | David Marcec | 1 | -1/+1 |
2018-08-11 | Refactored profile manager sharing | David Marcec | 1 | -8/+9 |
2018-08-11 | Added IsUserRegistrationRequestPermitted | David Marcec | 1 | -0/+7 |
2018-08-08 | Inital pass of account backend implementation | David Marcec | 1 | -8/+3 |
2018-08-08 | GetProfileBase and GetProfileBaseAndData added | David Marcec | 1 | -43/+34 |
2018-08-08 | began initial implementation of "ProfileManager" | David Marcec | 1 | -7/+10 |
2018-08-08 | Service/Account: stub LoadImage function | mailwl | 1 | -1/+22 |
2018-08-08 | Switched uuids from u128 to new UUID struct | David Marcec | 1 | -10/+12 |
2018-08-08 | acc: Stub GetUserCount. (#973) | bunnei | 1 | -0/+7 |
2018-08-03 | Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) | David | 1 | -3/+27 |
2018-07-24 | core: Make converting constructors explicit where applicable | Lioncash | 1 | -1/+1 |
2018-07-20 | HLE/ACC: Stub IManagerForApplication::GetAccountId to return an error. | Subv | 1 | -6/+8 |
2018-07-19 | HLE/ACC: Return an IProfile that is consistent with what was requested. | Subv | 1 | -5/+15 |
2018-07-19 | HLE/ACC: Change the default user id to be consistent with what we tell games on startup. | Subv | 1 | -2/+1 |
2018-07-19 | HLE/ACC: Write a single whole user id in ListAllUsers and ListOpenUsers. | Subv | 1 | -4/+6 |
2018-07-03 | Rename logging macro back to LOG_* | James Rowe | 1 | -10/+10 |
2018-04-24 | acc: Move logging macros over to new fmt-compatible ones | Lioncash | 1 | -10/+10 |
2018-04-20 | service: Use nested namespace specifiers where applicable | Lioncash | 1 | -4/+2 |
2018-04-17 | Various service name fixes - part 2 (rebased) (#322) | Hexagon12 | 1 | -0/+8 |
2018-04-10 | Service/ACC: convert to module, add acc:aa, acc:su, acc:u1 services | mailwl | 1 | -1/+129 |
2018-01-17 | acc_u0: Add IPC interface and stub InitializeApplicationInfo. | bunnei | 1 | -5/+5 |
2018-01-13 | yuzu: Update license text to be consistent across project. | bunnei | 1 | -1/+1 |
2017-12-29 | service: Add empty interface for pctl:a. | bunnei | 1 | -7/+5 |
2017-12-28 | service: Add empty interface for aoc:u. | bunnei | 1 | -0/+18 |