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
/
sockets
/
sfdnsres.cpp
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
2023-08-28
sfdnsres: ensure lp1 is not resolved
Liam
2023-07-22
core: implement GetGaiStringErrorRequest, IContextRegistrar
Liam
2023-07-01
Updates:
comex
2023-06-25
PR feedback + constification
comex
2023-06-25
Fix more Windows build errors
comex
2023-06-25
Fixes:
comex
2023-06-25
Implement SSL service
comex
2023-03-01
service: move hle_ipc from kernel
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
2022-04-11
service: sfdnsres: add missing includes for some BSDs after 82d46a974ad4
Jan Beich
2022-04-08
service: sfdnsres: Implement DNS address resolution
tech-ticks
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-04-08
sfdnsres: Use proper names
german77
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-06-29
service: Update function tables
VolcaEM
2019-04-04
hle/service: Resolve unused variable warnings
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-24
sockets: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-17
Various service name fixes - part 2 (rebased) (#322)
Hexagon12
2018-03-25
Service/sockets: add bsd:s, nsd:a, nsd:u services
mailwl
2018-01-29
[WIP] sfdnsres: stub (#146)
mailwl