57 Commits (ccd5b7f245acc0df016b13fc09964d6272ea7ee6)

Author SHA1 Message Date
lizzie ccd5b7f245 ALL THE ERROR CODES 4 weeks ago
lizzie 740b718549 [net] refactor to remove uneeded abstraction layer 2 months ago
lizzie f7e5ceeacb
[video_core/buffer_cache] fix PAGE_SHIFT/BSD macro clash on Linux, *BSD (#4329) 2 weeks ago
lizzie 1b482fa99b
[hle] remove parent object reference data on Request/Response builders, pass by argument (#3774) 3 months ago
lizzie d8a8169eb2
[hle/bsd] do not use rust-result wannabe Expected in functions (#4075) 3 months ago
Maufeat 7396149ab1
[bsd, ssl] force ssl verify option to be 0 and other fixes (#3386) 8 months ago
Maufeat bf68eede05
[bsd, ssl] fix connection between bsd:u and bsd:s and file descriptor copy (#3172) 9 months ago
lizzie 191e4c75a1
[meta] fix license headers (#2547) 12 months ago
lizzie 9d2681ecc9
[cmake] enable clang-cl and WoA builds (#348) 1 year ago
Maufeat bbeb7dd56b
[ssl] add and unstub alpn option + functions (#142) 1 year ago
Pavel Barabanov 5608ab1cd4
everything related to the FW 20 has been deleted. 1 year ago
Pavel Barabanov d55e400c7c started adding services for firmware 20.0.0 without implementation 1 year ago
MrPurple666 c6f2a85142 Add the rest of the necessary code for ssl:s 1 year ago
JPikachu 6581fc5b98 Update ssl stubs 1 year ago
Liam cacfe8ec90 ssl: add cert store 3 years ago
liamwhite 6238976dc6 ssl: fix output byte buffer size issue (#12372) 3 years ago
liamwhite f03291268a ssl: tolerate handshake without hostname set (#11328) 3 years ago
Liam 9edd6d3198 ssl: remove ResultVal use 3 years ago
comex 1595193fa9 Rename variables to avoid -Wshadow warnings under GCC 3 years ago
comex f4b39f722d Updates: 3 years ago
comex 930b7ac6ee PR feedback + constification 3 years ago
comex 6f8d5f068f Implement SSL service 3 years ago
Narr the Reg 96bf71b888 service: ssl: Add missing properties and update names 4 years ago
Liam d7e9461b71 service: move hle_ipc from kernel 4 years ago
Narr the Reg 932cf55052 core: Update service function tables to 16.0.0+ 4 years ago
Liam 1c3a93e7c4 service: refactor server architecture 4 years ago
arades79 60a68839ee remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistency 4 years ago
arades79 adcef452e0 add static lifetime to constexpr values to force compile time evaluation where possible 4 years ago
ameerj 7cc5da4a9f Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" 4 years ago
liamwhite f74a95b6fb Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer" 4 years ago
ameerj 713394d526 hle_ipc: Rename ReadBufferSpan to ReadBuffer 4 years ago
ameerj db9a523aae service: Use ReadBufferSpan where it is trivial to do so 4 years ago
Morph 2b87305d31 general: Convert source file copyright comments over to SPDX 4 years ago
Morph 52fa30ab7d service: Reduce header include overhead 5 years ago
Morph 7ebc38a6d1 general: Replace RESULT_SUCCESS with ResultSuccess 5 years ago
Morph 0fdff05afa nifm, ssl: Fix incorrect response sizes 5 years ago
Morph 46f773ad5c ssl: Stub Import(Client/Server)Pki 5 years ago
Lioncash 346271b80b service: Eliminate usages of the global system instance 6 years ago
Lioncash 0ab5dd8c7f service: Update function tables 7 years ago
Lioncash 14ead4ceb0 service: Update service function tables 8 years ago
Lioncash 9ae176d921 hle/service: Resolve unused variable warnings 8 years ago
Lioncash e1391a8268 core: Add missing override specifiers where applicable 8 years ago
David Marcec 5ae0d6cba2 Changed logging to be "Log before execution", Added more error logging, all services should now log on some level 8 years ago
David Marcec b73af7d847 Corrected SSL::SetInterfaceVersion 8 years ago
David Marcec cfbfad9ffe Removed the use of rp.MakeBuilder 8 years ago
Lioncash 772f0805ab ssl: Move SSL class to cpp file 8 years ago
James Rowe e159c550d8 Rename logging macro back to LOG_* 8 years ago
David Marcec 2810310018 Switched to NGLOG_WARNING 9 years ago
David Marcec 6f6cac9366 Added PREPO to logging backend, Removed comments from SaveReportWithUser 9 years ago
Lioncash 5077580ee7 ssl: Move logging macros over to new fmt-compatible ones 9 years ago