42 Commits (85b1e17df68adae7fe35e3ed190866e434d5113f)

Author SHA1 Message Date
liamwhite 85b1e17df6
ssl: fix output byte buffer size issue (#12372) 2 years ago
liamwhite 234cc45192
ssl: tolerate handshake without hostname set (#11328) 2 years ago
Liam 83eee1d226 ssl: remove ResultVal use 2 years ago
comex 644c3ce609 Rename variables to avoid -Wshadow warnings under GCC 3 years ago
comex 0e191c2711 Updates: 3 years ago
comex d885dd5b64 PR feedback + constification 3 years ago
comex 8e703e08df Implement SSL service 3 years ago
Narr the Reg f01540da6c service: ssl: Add missing properties and update names 3 years ago
Liam 65be230fdd service: move hle_ipc from kernel 3 years ago
Narr the Reg 39ca7b2928 core: Update service function tables to 16.0.0+ 3 years ago
Liam a936972614 service: refactor server architecture 3 years ago
arades79 683019878f remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 3 years ago
arades79 45e13b03f3 add static lifetime to constexpr values to force compile time evaluation where possible 3 years ago
ameerj 2d2522693e Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" 3 years ago
liamwhite b01698775b
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" 3 years ago
ameerj a1490d77ac hle_ipc: Rename ReadBufferSpan to ReadBuffer 3 years ago
ameerj 7ffd624248 service: Use ReadBufferSpan where it is trivial to do so 3 years ago
Morph 99ceb03a1c general: Convert source file copyright comments over to SPDX 4 years ago
Morph 7bb2dd75cd service: Reduce header include overhead 4 years ago
Morph 12c1766997 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Morph faaea00069 nifm, ssl: Fix incorrect response sizes 5 years ago
Morph 271f2e2d78 ssl: Stub Import(Client/Server)Pki 5 years ago
Lioncash 1a954b2a59 service: Eliminate usages of the global system instance 5 years ago
Lioncash e21b6ff79d service: Update function tables 6 years ago
Lioncash ca96dc4676 service: Update service function tables 7 years ago
Lioncash 7f506be2ee hle/service: Resolve unused variable warnings 7 years ago
Lioncash 5b0a9f8ba8 core: Add missing override specifiers where applicable 7 years ago
David Marcec a2cc3b10bb Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 7 years ago
David Marcec d06f4cfc63 Corrected SSL::SetInterfaceVersion 7 years ago
David Marcec 6a0612f2bf Removed the use of rp.MakeBuilder 7 years ago
Lioncash 41cd766438 ssl: Move SSL class to cpp file 7 years ago
James Rowe 638956aa81 Rename logging macro back to LOG_* 8 years ago
David Marcec abc23416e8 Switched to NGLOG_WARNING 8 years ago
David Marcec f1f7f2cba9 Added PREPO to logging backend, Removed comments from SaveReportWithUser 8 years ago
Lioncash bfe49edb2a
ssl: Move logging macros over to new fmt-compatible ones 8 years ago
David Marcec 27650499bc GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport. 8 years ago
David Marcec f3137d3bc1 Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids) 8 years ago
Lioncash ccca5e7c28 service: Use nested namespace specifiers where applicable 8 years ago
mailwl 39f75350bb Service/SSL: update service according switchbrew 8 years ago
mailwl 9ee33350de Service/SSL: add ssl service 8 years ago
bunnei 42c062c620 pl_u: Implement basic shared font loading from RAM dump. 8 years ago
bunnei 1247c53786 yuzu: Update license text to be consistent across project. 8 years ago
bunnei fcd4c1a0dc service: Add empty interface for pctl:a. 8 years ago
bunnei d5995fd30f service: Add empty interface for aoc:u. 8 years ago