| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | Merge pull request #11135 from liamwhite/getaddrinfo | 2023-07-24 | 10 | -5/+115 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | core: implement GetGaiStringErrorRequest, IContextRegistrar | 2023-07-22 | 10 | -5/+115 | ||
| | |/ / / / | ||||||
| * / / / / | ssa_rewrite_pass: use proper maps | 2023-07-23 | 1 | -6/+5 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #11094 from liamwhite/get | 2023-07-22 | 28 | -171/+98 | ||
| |\ \ \ \ | ||||||
| | * | | | | kernel: reduce page table region checking | 2023-07-14 | 8 | -87/+23 | ||
| | * | | | | k_process: PageTable -> GetPageTable | 2023-07-14 | 27 | -90/+81 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #11098 from GPUCode/texel-buffers | 2023-07-22 | 2 | -1/+11 | ||
| |\ \ \ \ | ||||||
| | * | | | | buffer_cache: Increase number of texture buffers | 2023-07-15 | 2 | -1/+11 | ||
| | |/ / / | ||||||
| * | | | | Merge pull request #11113 from liamwhite/nsd1 | 2023-07-21 | 2 | -1/+17 | ||
| |\ \ \ \ | ||||||
| | * | | | | nsd: add GetApplicationServerEnvironmentType | 2023-07-17 | 2 | -1/+17 | ||
| * | | | | | core: remove remaining uses of dynamic_cast | 2023-07-21 | 6 | -16/+21 | ||
| * | | | | | general: reduce use of dynamic_cast | 2023-07-21 | 4 | -2/+13 | ||
| * | | | | | Merge pull request #11069 from lat9nq/mingw-no-tzdb | 2023-07-21 | 2 | -29/+21 | ||
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| | * | | | | time_zone: Clean up includes | 2023-07-12 | 1 | -1/+1 | ||
| | * | | | | time_zone: Swap subtraction order | 2023-07-12 | 1 | -1/+1 | ||
| | * | | | | time_zone: Account for leap years | 2023-07-12 | 1 | -4/+6 | ||
| | * | | | | settings: Disable C++20 tzdb path on MinGW | 2023-07-10 | 1 | -1/+2 | ||
| | * | | | | time_zone: Remove string ops for determing zone | 2023-07-10 | 1 | -27/+16 | ||
| * | | | | | Merge pull request #11096 from german77/amiibooo | 2023-07-21 | 7 | -54/+143 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | service: nfc: Update Implementation to match with latest RE | 2023-07-17 | 7 | -54/+143 | ||
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #11116 from lat9nq/clang-shadowing | 2023-07-19 | 12 | -56/+59 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | vk_buffer_cache: Format | 2023-07-18 | 1 | -2/+2 | ||
| | * | | | | | general: Silence -Wshadow{,-uncaptured-local} warnings | 2023-07-18 | 12 | -58/+61 | ||
| | | |_|_|/ | |/| | | | ||||||
| * | | | | | Merge pull request #11114 from Kelebek1/warnings | 2023-07-19 | 1 | -2/+2 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | Debug SetIdleTimeDetectionExtension | 2023-07-18 | 1 | -2/+2 | ||
| | |/ / / | ||||||
| * | | | | ssl: Link with crypt32 for secure channel backend | 2023-07-17 | 2 | -1/+2 | ||
| * | | | | ssl: Reorder inclusions | 2023-07-17 | 6 | -26/+30 | ||
| * | | | | network: Forward declarations | 2023-07-17 | 5 | -5/+11 | ||
| | |_|/ |/| | | ||||||
| * | | | Merge pull request #10934 from abouvier/cmake-vma | 2023-07-17 | 2 | -1/+13 | ||
| |\ \ \ | ||||||
| | * | | | cmake: allow using system VMA library | 2023-07-12 | 2 | -1/+13 | ||
| * | | | | Merge pull request #11102 from v1993/your-mom-is-encrypted | 2023-07-17 | 1 | -1/+1 | ||
| |\ \ \ \ | ||||||
| | * | | | | android: fix links to re-dumping guides | 2023-07-16 | 1 | -1/+1 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #10912 from comex/ssl | 2023-07-16 | 22 | -282/+2397 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | Rename variables to avoid -Wshadow warnings under GCC | 2023-07-01 | 1 | -5/+5 | ||
| | * | | | ...actually add the SecureTransport backend to Git. | 2023-07-01 | 1 | -0/+219 | ||
| | * | | | Updates: | 2023-07-01 | 7 | -211/+276 | ||
| | * | | | Merge remote-tracking branch 'origin/master' into ssl | 2023-07-01 | 266 | -2810/+4819 | ||
| | |\ \ \ | ||||||
| | * | | | | PR feedback + constification | 2023-06-25 | 8 | -60/+62 | ||
| | * | | | | network.cpp: include expected.h | 2023-06-25 | 1 | -0/+1 | ||
| | * | | | | re-format | 2023-06-25 | 1 | -4/+5 | ||
| | * | | | | Fix more Windows build errors | 2023-06-25 | 5 | -28/+35 | ||
| | * | | | | ssl: fix compatibility with OpenSSL 1.1.1 | 2023-06-25 | 1 | -1/+10 | ||
| | * | | | | Fixes: | 2023-06-25 | 3 | -4/+12 | ||
| | * | | | | ssl: rename argument to avoid false positive codespell warning | 2023-06-25 | 1 | -2/+2 | ||
| | * | | | | socket_types: Improve comment | 2023-06-25 | 1 | -3/+3 | ||
| | * | | | | Implement SSL service | 2023-06-25 | 21 | -277/+2080 | ||
| * | | | | | file_sys/content_archive: Detect compressed NCAs (#11047) | 2023-07-12 | 2 | -1/+40 | ||
| | |_|/ / |/| | | | ||||||
| * | | | | Merge pull request #10985 from liamwhite/handle-translate | 2023-07-11 | 3 | -7/+771 | ||
| |\ \ \ \ | ||||||
| | * | | | | k_server_session: translate special header for non-HLE requests | 2023-07-08 | 3 | -7/+771 | ||
| * | | | | | Merge pull request #11070 from t895/home-setting-warning | 2023-07-11 | 4 | -53/+84 | ||
| |\ \ \ \ \ | ||||||