aboutsummaryrefslogtreecommitdiff
path: root/src/network/connection.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized variabled in ConnectionEventLoic Blot2015-04-051-1/+2
* Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.Loic Blot2015-03-311-1/+3
* queued_commands must be a std::deque. RunCommandQueues needs to push packet o...Loic Blot2015-03-291-1/+1
* Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgeP...Loic Blot2015-03-221-9/+2
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-3/+3
* Remove Queue class which uses std::list and use native std::queueLoic Blot2015-03-051-3/+3
* [Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot2015-02-161-0/+1098