aboutsummaryrefslogtreecommitdiff
path: root/src/network/connection.h
AgeCommit message (Expand)Author
2020-04-08Miscellaneous networking improvements (#9611)sfan5
2020-03-08Workaround for get_player_informationSmallJoker
2019-11-19Rework packet receiving in ServerThreadsfan5
2019-08-16Remove unused function in ReliablePacketBuffersfan5
2019-08-16Minor refactor of IncomingSplitBuffersfan5
2019-08-16Drop m_list_size from ReliablePacketBuffersfan5
2019-04-14Various network performance improvements (#8125)Jozef Behran
2019-02-15Revert RTT fixes (#8187)ANAND
2018-07-14Remove legacy client handling code.Lars Hofhansl
2018-06-23RTT fixes (#7428)you
2017-09-27Add session_t typedef + remove unused functions (#6470)Loïc Blot
2017-09-05Use a Buffer instead of SharedBuffer in ConnectionCommandLoic Blot
2017-09-04Re-apply previous commit with a typo fixLoïc Blot
2017-09-04Revert "Network: fix a concurrency problem, by re-adding a copy in Connection...Loïc Blot
2017-09-04Network: fix a concurrency problem, by re-adding a copy in ConnectionCommandLoïc Blot
2017-09-03Network part requires SharedBuffers to be pass as valueLoic Blot
2017-08-25Network cleanup (#6310)Loïc Blot
2017-08-24Network cleanup (#6302)Loïc Blot
2017-08-20Modernize source code: last part (#6285)Loïc Blot
2017-08-19Code modernization: subfolders (#6283)Loïc Blot
2017-08-17C++ modernize: Pragma once (#6264)Loïc Blot
2017-08-16Cleanup various headers to reduce compilation times (#6255)Loïc Blot
2017-08-15server.cpp: code modernizationLoic Blot
2017-06-21C++11 cleanup on constructors dir network (#6021)Vincent Glize
2017-06-06Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot
2017-05-26Time: Change old `u32` timestamps to 64-bit (#5818)SmallJoker
2017-04-29Fix Travis/unittest broken since b662a45SmallJoker
2017-04-21Fix various performance issues reported by cppcheck (#5628)Loïc Blot
2017-04-20Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot
2016-05-22Tolerate packet reordering in the early init processest31
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