index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ssl: fix output byte buffer size issue (#12372)
liamwhite
2023-12-16
1
-3
/
+3
*
msvc: set warning level to /W4 globally
Danila Malyutin
2023-09-03
1
-1
/
+2
*
ssl: tolerate handshake without hostname set (#11328)
liamwhite
2023-08-26
3
-24
/
+14
*
ssl_backend_securetransport: remove stray .Code()
Liam
2023-08-12
1
-1
/
+1
*
general: fix incorrect conversions
Liam
2023-08-08
1
-2
/
+2
*
ssl: remove ResultVal use
Liam
2023-08-08
6
-118
/
+124
*
ssl: Link with crypt32 for secure channel backend
Morph
2023-07-17
1
-0
/
+1
*
ssl: Reorder inclusions
Morph
2023-07-17
5
-24
/
+27
*
Rename variables to avoid -Wshadow warnings under GCC
comex
2023-07-02
1
-5
/
+5
*
...actually add the SecureTransport backend to Git.
comex
2023-07-02
1
-0
/
+219
*
Updates:
comex
2023-07-02
3
-185
/
+194
*
PR feedback + constification
comex
2023-06-26
5
-42
/
+44
*
re-format
comex
2023-06-26
1
-4
/
+5
*
Fix more Windows build errors
comex
2023-06-26
1
-21
/
+28
*
ssl: fix compatibility with OpenSSL 1.1.1
comex
2023-06-26
1
-1
/
+10
*
Fixes:
comex
2023-06-26
1
-0
/
+1
*
ssl: rename argument to avoid false positive codespell warning
comex
2023-06-25
1
-2
/
+2
*
Implement SSL service
comex
2023-06-25
5
-17
/
+1262
*
service: ssl: Add missing properties and update names
Narr the Reg
2023-03-05
1
-18
/
+58
*
service: move hle_ipc from kernel
Liam
2023-03-01
1
-7
/
+7
*
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-03-01
2
-9
/
+7
|
\
|
*
service: refactor server architecture
Liam
2023-02-21
2
-9
/
+7
*
|
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-25
1
-0
/
+10
|
/
*
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-03
1
-4
/
+4
*
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
2023-02-02
1
-4
/
+4
*
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-29
1
-3
/
+3
*
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-12-25
1
-5
/
+5
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
2
-6
/
+4
*
service: Reduce header include overhead
Morph
2021-10-07
1
-1
/
+0
*
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-06-02
1
-6
/
+6
*
nifm, ssl: Fix incorrect response sizes
Morph
2021-05-16
1
-1
/
+1
*
ssl: Stub Import(Client/Server)Pki
Morph
2021-05-13
1
-2
/
+40
*
service: Eliminate usages of the global system instance
Lioncash
2020-11-27
2
-8
/
+12
*
service: Update function tables
Lioncash
2019-11-12
1
-0
/
+5
*
service: Update service function tables
Lioncash
2019-04-11
1
-0
/
+2
*
Merge pull request #2334 from lioncash/override
bunnei
2019-04-06
1
-1
/
+0
|
\
|
*
core: Add missing override specifiers where applicable
Lioncash
2019-04-04
1
-1
/
+0
*
|
hle/service: Resolve unused variable warnings
Lioncash
2019-04-04
1
-1
/
+8
|
/
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-0
/
+2
*
Merge pull request #1354 from ogniK5377/ssl-version
bunnei
2018-09-24
1
-3
/
+3
|
\
|
*
Corrected SSL::SetInterfaceVersion
David Marcec
2018-09-19
1
-3
/
+3
*
|
Removed the use of rp.MakeBuilder
David Marcec
2018-09-19
1
-1
/
+1
|
/
*
ssl: Move SSL class to cpp file
Lioncash
2018-09-02
2
-37
/
+39
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-4
/
+4
*
Switched to NGLOG_WARNING
David Marcec
2018-04-27
1
-1
/
+1
*
Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl
David Marcec
2018-04-26
1
-3
/
+3
|
\
|
*
ssl: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-3
/
+3
*
|
Added PREPO to logging backend, Removed comments from SaveReportWithUser
David Marcec
2018-04-26
1
-1
/
+1
*
|
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.
David Marcec
2018-04-23
1
-0
/
+1
*
|
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)
David Marcec
2018-04-22
2
-1
/
+11
|
/
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
2
-8
/
+4
*
Service/SSL: update service according switchbrew
mailwl
2018-04-11
2
-1
/
+98
*
Service/SSL: add ssl service
mailwl
2018-03-23
2
-0
/
+39