index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
tz_content_man: Generate the time zone binary once
lat9nq
2023-07-30
2
-8
/
+11
*
|
Merge pull request #11155 from liamwhite/memory3
liamwhite
2023-07-28
1
-3
/
+18
|
\
\
|
*
|
memory: check page against address space size
Liam
2023-07-25
1
-3
/
+18
*
|
|
Merge pull request #10990 from comex/ubsan
liamwhite
2023-07-26
7
-22
/
+28
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fixes and workarounds to make UBSan happier on macOS
comex
2023-07-15
7
-22
/
+28
*
|
|
Merge pull request #11095 from liamwhite/memory2
liamwhite
2023-07-24
5
-85
/
+74
|
\
\
\
|
*
|
|
core: reduce TOCTTOU memory access
Liam
2023-07-22
3
-20
/
+11
|
*
|
|
memory: minimize dependency on process
Liam
2023-07-22
2
-65
/
+63
*
|
|
|
core: implement GetGaiStringErrorRequest, IContextRegistrar
Liam
2023-07-22
10
-5
/
+115
|
/
/
/
*
|
|
Merge pull request #11094 from liamwhite/get
liamwhite
2023-07-22
28
-171
/
+98
|
\
\
\
|
*
|
|
kernel: reduce page table region checking
Liam
2023-07-14
8
-87
/
+23
|
*
|
|
k_process: PageTable -> GetPageTable
Liam
2023-07-14
27
-90
/
+81
|
|
/
/
*
|
|
Merge pull request #11113 from liamwhite/nsd1
bunnei
2023-07-21
2
-1
/
+17
|
\
\
\
|
*
|
|
nsd: add GetApplicationServerEnvironmentType
Liam
2023-07-17
2
-1
/
+17
*
|
|
|
core: remove remaining uses of dynamic_cast
Liam
2023-07-21
6
-16
/
+21
*
|
|
|
general: reduce use of dynamic_cast
Liam
2023-07-21
2
-0
/
+11
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #11096 from german77/amiibooo
liamwhite
2023-07-21
7
-54
/
+143
|
\
\
\
|
*
|
|
service: nfc: Update Implementation to match with latest RE
Narr the Reg
2023-07-17
7
-54
/
+143
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #11116 from lat9nq/clang-shadowing
liamwhite
2023-07-19
2
-5
/
+5
|
\
\
\
|
*
|
|
general: Silence -Wshadow{,-uncaptured-local} warnings
lat9nq
2023-07-18
2
-5
/
+5
*
|
|
|
Merge pull request #11114 from Kelebek1/warnings
liamwhite
2023-07-19
1
-2
/
+2
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Debug SetIdleTimeDetectionExtension
Kelebek1
2023-07-18
1
-2
/
+2
|
|
/
/
*
|
|
ssl: Link with crypt32 for secure channel backend
Morph
2023-07-17
2
-1
/
+2
*
|
|
ssl: Reorder inclusions
Morph
2023-07-17
5
-24
/
+27
*
|
|
network: Forward declarations
Morph
2023-07-17
5
-5
/
+11
|
|
/
|
/
|
*
|
Merge pull request #10912 from comex/ssl
liamwhite
2023-07-16
21
-281
/
+2382
|
\
\
|
|
/
|
/
|
|
*
Rename variables to avoid -Wshadow warnings under GCC
comex
2023-07-01
1
-5
/
+5
|
*
...actually add the SecureTransport backend to Git.
comex
2023-07-01
1
-0
/
+219
|
*
Updates:
comex
2023-07-01
7
-211
/
+276
|
*
Merge remote-tracking branch 'origin/master' into ssl
comex
2023-07-01
70
-612
/
+644
|
|
\
|
*
|
PR feedback + constification
comex
2023-06-25
8
-60
/
+62
|
*
|
network.cpp: include expected.h
comex
2023-06-25
1
-0
/
+1
|
*
|
re-format
comex
2023-06-25
1
-4
/
+5
|
*
|
Fix more Windows build errors
comex
2023-06-25
5
-28
/
+35
|
*
|
ssl: fix compatibility with OpenSSL 1.1.1
comex
2023-06-25
1
-1
/
+10
|
*
|
Fixes:
comex
2023-06-25
3
-4
/
+12
|
*
|
ssl: rename argument to avoid false positive codespell warning
comex
2023-06-25
1
-2
/
+2
|
*
|
Implement SSL service
comex
2023-06-25
20
-276
/
+2065
*
|
|
file_sys/content_archive: Detect compressed NCAs (#11047)
Tobias
2023-07-12
2
-1
/
+40
*
|
|
Merge pull request #10985 from liamwhite/handle-translate
bunnei
2023-07-11
3
-7
/
+771
|
\
\
\
|
*
|
|
k_server_session: translate special header for non-HLE requests
Liam
2023-07-08
3
-7
/
+771
*
|
|
|
Merge pull request #10996 from Kelebek1/readblock_optimisation
bunnei
2023-07-10
5
-18
/
+285
|
\
\
\
\
|
*
|
|
|
Use spans over guest memory where possible instead of copying data.
Kelebek1
2023-07-02
5
-18
/
+285
*
|
|
|
|
arm_interface: correct breakpoint rewind condition
Liam
2023-07-09
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
vfs_real: use open file size for getting size (#11016)
liamwhite
2023-07-06
1
-1
/
+2
*
|
|
|
service: nfc: Ensure controller is in the correct mode
german77
2023-07-02
3
-11
/
+41
|
/
/
/
*
|
|
Merge pull request #10998 from Morph1984/qt-stop-messing-with-me
liamwhite
2023-07-02
2
-3
/
+14
|
\
\
\
|
*
|
|
core_timing: Remove GetCurrentTimerResolution in CoreTiming loop
Morph
2023-07-02
2
-3
/
+14
*
|
|
|
Merge pull request #10969 from Morph1984/k-synchronize
liamwhite
2023-07-02
3
-36
/
+52
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
kernel: Synchronize
Morph
2023-07-01
3
-36
/
+52
|
|
|
/
|
|
/
|
[prev]
[next]