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.cpp
Age
Commit message (
Expand
)
Author
2025-02-16
build: upgrade fmt and SDL2
Zephyron
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-09-12
bsd: Demote "Select" log to dehug
FearlessTobi
2023-08-19
sockets: avoid locking around socket session calls
Liam
2023-07-22
core: implement GetGaiStringErrorRequest, IContextRegistrar
Liam
2023-07-01
Updates:
comex
2023-06-25
PR feedback + constification
comex
2023-06-25
Implement SSL service
comex
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-28
bsd: Use std::span for read payloads
ameerj
2022-09-23
chore: fix some typos
Andrea Pappacoda
2022-08-27
core/bsd: Correctly unbind methods in destructor
FearlessTobi
2022-08-15
core, network: Add ability to proxy socket packets
FearlessTobi
2022-07-25
yuzu: Add ui files for multiplayer rooms
FearlessTobi
2022-07-16
Enable the use of MSG_DONTWAIT flag on RecvImpl
Link4565
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-10
Merge pull request #8171 from tech-ticks/skyline-improvements
Fernando S
2022-04-07
service: bsd: Add keepalive socket option
tech-ticks
2022-04-02
hle: service: bsd: Create a service thread where appropriate.
bunnei
2022-03-19
core: Reduce unused includes
ameerj
2022-03-15
bsd: Allow inexact match for address length in AcceptImpl
Valeri
2021-11-03
core: Remove unused includes
ameerj
2021-09-25
service: bsd: Stub Read
Morph
2021-09-24
service: bsd: Implement Read
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-03-16
bsd: Avoid writing empty buffers
Morph
2021-02-09
bsd: Remove usage of optional emplace() with no arguments
Lioncash
2021-01-31
bsd: Fix EventFd stub
Morph
2021-01-31
bsd: Fix GetSockOpt stub
Morph
2021-01-30
bsd: Stub EventFd
ameerj
2021-01-28
core: hle: kernel: Rename Thread to KThread.
bunnei
2021-01-27
Stub GetSockOpt
german
2020-12-28
hle: service: bsd: Update to work with service threads, removing SleepClientT...
bunnei
2020-12-09
Merge pull request #5142 from comex/xx-poll-events
Rodrigo Locatti
2020-12-07
core: Remove unnecessary enum casts in log calls
Lioncash
2020-12-06
network, sockets: Replace `POLL_IN`, `POLL_OUT`, etc. constants with an `enum...
comex
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-09-22
General: Make use of std::nullopt where applicable
Lioncash
2020-09-07
bsd: Resolve unused value within SendToImpl
Lioncash
2020-09-07
bsd: Resolve sign comparison warnings
Lioncash
[next]