aboutsummaryrefslogtreecommitdiff
path: root/src/network/connection.h
AgeCommit message (Expand)Author
2015-08-23Clean up threadingShadowNinja
2015-08-15Remove unused function from connection.{cpp,h}nerzhul
2015-08-06Fix BufferedPacket race condition (fixes #2983)kwolekr
2015-08-01src/network/connection.h: Fix race conditionBřetislav Štec
2015-07-14connection.cpp: remove unused constructorLoic Blot
2015-04-05Fix uninitialized variabled in ConnectionEventLoic Blot
2015-03-31Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.Loic Blot
2015-03-29queued_commands must be a std::deque. RunCommandQueues needs to push packet o...Loic Blot
2015-03-22Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgeP...Loic Blot
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-03-05Remove Queue class which uses std::list and use native std::queueLoic Blot
2015-02-16[Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot