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
/
ssl.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ssl: fix output byte buffer size issue (#12372)
liamwhite
2023-12-16
1
-3
/
+3
*
ssl: tolerate handshake without hostname set (#11328)
liamwhite
2023-08-26
1
-9
/
+1
*
ssl: remove ResultVal use
Liam
2023-08-08
1
-39
/
+47
*
Rename variables to avoid -Wshadow warnings under GCC
comex
2023-07-02
1
-5
/
+5
*
Updates:
comex
2023-07-02
1
-51
/
+55
*
PR feedback + constification
comex
2023-06-26
1
-10
/
+10
*
Implement SSL service
comex
2023-06-25
1
-17
/
+332
*
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
1
-3
/
+6
|
\
|
*
service: refactor server architecture
Liam
2023-02-21
1
-3
/
+6
*
|
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
1
-3
/
+2
*
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
1
-7
/
+7
*
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
1
-26
/
+36
*
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
1
-1
/
+10
|
/
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
Service/SSL: update service according switchbrew
mailwl
2018-04-11
1
-1
/
+95
*
Service/SSL: add ssl service
mailwl
2018-03-23
1
-0
/
+17