Shauren
|
585e170ad6
|
Core/Network: Refactor AsyncAcceptor to use async_accept overload producing sockets through argument instead of having to preallocate it
* Also improve main() cleanup to fully process all queued async operations (including their cancellations)
|
2026-01-12 20:59:19 +01:00 |
|
Shauren
|
b69a1a71c6
|
Core/Network: Fix invalid NetworkThread array access for derived classes that have additional data members (only HttpService threads were affected)
|
2025-12-22 13:06:28 +01:00 |
|
Shauren
|
90be8fafb3
|
Core/Misc: Use std::scoped_lock instead of unique_lock where possible (and old lock_guard)
|
2025-11-30 14:25:32 +01:00 |
|
Shauren
|
df02bec2a1
|
Core/Network: Minor include cleanup in SocketConnectionInitializer related files
|
2025-09-22 16:12:01 +02:00 |
|
Shauren
|
74d9da7f32
|
Core/Network: Make ip address formattable with fmt
|
2025-06-02 18:38:41 +02:00 |
|
Shauren
|
c8ab1b58b1
|
Core/Network: Minor include cleanup and add more required functions and typdefs to SslStream and BoostBeastSocketWrapper
|
2025-04-13 11:25:31 +02:00 |
|
Shauren
|
71b681bbf0
|
Core/Network: Move to separate project
|
2025-04-09 21:02:31 +02:00 |
|