Don't broadcast when already waiting unregistration |
|
More...
|
over 2 years ago
|
Range is 100 and don't overshoot when looping |
|
More...
|
over 2 years ago
|
Detect MsQuic on GCC targets in quick start |
|
More...
|
over 2 years ago
|
Disable QUIC cert validation in local dev client |
|
More...
|
over 2 years ago
|
Send only accessible addresses in NS, since we only make one connection between each service now |
|
More...
|
over 2 years ago
|
One loopback address is sufficient |
|
More...
|
over 2 years ago
|
Bypass NS canAccess check, not reliable |
|
More...
|
over 2 years ago
|
Filter out useless link local addresses |
|
More...
|
over 2 years ago
|
Filter duplicate loopbacks |
|
More...
|
over 2 years ago
|
Filter duplicate loopbacks. Only list IPv4 loopback if it's available |
|
More...
|
over 2 years ago
|
Add todo notes |
|
More...
|
over 2 years ago
|
Spin wait on atomic instead of volatile |
|
More...
|
over 2 years ago
|
Auto formatting |
|
More...
|
over 2 years ago
|
Add command to reload certificates used for QUIC |
|
More...
|
over 2 years ago
|
Count the receive stats from QUIC on the client |
|
More...
|
over 2 years ago
|
Lower minimum MTU. Remove weird sleep from probe state. Add note on shutdown |
|
More...
|
over 2 years ago
|
VS2008 build fix |
|
More...
|
over 2 years ago
|
Replace volatile with atomics |
|
More...
|
over 2 years ago
|
Bump version |
|
More...
|
over 2 years 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 |
|
More...
|
over 2 years ago
|
Use atomic bool for thread state flags |
|
More...
|
over 2 years ago
|
Stop sound manager from the right thread |
|
More...
|
over 2 years ago
|
Add QUIC in client config, enabled by default only if compiled with MsQuic library. Enable certificate validation |
|
More...
|
over 2 years ago
|
Shutdown and close remaining QUIC connections on exit, ref ryzom/ryzomcore#628 |
|
More...
|
over 2 years ago
|
Clear queues on exit to ensure all user context references are gone, ref ryzom/ryzomcore#628 |
|
More...
|
over 2 years ago
|
Fix stray reference to QUIC user context in outbox, ref ryzom/ryzomcore#628 |
|
More...
|
over 2 years ago
|
Load QUIC certificate from file, ref ryzom/ryzomcore#628 |
|
More...
|
over 2 years ago
|
Fix FD_SET on INVALID_SOCKET in CSock::dataAvailable, undefined behaviour |
|
More...
|
over 2 years ago
|
No longer use volatile in CTaskManager |
|
More...
|
over 2 years ago
|
Implement CReaderWriter with std::shared_mutex on C++17 and up |
|
More...
|
over 2 years ago
|