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
/
connection.h
Age
Commit message (
Expand
)
Author
2020-04-08
Miscellaneous networking improvements (#9611)
sfan5
2020-03-08
Workaround for get_player_information
SmallJoker
2019-11-19
Rework packet receiving in ServerThread
sfan5
2019-08-16
Remove unused function in ReliablePacketBuffer
sfan5
2019-08-16
Minor refactor of IncomingSplitBuffer
sfan5
2019-08-16
Drop m_list_size from ReliablePacketBuffer
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-06-23
RTT fixes (#7428)
you
2017-09-27
Add session_t typedef + remove unused functions (#6470)
Loïc Blot
2017-09-05
Use a Buffer instead of SharedBuffer in ConnectionCommand
Loic Blot
2017-09-04
Re-apply previous commit with a typo fix
Loïc Blot
2017-09-04
Revert "Network: fix a concurrency problem, by re-adding a copy in Connection...
Loïc Blot
2017-09-04
Network: fix a concurrency problem, by re-adding a copy in ConnectionCommand
Loïc Blot
2017-09-03
Network part requires SharedBuffers to be pass as value
Loic Blot
2017-08-25
Network cleanup (#6310)
Loïc Blot
2017-08-24
Network cleanup (#6302)
Loïc Blot
2017-08-20
Modernize source code: last part (#6285)
Loïc Blot
2017-08-19
Code modernization: subfolders (#6283)
Loïc Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-08-16
Cleanup various headers to reduce compilation times (#6255)
Loïc Blot
2017-08-15
server.cpp: code modernization
Loic Blot
2017-06-21
C++11 cleanup on constructors dir network (#6021)
Vincent Glize
2017-06-06
Use C++11 mutexes only (remove compat code) (#5922)
Loïc Blot
2017-05-26
Time: Change old `u32` timestamps to 64-bit (#5818)
SmallJoker
2017-04-29
Fix Travis/unittest broken since b662a45
SmallJoker
2017-04-21
Fix various performance issues reported by cppcheck (#5628)
Loïc Blot
2017-04-20
Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)
Loïc Blot
2016-05-22
Tolerate packet reordering in the early init process
est31
2015-08-23
Clean up threading
ShadowNinja
2015-08-15
Remove unused function from connection.{cpp,h}
nerzhul
2015-08-06
Fix BufferedPacket race condition (fixes #2983)
kwolekr
2015-08-01
src/network/connection.h: Fix race condition
Břetislav Štec
2015-07-14
connection.cpp: remove unused constructor
Loic Blot
2015-04-05
Fix uninitialized variabled in ConnectionEvent
Loic Blot
2015-03-31
Connection::Receive(): receive Network Packet instead of SharedBuffer<u8>.
Loic Blot
2015-03-29
queued_commands must be a std::deque. RunCommandQueues needs to push packet o...
Loic Blot
2015-03-22
Remove unused ConnectionCommand::sendToAll function. NetworkPacket::oldForgeP...
Loic Blot
2015-03-07
For usages of assert() that are meant to persist in Release builds (when NDEB...
Craig Robbins
2015-03-05
Remove Queue class which uses std::list and use native std::queue
Loic Blot
2015-02-16
[Patch 2/4] Network rework: packet writing, sending and cleanups
Loic Blot