aboutsummaryrefslogtreecommitdiff
path: root/src/common/network
AgeCommit message (Collapse)Author
2 daysCore/Network: Fix invalid NetworkThread array access for derived classes ↵Shauren
that have additional data members (only HttpService threads were affected)
2025-11-30Core/Misc: Use std::scoped_lock instead of unique_lock where possible (and ↵Shauren
old lock_guard)
2025-11-12Build: Modernize include directory management using target_sources(FILE_SET)Shauren
2025-11-02Core/Network: Build fix for older boost versionsShauren
2025-09-22Core/Network: Minor include cleanup in SocketConnectionInitializer related filesShauren
2025-09-22Core/Network: Implement connect operations in Socket classShauren
2025-08-27Core/Network: Refactor duplicate code in Socket (#30970)An-Zheng
2025-06-11Core/Network: Enable PCHShauren
2025-06-02Core/Network: Make ip address formattable with fmtShauren
2025-05-22Core/Network: Fix typo in AsyncAcceptor function name (#30975)An-Zheng
2025-04-13Core/Network: Minor include cleanup and add more required functions and ↵Shauren
typdefs to SslStream and BoostBeastSocketWrapper
2025-04-09Core/Network: Move to separate projectShauren