index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-28T16:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
/
Networking
Age
Commit message (
Expand
)
Author
2014-08-21
Core/WorldSession: Added research notes about CMSG_AUTH_SESSION values and re...
Shauren
2014-08-15
Core/Socket: Added helpers to retrieve the size of currently ready data
Shauren
2014-08-11
Core/NetworkIO: Prevent queueing more async operations when socket is already...
Shauren
2014-08-11
Core/NetworkIO: Restore networking related scripting hooks
leak
2014-08-10
Core: Fix non pch build
Vincent-Michael
2014-08-10
Core/NetworkIO: Prevent double closing the same socket
Shauren
2014-08-10
Core/NetworkIO: Allow receiving packets bigger than buffer size and properly ...
Shauren
2014-08-08
Core/NetworkIO: Handle exceptions thrown from socket constructor when retriev...
Shauren
2014-08-07
Core/Socket: Fix typo in constructor
Duarte Duarte
2014-08-07
Core: Fix non pch build
Vincent-Michael
2014-08-06
Prevent reading address information from potentially closed socket
leak
2014-07-29
Update Socket.h
Shauren
2014-07-29
Core/Socket: Fixed expected template evaluated type for AsyncWrite if PacketT...
Shauren
2014-07-28
Core/Networking: Attempt to fix some exceptions
DDuarte
2014-07-27
Fixed a rare crash case when authserver socket was forcefully closed during read
leak
2014-07-27
Core/Network: Allow storing any packet types in Socket write queue to reduce ...
Shauren
2014-07-27
Fixed gcc build
Shauren
2014-07-26
Core/Network: Refactored socket code, moved common operations to base Socket ...
Shauren
2014-07-13
More warnings fixes
Subv
2014-07-13
Fixed some compiler warnings
Subv
2014-07-11
Core/Misc: Fixed another compiler segmentation fault when compiling AsyncAcce...
Shauren
2014-07-11
Core/Misc: Fixed compiler segmentation fault when compiling AsyncAcceptor wit...
Shauren
2014-07-08
Replaced the LogWorker thread with Boost ASIO
leak
2014-07-07
Fix of the fix ftw
leak
2014-07-07
Fixed the AsyncAcceptor overload (too much c#..)
leak
2014-07-07
Readd support for TCP_NODELAY socket option
leak
2014-07-02
Some ground work for ASIO based RemoteAccess handling
leak