C++11 cleanup inventorymanager (#6077)
[oweals/minetest.git] / src / network / connection.cpp
2017-06-21 Vincent GlizeC++11 cleanup on constructors dir network (#6021)
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-04-29 SmallJokerFix Travis/unittest broken since b662a45
2017-04-21 Loïc BlotFix various performance issues reported by cppcheck...
2016-12-29 Rogier-5Use the outgoing split sequence number for every outgoi...
2016-06-03 Robert KiralySapier's fix for the RESEND RELIABLE problem (#4170)
2016-05-22 est31Tolerate packet reordering in the early init process 4140/head
2015-10-14 ShadowNinjaAlways use errorstream for DEBUG_EXCEPTION_HANDLER
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-08-25 David JonesChange i++ to ++i
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-08-15 nerzhulRemove unused function from connection.{cpp,h}
2015-08-06 kwolekrconnection: Make assertions non-fatal for received...
2015-07-14 Loic Blotconnection.cpp: remove unused constructor
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-31 Loic BlotConnection::Receive(): receive Network Packet instead...
2015-03-31 Loic BlotRunCommandQueues: little optimization
2015-03-31 Loic BlotTypo in getOutgoingSequenceNumber => successfull to...
2015-03-29 Loic Blotqueued_commands must be a std::deque. RunCommandQueues...
2015-03-22 Loic BlotRemove unused ConnectionCommand::sendToAll function...
2015-03-13 Loic BlotReplace NetworkPacket pointers to references
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-05 Loic BlotRemove Queue class which uses std::list and use native...
2015-02-21 Loic BlotFix some memory leaks on packet sending.
2015-02-16 Loic Blot[Patch 2/4] Network rework: packet writing, sending...