aboutsummaryrefslogtreecommitdiff
path: root/src/network/connection.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sapier's fix for the RESEND RELIABLE problem (#4170)Robert Kiraly2016-06-031-0/+20
* Tolerate packet reordering in the early init processest312016-05-221-9/+4
* Always use errorstream for DEBUG_EXCEPTION_HANDLERShadowNinja2015-10-141-2/+2
* Use warningstream for log messages with WARNINGShadowNinja2015-10-141-0/+1
* Change i++ to ++iDavid Jones2015-08-251-6/+6
* Clean up threadingShadowNinja2015-08-231-67/+61
* Remove unused function from connection.{cpp,h}nerzhul2015-08-151-10/+0
* connection: Make assertions non-fatal for received datakwolekr2015-08-051-19/+43
* connection.cpp: remove unused constructorLoic Blot2015-07-141-24/+0
* Move globals from main.cpp to more sane locationsCraig Robbins2015-04-011-1/+0
* Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.Loic Blot2015-03-311-8/+15
* RunCommandQueues: little optimizationLoic Blot2015-03-311-6/+9
* Typo in getOutgoingSequenceNumber => successfull to successfulLoic Blot2015-03-311-3/+3
* queued_commands must be a std::deque. RunCommandQueues needs to push packet o...Loic Blot2015-03-291-12/+8
* Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgeP...Loic Blot2015-03-221-1/+1
* Replace NetworkPacket pointers to referencesLoic Blot2015-03-131-3/+2
* For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins2015-03-071-40/+34
* Remove Queue class which uses std::list and use native std::queueLoic Blot2015-03-051-22/+23
* Fix some memory leaks on packet sending.Loic Blot2015-02-211-0/+1
* [Patch 2/4] Network rework: packet writing, sending and cleanupsLoic Blot2015-02-161-0/+3112