index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ssl
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-24
ssl: add cert store
Liam
2023-12-16
ssl: fix output byte buffer size issue (#12372)
liamwhite
2023-09-03
msvc: set warning level to /W4 globally
Danila Malyutin
2023-08-26
ssl: tolerate handshake without hostname set (#11328)
liamwhite
2023-08-11
ssl_backend_securetransport: remove stray .Code()
Liam
2023-08-08
general: fix incorrect conversions
Liam
2023-08-08
ssl: remove ResultVal use
Liam
2023-07-17
ssl: Link with crypt32 for secure channel backend
Morph
2023-07-17
ssl: Reorder inclusions
Morph
2023-07-01
Rename variables to avoid -Wshadow warnings under GCC
comex
2023-07-01
...actually add the SecureTransport backend to Git.
comex
2023-07-01
Updates:
comex
2023-06-25
PR feedback + constification
comex
2023-06-25
re-format
comex
2023-06-25
Fix more Windows build errors
comex
2023-06-25
ssl: fix compatibility with OpenSSL 1.1.1
comex
2023-06-25
Fixes:
comex
2023-06-25
ssl: rename argument to avoid false positive codespell warning
comex
2023-06-25
Implement SSL service
comex
2023-03-05
service: ssl: Add missing properties and update names
Narr the Reg
2023-03-01
service: move hle_ipc from kernel
Liam
2023-03-01
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-02-24
core: Update service function tables to 16.0.0+
Narr the Reg
2023-02-21
service: refactor server architecture
Liam
2023-02-03
Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"
ameerj
2023-02-02
Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...
liamwhite
2022-12-28
hle_ipc: Rename ReadBufferSpan to ReadBuffer
ameerj
2022-12-25
service: Use ReadBufferSpan where it is trivial to do so
ameerj
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-10-07
service: Reduce header include overhead
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-16
nifm, ssl: Fix incorrect response sizes
Morph
2021-05-12
ssl: Stub Import(Client/Server)Pki
Morph
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2019-11-12
service: Update function tables
Lioncash
2019-04-11
service: Update service function tables
Lioncash
2019-04-05
Merge pull request #2334 from lioncash/override
bunnei
2019-04-04
hle/service: Resolve unused variable warnings
Lioncash
2019-04-04
core: Add missing override specifiers where applicable
Lioncash
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-09-23
Merge pull request #1354 from ogniK5377/ssl-version
bunnei
2018-09-19
Corrected SSL::SetInterfaceVersion
David Marcec
2018-09-19
Removed the use of rp.MakeBuilder
David Marcec
2018-09-02
ssl: Move SSL class to cpp file
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-26
Switched to NGLOG_WARNING
David Marcec
2018-04-26
Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl
David Marcec
2018-04-26
Added PREPO to logging backend, Removed comments from SaveReportWithUser
David Marcec
[next]