]> git.lizzy.rs Git - dragonfireclient.git/history - src/network/connection.h
Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)
[dragonfireclient.git] / src / network / connection.h
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2016-05-22 est31Tolerate packet reordering in the early init process
2015-08-24 ShadowNinjaClean up threading
2015-08-15 nerzhulRemove unused function from connection.{cpp,h}
2015-08-06 kwolekrFix BufferedPacket race condition (fixes #2983)
2015-08-01 Břetislav Štecsrc/network/connection.h: Fix race condition
2015-07-14 Loic Blotconnection.cpp: remove unused constructor
2015-04-05 Loic BlotFix uninitialized variabled in ConnectionEvent
2015-03-31 Loic BlotConnection::Receive(): receive Network Packet instead...
2015-03-29 Loic Blotqueued_commands must be a std::deque. RunCommandQueues...
2015-03-22 Loic BlotRemove unused ConnectionCommand::sendToAll function...
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-16 Loic Blot[Patch 2/4] Network rework: packet writing, sending...