| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #2936 from VPeruS/use-isallzeroarray | 2019-10-04 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [crypto] Use IsAllZeroArray helper function | 2019-10-02 | 1 | -1/+1 | ||
| * | | | | | | | | Merge pull request #2940 from lioncash/zlib | 2019-10-04 | 4 | -9/+10 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | CMakeLists: Make libzip excluded from the ALL target | 2019-10-04 | 1 | -1/+1 | ||
| | * | | | | | | | | externals: Use upstream zlib | 2019-10-04 | 4 | -8/+9 | ||
| * | | | | | | | | | Merge pull request #2898 from FearlessTobi/port-4004 | 2019-10-03 | 3 | -13/+24 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | qt_themes: add two colorful themes | 2019-09-22 | 3 | -13/+24 | ||
| * | | | | | | | | | Merge pull request #2539 from DarkLordZach/bcat | 2019-10-03 | 41 | -41/+1999 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | qt: Add service dialog | 2019-10-02 | 5 | -17/+20 | ||
| | * | | | | | | | | | boxcat: Use updated game-asset API URL and tags | 2019-10-01 | 1 | -6/+6 | ||
| | * | | | | | | | | | bcat: Add FSC accessors for BCAT data | 2019-10-01 | 10 | -31/+51 | ||
| | * | | | | | | | | | boxcat: Implement events global field | 2019-09-30 | 7 | -30/+43 | ||
| | * | | | | | | | | | bcat: Implement DeliveryCacheProgressImpl structure | 2019-09-30 | 6 | -88/+314 | ||
| | * | | | | | | | | | boxcat: Use Etag header names for file digest | 2019-09-30 | 2 | -24/+21 | ||
| | * | | | | | | | | | boxcat: Add downloading and client for launch parameter data | 2019-09-30 | 2 | -16/+77 | ||
| | * | | | | | | | | | bcat: Add backend function for BCAT Indirect (launch parameter) | 2019-09-30 | 2 | -0/+11 | ||
| | * | | | | | | | | | bcat: Expose CreateBackendFromSettings helper function | 2019-09-30 | 2 | -2/+2 | ||
| | * | | | | | | | | | am: Unstub PopLaunchParameter and add bcat connection for app-specific data | 2019-09-30 | 2 | -16/+52 | ||
| | * | | | | | | | | | configure_service: Allow Qt to open external links | 2019-09-30 | 1 | -0/+3 | ||
| | * | | | | | | | | | cmake: Add cmake option to build Boxcat backend | 2019-09-30 | 1 | -0/+2 | ||
| | * | | | | | | | | | yuzu: Add UI tab to configure BCAT services | 2019-09-30 | 6 | -0/+302 | ||
| | * | | | | | | | | | bcat: Implement cmd 90201 ClearDeliveryCacheStorage | 2019-09-30 | 1 | -1/+23 | ||
| | * | | | | | | | | | bcat: Implement cmd 30100 SetPassphrase | 2019-09-30 | 1 | -1/+33 | ||
| | * | | | | | | | | | bcat: Implement cmd RequestSyncDeliveryCache and variant | 2019-09-30 | 1 | -2/+70 | ||
| | * | | | | | | | | | bcat: Implement IDeliveryCacheProgressService commands | 2019-09-30 | 1 | -0/+131 | ||
| | * | | | | | | | | | bcat: Implement IDeliveryCacheFileService commands | 2019-09-30 | 1 | -0/+117 | ||
| | * | | | | | | | | | bcat: Implement IDeliveryCacheDirectoryService commands | 2019-09-30 | 1 | -0/+99 | ||
| | * | | | | | | | | | bcat: Implement IDeliveryCacheStorageService commands | 2019-09-30 | 1 | -0/+58 | ||
| | * | | | | | | | | | bcat: Add commands to create IDeliveryCacheStorageService | 2019-09-30 | 3 | -2/+32 | ||
| | * | | | | | | | | | module: Create BCAT backend based upon Settings value on construction | 2019-09-30 | 3 | -1/+36 | ||
| | * | | | | | | | | | bcat: Add BCAT backend for Boxcat service | 2019-09-30 | 2 | -0/+407 | ||
| | * | | | | | | | | | bcat: Add backend class to generify the functions of BCAT | 2019-09-30 | 2 | -0/+100 | ||
| | * | | | | | | | | | settings: Add option to set BCAT backend | 2019-09-30 | 6 | -0/+34 | ||
| | * | | | | | | | | | nifm: Signal to applications that internet access is available | 2019-09-30 | 1 | -3/+10 | ||
| | * | | | | | | | | | core/loader: Track the NSO build ID of the current process | 2019-09-30 | 3 | -0/+14 | ||
| | * | | | | | | | | | applets: Add accessor for AppletFrontendSet | 2019-09-30 | 2 | -0/+6 | ||
| | * | | | | | | | | | filesystem: Add getter for BCAT temporary directory | 2019-09-30 | 3 | -0/+16 | ||
| | * | | | | | | | | | vfs: Add function to extract ZIP file into virtual filesystem | 2019-09-30 | 2 | -0/+96 | ||
| | * | | | | | | | | | externals: Add zlib and libzip libraries to handle ZIP file parsing | 2019-09-30 | 4 | -0/+12 | ||
| | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2937 from DarkLordZach/azure-msvc | 2019-10-02 | 7 | -19/+107 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | ci: Correct mainline release dependency | 2019-10-02 | 2 | -2/+4 | ||
| | * | | | | | | | | ci: Add Mainline tagline | 2019-10-02 | 1 | -1/+1 | ||
| | * | | | | | | | | ci: Use MSVC windows for patreon | 2019-10-02 | 2 | -11/+13 | ||
| | * | | | | | | | | ci: Use MSVC windows for mainline | 2019-10-02 | 1 | -3/+36 | ||
| | * | | | | | | | | ci: Add MSVC build template | 2019-10-02 | 1 | -0/+21 | ||
| | * | | | | | | | | ci: Add Windows MSVC package script | 2019-10-02 | 1 | -0/+32 | ||
| | * | | | | | | | | ci: Fix unset environment variable bug | 2019-10-02 | 1 | -3/+1 | ||
| * | | | | | | | | | Merge pull request #2932 from DarkLordZach/azure-gitpages | 2019-10-01 | 2 | -25/+35 | ||
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | ci: Check additional pages on GitHub | 2019-10-01 | 1 | -1/+3 | ||
| | * | | | | | | | | ci: Iterate through GitHub pages for pull requests | 2019-10-01 | 2 | -25/+33 | ||
| |/ / / / / / / / | ||||||