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
/
bsd.h
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-10-25
sockets: use safe access helpers
Liam
2023-08-19
sockets: avoid locking around socket session calls
Liam
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
bsd: Use std::span for read payloads
ameerj
2022-08-15
core, network: Add ability to proxy socket packets
FearlessTobi
2022-07-25
yuzu: Add ui files for multiplayer rooms
FearlessTobi
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-10-07
service: Reduce header include overhead
Morph
2021-09-24
service: bsd: Implement Read
Morph
2021-01-30
bsd: Stub EventFd
ameerj
2021-01-27
Stub GetSockOpt
german
2020-12-28
hle: service: bsd: Update to work with service threads, removing SleepClientT...
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-07-28
services/bsd: Implement most of bsd:s
ReinUsesLisp
2020-07-28
service/sockets: Add enumerations and structures
ReinUsesLisp
2020-01-25
bsd: Stub several more functions.
bunnei
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-07-26
service/sockets: Add missing bsdcfg socket service
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-03-25
Service/sockets: add bsd:s, nsd:a, nsd:u services
mailwl