index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
connectionthreads.cpp
Age
Commit message (
Expand
)
Author
2022-11-09
Fix typos and en_US/en_GB inconsistency in various files (#12902)
Abdou-31
2022-05-04
Make logging cost free when there is no output target (#12247)
paradust7
2021-12-01
Network: Delete copy constructor and use std::move instead (#11642)
SmallJoker
2021-10-12
Remove broken timeout behaviour
sfan5
2021-09-17
Shave off buffer copies in networking code (#11607)
sfan5
2020-11-02
Block attempts to connect to the client (#10589)
red-001
2020-07-23
Replace std::list<session_t> in networking code (#10215)
sfan5
2020-05-14
network: Replace a fatal_error with just error logging
sfan5
2020-04-20
Improve protocol-level receiving code (#9617)
sfan5
2020-04-08
Overall improvements to log messages (#9598)
sfan5
2020-04-08
Miscellaneous networking improvements (#9611)
sfan5
2019-04-14
Various network performance improvements (#8125)
Jozef Behran
2019-02-15
Revert RTT fixes (#8187)
ANAND
2018-07-14
Remove legacy client handling code.
Lars Hofhansl
2018-07-13
Ensure that legacy mode is correctly disabled.
Lars Hofhansl
2018-06-24
Fix rtt >= 0.0f assertion and free_move crash
SmallJoker
2018-06-23
RTT fixes (#7428)
you
2018-04-18
Fix wrong channel number representation in logs (#7205)
SmallJoker
2017-09-27
Add session_t typedef + remove unused functions (#6470)
Loïc Blot
2017-09-03
Network part requires SharedBuffers to be pass as value
Loic Blot
2017-08-28
Pass SharedBuffer as value to increment reference count
Loïc Blot
2017-08-25
Network cleanup (#6310)
Loïc Blot