summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ssl/ssl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ssl: fix output byte buffer size issue (#12372)liamwhite2023-12-161-3/+3
* ssl: tolerate handshake without hostname set (#11328)liamwhite2023-08-261-9/+1
* ssl: remove ResultVal useLiam2023-08-081-39/+47
* Rename variables to avoid -Wshadow warnings under GCCcomex2023-07-021-5/+5
* Updates:comex2023-07-021-51/+55
* PR feedback + constificationcomex2023-06-261-10/+10
* Implement SSL servicecomex2023-06-251-17/+332
* service: ssl: Add missing properties and update namesNarr the Reg2023-03-051-18/+58
* service: move hle_ipc from kernelLiam2023-03-011-7/+7
* Merge pull request #9832 from liamwhite/hle-mpliamwhite2023-03-011-3/+6
|\
| * service: refactor server architectureLiam2023-02-211-3/+6
* | core: Update service function tables to 16.0.0+Narr the Reg2023-02-251-0/+10
|/
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-4/+4
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-4/+4
* hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2022-12-291-3/+3
* service: Use ReadBufferSpan where it is trivial to do soameerj2022-12-251-5/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Reduce header include overheadMorph2021-10-071-1/+0
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-6/+6
* nifm, ssl: Fix incorrect response sizesMorph2021-05-161-1/+1
* ssl: Stub Import(Client/Server)PkiMorph2021-05-131-2/+40
* service: Eliminate usages of the global system instanceLioncash2020-11-271-7/+7
* service: Update function tablesLioncash2019-11-121-0/+5
* service: Update service function tablesLioncash2019-04-111-0/+2
* Merge pull request #2334 from lioncash/overridebunnei2019-04-061-1/+0
|\
| * core: Add missing override specifiers where applicableLioncash2019-04-041-1/+0
* | hle/service: Resolve unused variable warningsLioncash2019-04-041-1/+8
|/
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-0/+2
* Merge pull request #1354 from ogniK5377/ssl-versionbunnei2018-09-241-3/+3
|\
| * Corrected SSL::SetInterfaceVersionDavid Marcec2018-09-191-3/+3
* | Removed the use of rp.MakeBuilderDavid Marcec2018-09-191-1/+1
|/
* ssl: Move SSL class to cpp fileLioncash2018-09-021-26/+36
* Rename logging macro back to LOG_*James Rowe2018-07-031-4/+4
* Switched to NGLOG_WARNINGDavid Marcec2018-04-271-1/+1
* Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implDavid Marcec2018-04-261-3/+3
|\
| * ssl: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-3/+3
* | Added PREPO to logging backend, Removed comments from SaveReportWithUserDavid Marcec2018-04-261-1/+1
* | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec2018-04-231-0/+1
* | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2018-04-221-1/+10
|/
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Service/SSL: update service according switchbrewmailwl2018-04-111-1/+95
* Service/SSL: add ssl servicemailwl2018-03-231-0/+17