aboutsummaryrefslogtreecommitdiff
path: root/src/network/connection.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make logging cost free when there is no output target (#12247)paradust72022-05-041-14/+3
* Network: Delete copy constructor and use std::move instead (#11642)SmallJoker2021-12-011-182/+263
* Various code improvementsSmallJoker2021-09-271-22/+10
* Shave off buffer copies in networking code (#11607)sfan52021-09-171-34/+38
* Block attempts to connect to the client (#10589)red-0012020-11-021-1/+1
* Replace std::list<session_t> in networking code (#10215)sfan52020-07-231-1/+2
* Improve protocol-level receiving code (#9617)sfan52020-04-201-1/+3
* Miscellaneous networking improvements (#9611)sfan52020-04-081-13/+22
* Connection: Fix deadlock in debug mode (#9550)SmallJoker2020-03-261-11/+21
* Rework packet receiving in ServerThreadsfan52019-11-191-5/+22
* Remove unused function in ReliablePacketBuffersfan52019-08-161-7/+0
* Minor refactor of IncomingSplitBuffersfan52019-08-161-31/+52
* Drop m_list_size from ReliablePacketBuffersfan52019-08-161-18/+20
* network: Stricter handling of split packetssfan52019-08-151-4/+11
* network: Fix crash in ReliablePacketBuffer on mismatching packetssfan52019-08-151-4/+4
* Better F6 profiler (#8750)SmallJoker2019-08-131-2/+2
* Various network performance improvements (#8125)Jozef Behran2019-04-141-3/+3
* Revert RTT fixes (#8187)ANAND2019-02-151-12/+23
* Fix build on gcc 5.0 (#7586)zeuner2018-07-261-0/+1
* Remove legacy client handling code.Lars Hofhansl2018-07-141-77/+53
* Fix bug setting channel window size.Lars Hofhansl2018-07-131-1/+1
* RTT fixes (#7428)you2018-06-231-23/+12
* Add session_t typedef + remove unused functions (#6470)Loïc Blot2017-09-271-23/+13
* Network part requires SharedBuffers to be pass as valueLoic Blot2017-09-031-5/+3
* Network cleanup (#6310)Loïc Blot2017-08-251-1494/+61
* Network cleanup (#6302)Loïc Blot2017-08-241-0/+1
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-1/+1
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-229/+162
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-161-0/+14
* C++11 cleanup on constructors dir network (#6021)Vincent Glize2017-06-211-80/+11
* Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-061-1/+1
* Fix Travis/unittest broken since b662a45SmallJoker2017-04-291-7/+8
* Fix various performance issues reported by cppcheck (#5628)Loïc Blot2017-04-211-3/+2
* Use the outgoing split sequence number for every outgoing packet (#4864)Rogier-52016-12-291-1/+1
* 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