index
:
dragonfireclient.git
master
on_receive_particlespawner
simple_cheatdb
zoom_priv
luanti cheat client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
connection.h
Age
Commit message (
Expand
)
Author
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