summaryrefslogtreecommitdiff
path: root/src/core/hle/service/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: ssl: Add missing properties and update namesGravatar Narr the Reg2023-03-051-18/+58
* service: move hle_ipc from kernelGravatar Liam2023-03-011-7/+7
* Merge pull request #9832 from liamwhite/hle-mpGravatar liamwhite2023-03-012-9/+7
|\
| * service: refactor server architectureGravatar Liam2023-02-212-9/+7
* | core: Update service function tables to 16.0.0+Gravatar Narr the Reg2023-02-241-0/+10
|/
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-031-4/+4
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-021-4/+4
* hle_ipc: Rename ReadBufferSpan to ReadBufferGravatar ameerj2022-12-281-3/+3
* service: Use ReadBufferSpan where it is trivial to do soGravatar ameerj2022-12-251-5/+5
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-232-6/+4
* service: Reduce header include overheadGravatar Morph2021-10-071-1/+0
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-6/+6
* nifm, ssl: Fix incorrect response sizesGravatar Morph2021-05-161-1/+1
* ssl: Stub Import(Client/Server)PkiGravatar Morph2021-05-121-2/+40
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-262-8/+12
* service: Update function tablesGravatar Lioncash2019-11-121-0/+5
* service: Update service function tablesGravatar Lioncash2019-04-111-0/+2
* Merge pull request #2334 from lioncash/overrideGravatar bunnei2019-04-051-1/+0
|\
| * core: Add missing override specifiers where applicableGravatar Lioncash2019-04-041-1/+0
* | hle/service: Resolve unused variable warningsGravatar Lioncash2019-04-041-1/+8
|/
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-0/+2
* Merge pull request #1354 from ogniK5377/ssl-versionGravatar bunnei2018-09-231-3/+3
|\
| * Corrected SSL::SetInterfaceVersionGravatar David Marcec2018-09-191-3/+3
* | Removed the use of rp.MakeBuilderGravatar David Marcec2018-09-191-1/+1
|/
* ssl: Move SSL class to cpp fileGravatar Lioncash2018-09-022-37/+39
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-4/+4
* Switched to NGLOG_WARNINGGravatar David Marcec2018-04-261-1/+1
* Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implGravatar David Marcec2018-04-261-3/+3
|\
| * ssl: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-3/+3
* | Added PREPO to logging backend, Removed comments from SaveReportWithUserGravatar David Marcec2018-04-261-1/+1
* | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...Gravatar David Marcec2018-04-221-0/+1
* | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...Gravatar David Marcec2018-04-212-1/+11
|/
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-192-8/+4
* Service/SSL: update service according switchbrewGravatar mailwl2018-04-112-1/+98
* Service/SSL: add ssl serviceGravatar mailwl2018-03-232-0/+39