summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #1126 from lioncash/telemGravatar bunnei2018-08-201-4/+4
|\ \ \
| * | | telemetry_session: Don't allocate std::string instances for program lifetime ...Gravatar Lioncash2018-08-201-4/+4
* | | | Merge pull request #1122 from lioncash/accGravatar bunnei2018-08-204-57/+61
|\ \ \ \ | |_|/ / |/| | |
| * | | acc: Replace profile_manager include with a forward declarationGravatar Lioncash2018-08-202-2/+6
| * | | acc: Simplify WriteBuffer call within LoadImage()Gravatar Lioncash2018-08-201-3/+3
| * | | acc: Correct IProfile's constructor initializer list orderGravatar Lioncash2018-08-201-1/+1
| * | | acc: Remove unused DEFAULT_USER_IDGravatar Lioncash2018-08-201-3/+0
| * | | profile_manager: Use INVALID_UUID in the initializer of last_opened_userGravatar Lioncash2018-08-201-1/+1
| * | | profile_manager: Remove unnecessary memcpy in GetProfileBaseAndData()Gravatar Lioncash2018-08-201-1/+1
| * | | profile_manager: Use type aliases for username data, profile data, and user a...Gravatar Lioncash2018-08-202-19/+22
| * | | profile_manager: Take ProfileInfo by const reference where applicableGravatar Lioncash2018-08-202-8/+8
| * | | profile_manager: Make array parameter to CreateNewUser a const referenceGravatar Lioncash2018-08-202-2/+2
| * | | profile_manager: Remove unnecessary staticGravatar Lioncash2018-08-201-1/+1
| * | | profile_manager: Simplify UUID's two param constructor, operator==, and opera...Gravatar Lioncash2018-08-201-6/+4
| * | | profile_manager: Move UUID generation function to the cpp fileGravatar Lioncash2018-08-202-10/+12
| * | | profile_manager: Remove unnecessary std::move in AddToProfiles() and CreateNe...Gravatar Lioncash2018-08-201-2/+2
| | |/ | |/|
* | | Merge pull request #1095 from DarkLordZach/sysarchivesGravatar bunnei2018-08-208-20/+100
|\ \ \ | |_|/ |/| |
| * | registration: Add Data_Unknown5 NCAContentTypeGravatar Zach Hilman2018-08-203-2/+3
| * | filesystem: Add support for loading of system archivesGravatar Zach Hilman2018-08-187-20/+99
* | | Merge pull request #1064 from lioncash/telemetryGravatar bunnei2018-08-201-62/+7
|\ \ \ | |_|/ |/| |
| * | common/telemetry: Migrate core-independent info gathering to commonGravatar Lioncash2018-08-141-62/+7
* | | Merge pull request #1117 from ogniK5377/CheckFreeCommunicationPermissionGravatar bunnei2018-08-201-1/+8
|\ \ \
| * | | Added CheckFreeCommunicationPermissionGravatar David Marcec2018-08-201-1/+8
| | |/ | |/|
* | | Merge pull request #1017 from ogniK5377/better-accountGravatar bunnei2018-08-2013-74/+440
|\ \ \ | |/ / |/| |
| * | Better UUID randomnessGravatar David Marcec2018-08-121-2/+7
| * | Removed un-needed count from ListOpenUsers and ListAllUsersGravatar David Marcec2018-08-121-4/+2
| * | Added better explanations in the profile managerGravatar David Marcec2018-08-122-1/+34
| * | Code cleanup for profile managerGravatar David Marcec2018-08-123-40/+47
| * | Removed const from ProfileBase InvalidateGravatar David Marcec2018-08-121-1/+1
| * | fixed invalid uuid bool operatorGravatar David Marcec2018-08-111-1/+1
| * | Added GetOpenUserCountGravatar David Marcec2018-08-113-3/+14
| * | Removed all for loops from the profile managerGravatar David Marcec2018-08-111-9/+4
| * | Added missing ListAllUsers countGravatar David Marcec2018-08-111-1/+2
| * | If statement style changeGravatar David Marcec2018-08-111-11/+19
| * | Second round of account changesGravatar David Marcec2018-08-113-18/+21
| * | First round of account changesGravatar David Marcec2018-08-113-49/+55
| * | Refactored profile manager sharingGravatar David Marcec2018-08-1110-20/+28
| * | Merge remote-tracking branch 'origin/master' into better-accountGravatar David Marcec2018-08-1137-148/+758
| |\ \
| * | | Added IsUserRegistrationRequestPermittedGravatar David Marcec2018-08-117-3/+19
| * | | Don't add user if the uuid already existsGravatar David Marcec2018-08-091-0/+4
| * | | Open first user addedGravatar David Marcec2018-08-091-1/+3
| * | | Inital pass of account backend implementationGravatar David Marcec2018-08-093-12/+22
| * | | GetProfileBase and GetProfileBaseAndData addedGravatar David Marcec2018-08-083-44/+106
| * | | began initial implementation of "ProfileManager"Gravatar David Marcec2018-08-085-44/+202
| * | | Switched uuids from u128 to new UUID structGravatar David Marcec2018-08-082-10/+49
* | | | Implement SetIdleTimeDetectionExtension & GetIdleTimeDetectionExtension (#1059)Gravatar greggameplayer2018-08-172-2/+22
* | | | Merge pull request #1090 from lioncash/ctor-assignGravatar bunnei2018-08-171-0/+6
|\ \ \ \
| * | | | core: Delete System copy/move constructors and assignment operatorsGravatar Lioncash2018-08-161-0/+6
* | | | | Merge pull request #1093 from greggameplayer/GetDefaultDisplayResolutionChang...Gravatar bunnei2018-08-172-1/+13
|\ \ \ \ \
| * | | | | correct coding styleGravatar greggameplayer2018-08-161-1/+1