aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared/Networking
AgeCommit message (Expand)Author
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
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