10
I Use This!
Low Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 5 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Send only accessible addresses in NS, since we only make one connection between each service now
Kaetemi
as kaetemi
More... about 1 year ago
One loopback address is sufficient
Kaetemi
as kaetemi
More... about 1 year ago
Bypass NS canAccess check, not reliable
Kaetemi
as kaetemi
More... about 1 year ago
Filter out useless link local addresses
Kaetemi
as kaetemi
More... about 1 year ago
Filter duplicate loopbacks
Kaetemi
as kaetemi
More... about 1 year ago
Filter duplicate loopbacks. Only list IPv4 loopback if it's available
Kaetemi
as kaetemi
More... about 1 year ago
Add todo notes
Kaetemi
as kaetemi
More... about 1 year ago
Spin wait on atomic instead of volatile
Kaetemi
as kaetemi
More... about 1 year ago
Auto formatting
Kaetemi
as kaetemi
More... about 1 year ago
Add command to reload certificates used for QUIC
Kaetemi
as kaetemi
More... about 1 year ago
Count the receive stats from QUIC on the client
Kaetemi
as kaetemi
More... about 1 year ago
Lower minimum MTU. Remove weird sleep from probe state. Add note on shutdown
Kaetemi
as kaetemi
More... about 1 year ago
VS2008 build fix
Kaetemi
as kaetemi
More... about 1 year ago
Replace volatile with atomics
Kaetemi
as kaetemi
More... about 1 year ago
Bump version
Kaetemi
as kaetemi
More... about 1 year ago
Show real URLs as help in patch tool. Add todo note for retrieving the proper urls from the login server. Set the current version as the default if CDN doesn't provide the last version number
Kaetemi
as kaetemi
More... about 1 year ago
Use atomic bool for thread state flags
Kaetemi
as kaetemi
More... about 1 year ago
Stop sound manager from the right thread
Kaetemi
as kaetemi
More... about 1 year ago
Add QUIC in client config, enabled by default only if compiled with MsQuic library. Enable certificate validation
Kaetemi
as kaetemi
More... about 1 year ago
Shutdown and close remaining QUIC connections on exit, ref ryzom/ryzomcore#628
Kaetemi
as kaetemi
More... about 1 year ago
Clear queues on exit to ensure all user context references are gone, ref ryzom/ryzomcore#628
Kaetemi
as kaetemi
More... about 1 year ago
Fix stray reference to QUIC user context in outbox, ref ryzom/ryzomcore#628
Kaetemi
as kaetemi
More... about 1 year ago
Load QUIC certificate from file, ref ryzom/ryzomcore#628
Kaetemi
as kaetemi
More... about 1 year ago
Fix FD_SET on INVALID_SOCKET in CSock::dataAvailable, undefined behaviour
Kaetemi
as kaetemi
More... about 1 year ago
No longer use volatile in CTaskManager
Kaetemi
as kaetemi
More... about 1 year ago
Implement CReaderWriter with std::shared_mutex on C++17 and up
Kaetemi
as kaetemi
More... about 1 year ago
Add a missing acquire
Kaetemi
as kaetemi
More... about 1 year ago
Dependency tracking may fail on some platforms when using triangle brackets for project files in a precompiled header
Kaetemi
as kaetemi
More... about 1 year ago
Special case legacy target platform behaviour
Kaetemi
as kaetemi
More... about 1 year ago
Release correctly when CSock::initNetwork() got called on more than one thread at the same time (it's called in all functions involving hostnames and network connections)
Kaetemi
as kaetemi
More... about 1 year ago