aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Networking
AgeCommit message (Expand)Author
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
2014-07-27Core/Network: Allow storing any packet types in Socket write queue to reduce ...Shauren
2014-07-27Fixed gcc buildShauren
2014-07-26Core/Network: Refactored socket code, moved common operations to base Socket ...Shauren
2014-07-13More warnings fixesSubv
2014-07-13Fixed some compiler warningsSubv
2014-07-11Core/Misc: Fixed another compiler segmentation fault when compiling AsyncAcce...Shauren
2014-07-11Core/Misc: Fixed compiler segmentation fault when compiling AsyncAcceptor wit...Shauren
2014-07-08Replaced the LogWorker thread with Boost ASIOleak
2014-07-07Fix of the fix ftwleak
2014-07-07Fixed the AsyncAcceptor overload (too much c#..)leak
2014-07-07Readd support for TCP_NODELAY socket optionleak
2014-07-02Some ground work for ASIO based RemoteAccess handlingleak