Translated using Weblate (Chinese (Simplified))
[oweals/minetest.git] / src / network / connection.h
2020-05-01 sfan5Allow connection info to be missing from minetest.get_p...
2020-04-08 sfan5Miscellaneous networking improvements (#9611)
2020-03-08 SmallJokerWorkaround for get_player_information
2019-11-19 sfan5Rework packet receiving in ServerThread
2019-08-16 sfan5Remove unused function in ReliablePacketBuffer
2019-08-16 sfan5Minor refactor of IncomingSplitBuffer
2019-08-16 sfan5Drop m_list_size from ReliablePacketBuffer
2019-04-14 Jozef BehranVarious network performance improvements (#8125)
2019-02-15 ANANDRevert RTT fixes (#8187)
2018-07-14 Lars HofhanslRemove legacy client handling code.
2018-06-23 youRTT fixes (#7428)
2017-09-27 Loïc BlotAdd session_t typedef + remove unused functions (#6470)
2017-09-05 Loic BlotUse a Buffer instead of SharedBuffer in ConnectionCommand
2017-09-04 Loïc BlotRe-apply previous commit with a typo fix
2017-09-04 Loïc BlotRevert "Network: fix a concurrency problem, by re-addin...
2017-09-04 Loïc BlotNetwork: fix a concurrency problem, by re-adding a...
2017-09-03 Loic BlotNetwork part requires SharedBuffers to be pass as value
2017-08-25 Loïc BlotNetwork cleanup (#6310)
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-08-15 Loic Blotserver.cpp: code modernization
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-05-26 SmallJokerTime: Change old `u32` timestamps to 64-bit (#5818)
2017-04-29 SmallJokerFix Travis/unittest broken since b662a45
2017-04-21 Loïc BlotFix various performance issues reported by cppcheck...
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 4140/head
2015-08-24 ShadowNinjaClean up threading 2613/head
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...