aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Server/AuthSession.h
AgeCommit message (Expand)Author
2014-09-09Core/NetworkIO: Use reactor style sending on linux to reduce locking overheadShauren
2014-08-10Core/NetworkIO: Allow receiving packets bigger than buffer size and properly ...Shauren
2014-08-08Core/Misc: Fix static analysis issuesjackpoz
2014-07-27Core/Network: Optimized packet sending by removing unneccessary memory copyingShauren
2014-07-27Core/Network: Allow storing any packet types in Socket write queue to reduce ...Shauren
2014-07-26Core/Network: Refactored socket code, moved common operations to base Socket ...Shauren
2014-07-25Core/Network: Fix some possible exceptions on socket.close()DDuarte
2014-07-10Fixed a GCC internal error when compiling AsyncAcceptorSubv
2014-07-02Cleaned up the authserver includes a bit.Subv
2014-05-31Replaced ACE_INET_Addr with boost::asio::ip::addressleak
2014-05-30Damn you VS default settings..leak
2014-05-30Replace authserver ACE related code with Boost/C++11leak