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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-25
ssl: add cert store
Liam
1
-3
/
+22
2023-12-16
ssl: fix output byte buffer size issue (#12372)
liamwhite
1
-3
/
+3
2023-08-26
ssl: tolerate handshake without hostname set (#11328)
liamwhite
1
-9
/
+1
2023-08-08
ssl: remove ResultVal use
Liam
1
-39
/
+47
2023-07-02
Rename variables to avoid -Wshadow warnings under GCC
comex
1
-5
/
+5
2023-07-02
Updates:
comex
1
-51
/
+55
2023-06-26
PR feedback + constification
comex
1
-10
/
+10
2023-06-25
Implement SSL service
comex
1
-17
/
+332
2023-03-05
service: ssl: Add missing properties and update names
Narr the Reg
1
-18
/
+58
2023-03-01
service: move hle_ipc from kernel
Liam
1
-7
/
+7
2023-02-25
core: Update service function tables to 16.0.0+
Narr the Reg
1
-0
/
+10
2023-02-21
service: refactor server architecture
Liam
1
-3
/
+6
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency
arades79
1
-2
/
+2
2023-02-14
add static lifetime to constexpr values to force compile time evaluation where possible
arades79
1
-2
/
+2
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
1
-4
/
+4
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"
liamwhite
1
-4
/
+4
2022-12-29
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
1
-3
/
+3
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
1
-5
/
+5
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2021-10-07
service: Reduce header include overhead
Morph
1
-1
/
+0
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-6
/
+6
2021-05-16
nifm, ssl: Fix incorrect response sizes
Morph
1
-1
/
+1
2021-05-13
ssl: Stub Import(Client/Server)Pki
Morph
1
-2
/
+40
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
1
-7
/
+7
2019-11-12
service: Update function tables
Lioncash
1
-0
/
+5
2019-04-11
service: Update service function tables
Lioncash
1
-0
/
+2
2019-04-04
hle/service: Resolve unused variable warnings
Lioncash
1
-1
/
+8
2019-04-04
core: Add missing override specifiers where applicable
Lioncash
1
-1
/
+0
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
1
-0
/
+2
2018-09-19
Corrected SSL::SetInterfaceVersion
David Marcec
1
-3
/
+3
2018-09-19
Removed the use of rp.MakeBuilder
David Marcec
1
-1
/
+1
2018-09-02
ssl: Move SSL class to cpp file
Lioncash
1
-26
/
+36
2018-07-03
Rename logging macro back to LOG_*
James Rowe
1
-4
/
+4
2018-04-27
Switched to NGLOG_WARNING
David Marcec
1
-1
/
+1
2018-04-26
Added PREPO to logging backend, Removed comments from SaveReportWithUser
David Marcec
1
-1
/
+1
2018-04-24
ssl: Move logging macros over to new fmt-compatible ones
Lioncash
1
-3
/
+3
2018-04-23
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.
David Marcec
1
-0
/
+1
2018-04-22
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)
David Marcec
1
-1
/
+10
2018-04-20
service: Use nested namespace specifiers where applicable
Lioncash
1
-4
/
+2
2018-04-11
Service/SSL: update service according switchbrew
mailwl
1
-1
/
+95
2018-03-23
Service/SSL: add ssl service
mailwl
1
-5
/
+6
2018-02-15
pl_u: Implement basic shared font loading from RAM dump.
bunnei
1
-5
/
+5
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
1
-1
/
+1
2017-12-29
service: Add empty interface for pctl:a.
bunnei
1
-7
/
+5
2017-12-28
service: Add empty interface for aoc:u.
bunnei
1
-0
/
+18