aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Networking
AgeCommit message (Expand)Author
2016-03-28Core/Network: Change SocketMgr.StartNetwork to take the thread count by arg i...DDuarte
2016-03-26Core/Networking: Added SslSocket wrapper for boost::asio::ssl::streamShauren
2016-03-26Core/Common: Moved MessageBuffer to commonShauren
2016-03-19Core/Shared: Fix no PCH buildNaios
2016-03-12Core/Networking: Fixed DelayedCloseSocket when compiled without TC_SOCKET_USE...Shauren
2016-03-10Core/Networking: Added new AsyncRead method to Socket class allowing to pass ...Shauren
2016-02-21Final build fix for gcc 4.7 (no longer supported in 8 days)Shauren
2016-02-19Core/Networking: Rewrite networking threading modelShauren
2016-01-01Update copyright note for 2016Vincent-Michael
2015-08-09Core/Networking: Fixed possible crashes happening if async query retrieving a...Shauren
2015-06-21Core/Threading: Fixed possible data races after making auth queries async by ...Shauren
2015-05-02Core/Networking: Fixed possible msvc debug assertions in vectorShauren
2015-04-24Core/Socket: Removed unused synchronous read methodShauren
2015-04-11Core/Bnet: Fixed crash on shutdown happening when there were still players co...Shauren
2015-04-04Misc: Fixed license header formattingShauren
2015-03-28Core/Networking: Fixed unsafe access to _worldSession member in WorldSocketShauren
2015-03-28Core/PacketIO: Implemented CMSG_ENABLE_NAGLEShauren
2015-03-18Core: WARN instead of INFO - this is actually something we'd want to be infor...click
2015-01-01Update copyright note for 2015Vincent-Michael
2014-12-28Shared/Networking: Fix buffer overflow in Socket handlingjackpoz
2014-12-07Core/Packets: Add connection indexes for server packetsIntel
2014-11-16Core/Networking: Catch possible boost exception in StartNetworkNayd
2014-11-09Core/NetworkIO: Added second connection to WorldSession, handle AuthContinued...Shauren
2014-09-17Core/NetworkIO: Fixed queued packets not being properly sent causing players ...Shauren
2014-09-14Core: Remove whitespaceVincent-Michael
2014-09-14Core/Misc: Fix issues reported by static analysisjackpoz
2014-09-13Script/CoS: Fix quest credit for mal ganis (but @Aokromes like more HACKS)Vincent-Michael
2014-09-12Core/Misc: Added const modifier to MessageBuffer::Write parameterShauren
2014-09-12Core: Fix warningVincent-Michael
2014-09-12Core/NetworkIO: Set non blocking mode on sockets properlyShauren
2014-09-12Core/Misc: Kill few more warnings.w1sht0l1v3
2014-09-11Core/Misc: Get rid of some warnings.w1sht0l1v3
2014-09-09Core/Net: Fix GCC buildDuarte Duarte
2014-09-09Build fixShauren
2014-09-09Core/NetworkIO: Use reactor style sending on linux to reduce locking overheadShauren
2014-08-21Core/WorldSession: Added research notes about CMSG_AUTH_SESSION values and re...Shauren
2014-08-15Core/Socket: Added helpers to retrieve the size of currently ready dataShauren
2014-08-11Core/NetworkIO: Prevent queueing more async operations when socket is already...Shauren
2014-08-11Core/NetworkIO: Restore networking related scripting hooksleak
2014-08-10Core: Fix non pch buildVincent-Michael
2014-08-10Core/NetworkIO: Prevent double closing the same socketShauren
2014-08-10Core/NetworkIO: Allow receiving packets bigger than buffer size and properly ...Shauren
2014-08-08Core/NetworkIO: Handle exceptions thrown from socket constructor when retriev...Shauren
2014-08-07Core/Socket: Fix typo in constructorDuarte Duarte
2014-08-07Core: Fix non pch buildVincent-Michael
2014-08-06Prevent reading address information from potentially closed socketleak
2014-07-29Update Socket.hShauren
2014-07-29Core/Socket: Fixed expected template evaluated type for AsyncWrite if PacketT...Shauren
2014-07-28Core/Networking: Attempt to fix some exceptionsDDuarte
2014-07-27Fixed a rare crash case when authserver socket was forcefully closed during readleak