summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2019-10-04service/nfp: Silence -Wunused and -WswitchReinUsesLisp
2019-10-04service/hid: Silence -Wunused and -WswitchReinUsesLisp
2019-10-04service/am: Silence -WreorderReinUsesLisp
2019-10-04service/hid: Remove unused system referenceReinUsesLisp
2019-10-04service/friend: Remove unused fieldReinUsesLisp
2019-10-04service/filesystem: Silence -Wunused-variableReinUsesLisp
2019-10-04service/bcat: Silence -Wreorder and -WunusedReinUsesLisp
2019-10-04service/audio: Silence -WunusedReinUsesLisp
2019-10-04service/apm: Silence -Wunused and -WreorderReinUsesLisp
2019-10-04Merge pull request #2936 from VPeruS/use-isallzeroarraybunnei
2019-10-03Merge pull request #2539 from DarkLordZach/bcatDavid
2019-10-02[crypto] Use IsAllZeroArray helper functionvperus
2019-10-02qt: Add service dialogZach Hilman
2019-10-01boxcat: Use updated game-asset API URL and tagsZach Hilman
2019-10-01bcat: Add FSC accessors for BCAT dataZach Hilman
2019-09-30boxcat: Implement events global fieldZach Hilman
2019-09-30bcat: Implement DeliveryCacheProgressImpl structureZach Hilman
2019-09-30boxcat: Use Etag header names for file digestZach Hilman
2019-09-30boxcat: Add downloading and client for launch parameter dataZach Hilman
2019-09-30bcat: Add backend function for BCAT Indirect (launch parameter)Zach Hilman
2019-09-30bcat: Expose CreateBackendFromSettings helper functionZach Hilman
2019-09-30am: Unstub PopLaunchParameter and add bcat connection for app-specific dataZach Hilman
2019-09-30bcat: Implement cmd 90201 ClearDeliveryCacheStorageZach Hilman
2019-09-30bcat: Implement cmd 30100 SetPassphraseZach Hilman
2019-09-30bcat: Implement cmd RequestSyncDeliveryCache and variantZach Hilman
2019-09-30bcat: Implement IDeliveryCacheProgressService commandsZach Hilman
2019-09-30bcat: Implement IDeliveryCacheFileService commandsZach Hilman
2019-09-30bcat: Implement IDeliveryCacheDirectoryService commandsZach Hilman
2019-09-30bcat: Implement IDeliveryCacheStorageService commandsZach Hilman
2019-09-30bcat: Add commands to create IDeliveryCacheStorageServiceZach Hilman
2019-09-30module: Create BCAT backend based upon Settings value on constructionZach Hilman
2019-09-30bcat: Add BCAT backend for Boxcat serviceZach Hilman
2019-09-30bcat: Add backend class to generify the functions of BCATZach Hilman
2019-09-30settings: Add option to set BCAT backendZach Hilman
2019-09-30nifm: Signal to applications that internet access is availableZach Hilman
2019-09-30core/loader: Track the NSO build ID of the current processZach Hilman
2019-09-30applets: Add accessor for AppletFrontendSetZach Hilman
2019-09-30filesystem: Add getter for BCAT temporary directoryZach Hilman
2019-09-30vfs: Add function to extract ZIP file into virtual filesystemZach Hilman
2019-09-29Revert "arm_dynarmic: Check if jit is nullptr when preparing reschedule"bunnei
2019-09-29Merge pull request #2574 from DarkLordZach/dynarmic-jit-nullptrbunnei
2019-09-24Signal styleset changes at a better timeDavid Marcec
2019-09-23Merge pull request #2683 from DarkLordZach/lock-exitDavid
2019-09-22Merge pull request #2876 from ogniK5377/AcquireNpadStyleSetUpdateEventHandle-fixZach Hilman
2019-09-22Merge pull request #2895 from FearlessTobi/debug-logsDavid
2019-09-22Merge pull request #2873 from ogniK5377/new-ioctlsFernando Sahmkow
2019-09-22removed commentDavid Marcec
2019-09-22RebasedDavid Marcec
2019-09-22Merge pull request #2884 from ogniK5377/deglobal-sys-servicesFernando Sahmkow
2019-09-22service/acc: Lower log severity from INFO to DEBUGFearlessTobi