summaryrefslogtreecommitdiff
path: root/src/network/connectionthreads.cpp
Commit message (Expand)AuthorAge
* Block attempts to connect to the client (#10589)red-0012020-11-02
* Replace std::list<session_t> in networking code (#10215)sfan52020-07-23
* network: Replace a fatal_error with just error loggingsfan52020-05-14
* Improve protocol-level receiving code (#9617)sfan52020-04-20
* Overall improvements to log messages (#9598)sfan52020-04-08
* Miscellaneous networking improvements (#9611)sfan52020-04-08
* Various network performance improvements (#8125)Jozef Behran2019-04-14
* Revert RTT fixes (#8187)ANAND2019-02-15
* Remove legacy client handling code.Lars Hofhansl2018-07-14
* Ensure that legacy mode is correctly disabled.Lars Hofhansl2018-07-13
* Fix rtt >= 0.0f assertion and free_move crashSmallJoker2018-06-24
* RTT fixes (#7428)you2018-06-23
* Fix wrong channel number representation in logs (#7205)SmallJoker2018-04-18
* Add session_t typedef + remove unused functions (#6470)Loïc Blot2017-09-27
* Network part requires SharedBuffers to be pass as valueLoic Blot2017-09-03
* Pass SharedBuffer as value to increment reference countLoïc Blot2017-08-28
* Network cleanup (#6310)Loïc Blot2017-08-25