| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | 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 #11123 from Morph1984/remove-mem-hungry-opts | 2023-07-21 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | ci: Remove GA, Gr optimizations from MSVC | 2023-07-21 | 1 | -1/+1 | ||
| * | | | | | | | 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 | 21 | -2239/+2353 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | demangle: Update to llvm/llvm-project@ecbc812e0cca | 2023-07-18 | 8 | -2182/+2293 | ||
| | * | | | | | | CMake: Require LLVM 17 or later | 2023-07-18 | 1 | -1/+1 | ||
| | * | | | | | | 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 | ||
| | |/ / / / | ||||||
| * | | | | | Merge pull request #11109 from Morph1984/net | 2023-07-17 | 12 | -32/+43 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| | * | | | | 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 | 7 | -5/+10 | ||
| |\ \ \ \ | ||||||
| | * | | | | cmake: allow using system VMA library | 2023-07-12 | 7 | -5/+10 | ||
| * | | | | | 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 | 23 | -282/+2413 | ||
| |\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| | * | | | | 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 | 8 | -212/+278 | ||
| | * | | | | Merge remote-tracking branch 'origin/master' into ssl | 2023-07-01 | 300 | -17175/+24014 | ||
| | |\ \ \ \ | ||||||
| | * | | | | | PR feedback + constification | 2023-06-25 | 8 | -60/+62 | ||
| | * | | | | | network.cpp: include expected.h | 2023-06-25 | 1 | -0/+1 | ||
| | * | | | | | Disable OpenSSL on Android. | 2023-06-25 | 1 | -1/+10 | ||
| | * | | | | | 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 | 4 | -5/+13 | ||
| | * | | | | | 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 | 22 | -277/+2086 | ||
| * | | | | | | 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 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | android: Visualize disabled home options | 2023-07-10 | 4 | -53/+84 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #10996 from Kelebek1/readblock_optimisation | 2023-07-10 | 23 | -236/+478 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fix ScratchBuffer moves | 2023-07-04 | 1 | -2/+15 | ||
| | * | | | | | | Use spans over guest memory where possible instead of copying data. | 2023-07-02 | 22 | -234/+463 | ||