aboutsummaryrefslogtreecommitdiff
path: root/src/network/connectionthreads.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hax's version of Minetest Server 5.6.0Test_User2024-06-281-2/+2
* Make logging cost free when there is no output target (#12247)paradust72022-05-041-7/+3
* Network: Delete copy constructor and use std::move instead (#11642)SmallJoker2021-12-011-98/+92
* Remove broken timeout behavioursfan52021-10-121-23/+4
* Shave off buffer copies in networking code (#11607)sfan52021-09-171-21/+20
* Block attempts to connect to the client (#10589)red-0012020-11-021-1/+4
* Replace std::list<session_t> in networking code (#10215)sfan52020-07-231-14/+12
* network: Replace a fatal_error with just error loggingsfan52020-05-141-5/+3
* Improve protocol-level receiving code (#9617)sfan52020-04-201-128/+122
* Overall improvements to log messages (#9598)sfan52020-04-081-2/+1
* Miscellaneous networking improvements (#9611)sfan52020-04-081-13/+28
* Various network performance improvements (#8125)Jozef Behran2019-04-141-9/+9
* Revert RTT fixes (#8187)ANAND2019-02-151-7/+9
* Remove legacy client handling code.Lars Hofhansl2018-07-141-28/+1
* Ensure that legacy mode is correctly disabled.Lars Hofhansl2018-07-131-0/+4
* Fix rtt >= 0.0f assertion and free_move crashSmallJoker2018-06-241-2/+3
* RTT fixes (#7428)you2018-06-231-10/+7
* Fix wrong channel number representation in logs (#7205)SmallJoker2018-04-181-4/+4
* Add session_t typedef + remove unused functions (#6470)Loïc Blot2017-09-271-32/+32
* Network part requires SharedBuffers to be pass as valueLoic Blot2017-09-031-1/+1
* Pass SharedBuffer as value to increment reference countLoïc Blot2017-08-281-5/+5
* Network cleanup (#6310)Loïc Blot2017-08-251-0/+1404