summaryrefslogtreecommitdiff
path: root/src/core/hle/service/ssl (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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