aboutsummaryrefslogtreecommitdiff
path: root/src/network/connectionthreads.cpp
AgeCommit message (Expand)Author
2022-11-09Fix typos and en_US/en_GB inconsistency in various files (#12902)Abdou-31
2022-05-04Make logging cost free when there is no output target (#12247)paradust7
2021-12-01Network: Delete copy constructor and use std::move instead (#11642)SmallJoker
2021-10-12Remove broken timeout behavioursfan5
2021-09-17Shave off buffer copies in networking code (#11607)sfan5
2020-11-02Block attempts to connect to the client (#10589)red-001
2020-07-23Replace std::list<session_t> in networking code (#10215)sfan5
2020-05-14network: Replace a fatal_error with just error loggingsfan5
2020-04-20Improve protocol-level receiving code (#9617)sfan5
2020-04-08Overall improvements to log messages (#9598)sfan5
2020-04-08Miscellaneous networking improvements (#9611)sfan5
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-07-13Ensure that legacy mode is correctly disabled.Lars Hofhansl
2018-06-24Fix rtt >= 0.0f assertion and free_move crashSmallJoker
2018-06-23RTT fixes (#7428)you
2018-04-18Fix wrong channel number representation in logs (#7205)SmallJoker
2017-09-27Add session_t typedef + remove unused functions (#6470)Loïc Blot
2017-09-03Network part requires SharedBuffers to be pass as valueLoic Blot
2017-08-28Pass SharedBuffer as value to increment reference countLoïc Blot
2017-08-25Network cleanup (#6310)Loïc Blot